HomeSort by relevance Sort by last modified time
    Searched refs:ALARM_TIMEOUT (Results 1 - 2 of 2) sorted by null

  /packages/apps/Stk/src/com/android/stk/
StkDialogActivity.java 59 private final static String ALARM_TIMEOUT = "com.android.stk.DIALOG_ALARM_TIMEOUT";
163 intentFilter.addAction(ALARM_TIMEOUT);
389 Intent mAlarmIntent = new Intent(ALARM_TIMEOUT);
412 if (action.equals(ALARM_TIMEOUT)) {
413 CatLog.d(LOG_TAG, "ALARM_TIMEOUT rcvd");
  /frameworks/base/services/core/java/com/android/server/location/
GnssLocationProvider.java 443 private final static String ALARM_TIMEOUT = "com.android.internal.location.ALARM_TIMEOUT";
563 } else if (action.equals(ALARM_TIMEOUT)) {
782 mTimeoutIntent = PendingIntent.getBroadcast(mContext, 0, new Intent(ALARM_TIMEOUT), 0);
    [all...]

Completed in 78 milliseconds