Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIccCardConstants.java106 public static State intToState(int state) throws IllegalArgumentException { in intToState() method in IccCardConstants.State
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DSpecialCharSequenceMgr.java201 state = IccCardConstants.State.intToState(simState); in getSimState()