Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccProfile.java201 null, mUiccApplication.getPersoSubState().ordinal(), null));
556 if (PersoSubState.isPersoLocked(mUiccApplication.getPersoSubState())) { in updateExternalState()
775 new AsyncResult(null, mUiccApplication.getPersoSubState().ordinal(), null)); in registerForNetworkLocked()
DUiccCardApplication.java645 public PersoSubState getPersoSubState() { in getPersoSubState() method in UiccCardApplication