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

  /packages/services/Telephony/src/com/android/phone/
CarrierConfigLoader.java 138 private static final int BIND_TIMEOUT_MILLIS = 30000;
241 BIND_TIMEOUT_MILLIS);
303 BIND_TIMEOUT_MILLIS);
361 BIND_TIMEOUT_MILLIS);
421 BIND_TIMEOUT_MILLIS);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
EuiccConnector.java 91 private static final int BIND_TIMEOUT_MILLIS = 30000;
109 /** Command indicating that {@link #BIND_TIMEOUT_MILLIS} has been reached. */
582 * <p>We wait up to {@link #BIND_TIMEOUT_MILLIS} for the binding to establish. If it doesn't,
594 sendMessageDelayed(CMD_CONNECT_TIMEOUT, BIND_TIMEOUT_MILLIS);
    [all...]

Completed in 520 milliseconds