Home
last modified time | relevance | path

Searched refs:getConnectFailureCount (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/
DVendorPhoneSwitcher.java160 if (isSimReady(phoneId) && (getConnectFailureCount(phoneId) > 0)) {
188 if ((getConnectFailureCount(i) > 0) && in handleMessage()
448 (getConnectFailureCount(phoneId) == 0)) return; in activate()
518 public int getConnectFailureCount(int phoneId) { in getConnectFailureCount() method in VendorPhoneSwitcher
549 + getConnectFailureCount(phoneId)); in onDdsSwitchResponse()
560 getConnectFailureCount(phoneId) < MAX_CONNECT_FAILURE_COUNT) { in onDdsSwitchResponse()
578 int ddsSwitchFailureCount = getConnectFailureCount(phoneId); in onDdsSwitchResponse()