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

/frameworks/base/services/java/com/android/server/location/
H A DGpsLocationProvider.java277 private final static String ALARM_WAKEUP = "com.android.internal.location.ALARM_WAKEUP"; field in class:GpsLocationProvider
348 if (action.equals(ALARM_WAKEUP)) {
349 if (DEBUG) Log.d(TAG, "ALARM_WAKEUP");
393 mWakeupIntent = PendingIntent.getBroadcast(mContext, 0, new Intent(ALARM_WAKEUP), 0);
462 intentFilter.addAction(ALARM_WAKEUP);

Completed in 69 milliseconds