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

/frameworks/base/services/core/java/com/android/server/location/
H A DGnssLocationProvider.java403 private final PendingIntent mTimeoutIntent; field in class:GnssLocationProvider
698 mTimeoutIntent = PendingIntent.getBroadcast(mContext, 0, new Intent(ALARM_TIMEOUT), 0);
1174 mAlarmManager.cancel(mTimeoutIntent);
1275 mAlarmManager.cancel(mTimeoutIntent);
1466 SystemClock.elapsedRealtime() + NO_FIX_TIMEOUT, mTimeoutIntent);
1489 mAlarmManager.cancel(mTimeoutIntent);
1548 mAlarmManager.cancel(mTimeoutIntent);

Completed in 459 milliseconds