OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AnomalyDetectionJobService
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/
AnomalyDetectionReceiver.java
46
AnomalyDetectionJobService
.scheduleAnomalyDetection(context, intent);
AnomalyDetectionJobService.java
57
public class
AnomalyDetectionJobService
extends JobService {
75
AnomalyDetectionJobService
.class);
92
final Context context =
AnomalyDetectionJobService
.this;
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/batterytip/
AnomalyDetectionJobServiceTest.java
108
private
AnomalyDetectionJobService
mAnomalyDetectionJobService;
123
final ServiceController<
AnomalyDetectionJobService
> controller =
124
Robolectric.buildService(
AnomalyDetectionJobService
.class);
131
AnomalyDetectionJobService
.scheduleAnomalyDetection(application, new Intent());
202
doReturn(
AnomalyDetectionJobService
.UID_NULL).when(
270
when(intValue.getField()).thenReturn(
AnomalyDetectionJobService
.STATSD_UID_FILED);
289
when(floatValue.getField()).thenReturn(
AnomalyDetectionJobService
.STATSD_UID_FILED);
293
floatValue)).isEqualTo(
AnomalyDetectionJobService
.UID_NULL);
Completed in 398 milliseconds