Searched refs:AnomalyDetectionJobService (Results 1 – 3 of 3) sorted by relevance
106 private AnomalyDetectionJobService mAnomalyDetectionJobService;125 final ServiceController<AnomalyDetectionJobService> controller = in setUp()126 Robolectric.buildService(AnomalyDetectionJobService.class); in setUp()133 AnomalyDetectionJobService.scheduleAnomalyDetection(mContext, new Intent()); in scheduleCleanUp()203 doReturn(AnomalyDetectionJobService.UID_NULL).when( in saveAnomalyToDatabase_uidNull_doNotSave()271 when(intValue.getField()).thenReturn(AnomalyDetectionJobService.STATSD_UID_FILED); in extractUidFromStatsDimensionsValue_extractCorrectUid()290 when(floatValue.getField()).thenReturn(AnomalyDetectionJobService.STATSD_UID_FILED); in extractUidFromStatsDimensionsValue_wrongFormat_returnNull()294 floatValue)).isEqualTo(AnomalyDetectionJobService.UID_NULL); in extractUidFromStatsDimensionsValue_wrongFormat_returnNull()
57 public class AnomalyDetectionJobService extends JobService { class75 AnomalyDetectionJobService.class); in scheduleAnomalyDetection()92 final Context context = AnomalyDetectionJobService.this; in onStartJob()
49 AnomalyDetectionJobService.scheduleAnomalyDetection(context, intent); in onReceive()