File tree Expand file tree Collapse file tree 11 files changed +19
-18
lines changed
android/src/main/java/nl/sense/rninputkit Expand file tree Collapse file tree 11 files changed +19
-18
lines changed Original file line number Diff line number Diff line change 8
8
9
9
import java .util .List ;
10
10
11
- import nl .sense_os .input_kit .entity .BloodPressure ;
11
+ import nl .sense_os .input_kit .entity .BloodPressure ; // TODO IMPORTS
12
12
13
13
/**
14
14
* Created by xedi on 10/16/17.
Original file line number Diff line number Diff line change 5
5
import com .facebook .react .bridge .Arguments ;
6
6
import com .facebook .react .bridge .WritableMap ;
7
7
8
- import nl .sense_os .input_kit .entity .DateContent ;
8
+ import nl .sense_os .input_kit .entity .DateContent ; // TODO IMPORTS
9
9
10
10
/**
11
11
* Created by xedi on 10/13/17.
Original file line number Diff line number Diff line change 4
4
import android .os .Environment ;
5
5
import android .util .Log ;
6
6
7
- import com .erasmus .BuildConfig ;
8
- import com .erasmus .R ;
7
+ import com .erasmus .BuildConfig ; // TODO IMPORTS
8
+ import com .erasmus .R ; // TODO IMPORTS
9
9
10
10
import java .io .File ;
11
11
import java .io .FileOutputStream ;
Original file line number Diff line number Diff line change 11
11
12
12
import java .util .List ;
13
13
14
- import nl .sense_os .input_kit .entity .DateContent ;
15
- import nl .sense_os .input_kit .entity .IKValue ;
14
+ import nl .sense_os .input_kit .entity .DateContent ; // TODO IMPORTS
15
+ import nl .sense_os .input_kit .entity .IKValue ; // TODO IMPORTS
16
16
17
17
/**
18
18
* Created by panjiyudasetya on 10/23/17.
Original file line number Diff line number Diff line change 8
8
9
9
import java .util .List ;
10
10
11
- import nl .sense_os .input_kit .entity .Weight ;
11
+ import nl .sense_os .input_kit .entity .Weight ; // TODO IMPORTS
12
12
13
13
/**
14
14
* Created by xedi on 10/13/17.
Original file line number Diff line number Diff line change 31
31
import java .util .List ;
32
32
import java .util .concurrent .TimeUnit ;
33
33
34
- import nl .sense_os .input_kit .HealthProvider ;
34
+ import nl .sense_os .input_kit .HealthProvider ; // TODO IMPORTS
35
35
import nl .sense_os .input_kit .HealthProvider .ProviderType ;
36
36
import nl .sense_os .input_kit .InputKit ;
37
37
import nl .sense_os .input_kit .constant .IKStatus ;
Original file line number Diff line number Diff line change 3
3
4
4
import android .util .Log ;
5
5
6
- import com .erasmus .BuildConfig ;
6
+ import com .erasmus .BuildConfig ; // TODO IMPORTS
7
7
import nl .sense .rninputkit .helper .LoggerFileWriter ;
8
8
import com .facebook .react .bridge .ReactApplicationContext ;
9
9
import com .facebook .react .bridge .ReactContextBaseJavaModule ;
Original file line number Diff line number Diff line change 9
9
import androidx .annotation .NonNull ;
10
10
import androidx .core .content .ContextCompat ;
11
11
12
- import com .erasmus .R ;
12
+ import com .erasmus .R ; // TODO IMPORTS
13
13
import nl .sense .rninputkit .modules .health .event .Event ;
14
14
import nl .sense .rninputkit .service .activity .detector .Constants ;
15
- import com .facebook .react .HeadlessJsTaskService ;
15
+ import com .facebook .react .HeadlessJsTaskService ; // TODO IMPORTS
16
16
import com .facebook .react .bridge .Arguments ;
17
17
import com .facebook .react .bridge .WritableMap ;
18
- import com .facebook .react .jstasks .HeadlessJsTaskConfig ;
18
+ import com .facebook .react .jstasks .HeadlessJsTaskConfig ; // TODO IMPORTS
19
19
import com .google .gson .Gson ;
20
20
21
21
import java .util .List ;
Original file line number Diff line number Diff line change 6
6
import androidx .core .app .NotificationCompat ;
7
7
import androidx .core .app .NotificationManagerCompat ;
8
8
9
- import com .erasmus .BuildConfig ;
10
- import com .erasmus .R ;
9
+ import com .erasmus .BuildConfig ; // TODO IMPORTS
10
+ import com .erasmus .R ; // TODO IMPORTS
11
+
11
12
import nl .sense .rninputkit .helper .LoggerFileWriter ;
12
13
13
14
public class NotificationHelper {
Original file line number Diff line number Diff line change 13
13
import java .util .Calendar ;
14
14
import java .util .List ;
15
15
16
- import nl .sense_os .input_kit .InputKit ;
16
+ import nl .sense_os .input_kit .InputKit ; // TODO IMPORTS
17
17
import nl .sense_os .input_kit .entity .DateContent ;
18
18
import nl .sense_os .input_kit .entity .IKValue ;
19
19
import nl .sense_os .input_kit .entity .SensorDataPoint ;
20
20
import nl .sense_os .input_kit .status .IKResultInfo ;
21
21
22
22
import static nl .sense .rninputkit .data .Constants .JS_SUPPORTED_EVENTS ;
23
23
import static nl .sense_os .input_kit .constant .SampleType .DISTANCE_WALKING_RUNNING ;
24
- import static nl .sense_os .input_kit .constant .SampleType .STEP_COUNT ;
24
+ import static nl .sense_os .input_kit .constant .SampleType .STEP_COUNT ; // TODO IMPORTS
25
25
26
26
public class ActivityHandler {
27
27
public static final String ACTIVITY_TYPE = "activityType" ;
You can’t perform that action at this time.
0 commit comments