HomeSort by relevance Sort by last modified time
    Searched refs:mPendingPollIntent (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/java/com/android/server/
NetworkTimeUpdateService.java 85 private PendingIntent mPendingPollIntent;
99 mPendingPollIntent = PendingIntent.getBroadcast(mContext, POLL_REQUEST, pollIntent, 0);
201 mAlarmManager.cancel(mPendingPollIntent);
204 mAlarmManager.set(AlarmManager.ELAPSED_REALTIME, next, mPendingPollIntent);
ThrottleService.java 103 private PendingIntent mPendingPollIntent;
154 mPendingPollIntent = PendingIntent.getBroadcast(mContext, POLL_REQUEST, pollIntent, 0);
568 mAlarmManager.cancel(mPendingPollIntent);
569 mAlarmManager.set(AlarmManager.ELAPSED_REALTIME, next, mPendingPollIntent);
    [all...]

Completed in 150 milliseconds