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

/frameworks/base/services/java/com/android/server/location/
H A DGpsLocationProvider.java281 private final PendingIntent mTimeoutIntent; field in class:GpsLocationProvider
394 mTimeoutIntent = PendingIntent.getBroadcast(mContext, 0, new Intent(ALARM_TIMEOUT), 0);
799 mAlarmManager.cancel(mTimeoutIntent);
1010 SystemClock.elapsedRealtime() + NO_FIX_TIMEOUT, mTimeoutIntent);
1034 mAlarmManager.cancel(mTimeoutIntent);
1118 mAlarmManager.cancel(mTimeoutIntent);

Completed in 9 milliseconds