OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ALARM_TIMEOUT
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Stk/src/com/android/stk/
StkDialogActivity.java
56
private final static String
ALARM_TIMEOUT
= "com.android.stk.DIALOG_ALARM_TIMEOUT";
88
intentFilter.addAction(
ALARM_TIMEOUT
);
331
Intent mAlarmIntent = new Intent(
ALARM_TIMEOUT
);
354
if (action.equals(
ALARM_TIMEOUT
)) {
355
CatLog.d(LOG_TAG, "
ALARM_TIMEOUT
rcvd");
/frameworks/base/services/core/java/com/android/server/location/
GnssLocationProvider.java
391
private final static String
ALARM_TIMEOUT
= "com.android.internal.location.
ALARM_TIMEOUT
";
494
} else if (action.equals(
ALARM_TIMEOUT
)) {
720
mTimeoutIntent = PendingIntent.getBroadcast(mContext, 0, new Intent(
ALARM_TIMEOUT
), 0);
[
all
...]
Completed in 398 milliseconds