HomeSort by relevance Sort by last modified time
    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