Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/
DGnssLocationProvider.java424 private final static String ALARM_WAKEUP = "com.android.internal.location.ALARM_WAKEUP"; field in GnssLocationProvider
493 case ALARM_WAKEUP:
627 mWakeupIntent = PendingIntent.getBroadcast(mContext, 0, new Intent(ALARM_WAKEUP), 0); in GnssLocationProvider()
2113 intentFilter.addAction(ALARM_WAKEUP);