OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mretryrunnable
(Results
1 - 1
of
1
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccCarrierPrivilegeRules.java
220
private final Runnable
mRetryRunnable
= new Runnable() {
438
removeCallbacks(
mRetryRunnable
);
439
postDelayed(
mRetryRunnable
, RETRY_INTERVAL_MS);
Completed in 107 milliseconds