Home
last modified time | relevance | path

Searched refs:ALARM_TIMEOUT (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssLocationProvider.java430 private final static String ALARM_TIMEOUT = "com.android.internal.location.ALARM_TIMEOUT"; field in GnssLocationProvider
505 case ALARM_TIMEOUT:
655 mTimeoutIntent = PendingIntent.getBroadcast(mContext, 0, new Intent(ALARM_TIMEOUT), 0); in GnssLocationProvider()
2123 intentFilter.addAction(ALARM_TIMEOUT);