HomeSort by relevance Sort by last modified time
    Searched defs:PersoSubState (Results 1 - 7 of 7) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccCardApplicationStatus.java 70 public enum PersoSubState{
105 public PersoSubState perso_substate;
149 public PersoSubState PersoSubstateFromRILInt(int substate) {
150 PersoSubState newSubState;
153 case 0: newSubState = PersoSubState.PERSOSUBSTATE_UNKNOWN; break;
154 case 1: newSubState = PersoSubState.PERSOSUBSTATE_IN_PROGRESS; break;
155 case 2: newSubState = PersoSubState.PERSOSUBSTATE_READY; break;
156 case 3: newSubState = PersoSubState.PERSOSUBSTATE_SIM_NETWORK; break;
157 case 4: newSubState = PersoSubState.PERSOSUBSTATE_SIM_NETWORK_SUBSET; break;
158 case 5: newSubState = PersoSubState.PERSOSUBSTATE_SIM_CORPORATE; break
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 1771 milliseconds