Searched refs:mPendingPollIntent (Results 1 – 1 of 1) sorted by relevance
79 private final PendingIntent mPendingPollIntent; field in NetworkTimeUpdateService106 mPendingPollIntent = PendingIntent.getBroadcast(mContext, POLL_REQUEST, pollIntent, 0); in NetworkTimeUpdateService()193 mAlarmManager.cancel(mPendingPollIntent); in resetAlarm()196 mAlarmManager.set(AlarmManager.ELAPSED_REALTIME, next, mPendingPollIntent); in resetAlarm()