Searched refs:mPendingPollIntent (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DNetworkTimeUpdateService.java85 private PendingIntent mPendingPollIntent; field in class:NetworkTimeUpdateService
99 mPendingPollIntent = PendingIntent.getBroadcast(mContext, POLL_REQUEST, pollIntent, 0);
208 mAlarmManager.cancel(mPendingPollIntent);
211 mAlarmManager.set(AlarmManager.ELAPSED_REALTIME, next, mPendingPollIntent);
H A DThrottleService.java104 private PendingIntent mPendingPollIntent; field in class:ThrottleService
155 mPendingPollIntent = PendingIntent.getBroadcast(mContext, POLL_REQUEST, pollIntent, 0);
570 mAlarmManager.cancel(mPendingPollIntent);
571 mAlarmManager.set(AlarmManager.ELAPSED_REALTIME, next, mPendingPollIntent);

Completed in 89 milliseconds