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

/frameworks/base/services/java/com/android/server/location/
H A DGpsLocationProvider.java286 private final PendingIntent mTimeoutIntent; field in class:GpsLocationProvider
399 mTimeoutIntent = PendingIntent.getBroadcast(mContext, 0, new Intent(ALARM_TIMEOUT), 0);
809 mAlarmManager.cancel(mTimeoutIntent);
1031 SystemClock.elapsedRealtime() + NO_FIX_TIMEOUT, mTimeoutIntent);
1055 mAlarmManager.cancel(mTimeoutIntent);
1140 mAlarmManager.cancel(mTimeoutIntent);

Completed in 30 milliseconds