OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PAUSE_DELAY_MILLIS
(Results
1 - 4
of
4
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmConnection.java
81
static final int
PAUSE_DELAY_MILLIS
= 3 * 1000;
555
PAUSE_DELAY_MILLIS
);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneConnection.java
88
private static final int
PAUSE_DELAY_MILLIS
= 3 * 1000;
429
PAUSE_DELAY_MILLIS
);
/packages/apps/Nfc/src/com/android/nfc/handover/
HandoverService.java
122
public static final int
PAUSE_DELAY_MILLIS
= 300;
285
mHandler.obtainMessage(MSG_PAUSE_POLLING),
PAUSE_DELAY_MILLIS
);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaConnection.java
80
static final int
PAUSE_DELAY_MILLIS
= 2 * 1000;
589
PAUSE_DELAY_MILLIS
);
Completed in 124 milliseconds