Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionInfoUpdater.java196 boolean absentAndInactive) { in updateInternalIccState() argument
201 sendMessage(obtainMessage(message, slotId, absentAndInactive ? 1 : 0, reason)); in updateInternalIccState()
571 private void handleSimAbsent(int slotId, int absentAndInactive) { in handleSimAbsent() argument
573 logd("SIM" + (slotId + 1) + " hot plug out, absentAndInactive=" + absentAndInactive); in handleSimAbsent()
579 if (absentAndInactive == 0) { in handleSimAbsent()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccController.java573 int phoneId, boolean absentAndInactive) { in updateInternalIccState() argument
581 reason, phoneId, absentAndInactive); in updateInternalIccState() local