Searched defs:mAnomalyAlarmIntent (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/stats/
H A DStatsCompanionService.java127 private final PendingIntent mAnomalyAlarmIntent; field in class:StatsCompanionService
161 mAnomalyAlarmIntent = PendingIntent.getBroadcast(mContext, 0,
446 // AlarmManager will automatically cancel any previous mAnomalyAlarmIntent alarm.
447 mAlarmManager.setExact(AlarmManager.ELAPSED_REALTIME, timestampMs, mAnomalyAlarmIntent);
459 mAlarmManager.cancel(mAnomalyAlarmIntent);

Completed in 147 milliseconds