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

  /packages/apps/Stk/src/com/android/stk/
StkDialogActivity.java 51 private PendingIntent mTimeoutIntent;
164 if (mTimeoutIntent != null) {
300 if (mTimeoutIntent != null) {
301 mAlarmManager.cancel(mTimeoutIntent);
302 mTimeoutIntent = null;
327 mTimeoutIntent = PendingIntent.getBroadcast(mContext, 0, mAlarmIntent, PendingIntent.FLAG_CANCEL_CURRENT);
332 SystemClock.elapsedRealtime() + dialogDuration, mTimeoutIntent);
336 SystemClock.elapsedRealtime() + dialogDuration, mTimeoutIntent);
350 mTimeoutIntent = null;
  /frameworks/base/services/core/java/com/android/server/location/
GnssLocationProvider.java 406 private final PendingIntent mTimeoutIntent;
711 mTimeoutIntent = PendingIntent.getBroadcast(mContext, 0, new Intent(ALARM_TIMEOUT), 0);
    [all...]

Completed in 3740 milliseconds