HomeSort by relevance Sort by last modified time
    Searched refs:systemIsInPrl (Results 1 - 17 of 17) sorted by null

  /frameworks/base/telephony/java/android/telephony/
VoiceSpecificRegistrationStates.java 34 public final int systemIsInPrl;
43 VoiceSpecificRegistrationStates(boolean cssSupported, int roamingIndicator, int systemIsInPrl,
47 this.systemIsInPrl = systemIsInPrl;
54 this.systemIsInPrl = source.readInt();
62 dest.writeInt(systemIsInPrl);
76 + " mSystemIsInPrl=" + systemIsInPrl
82 return Objects.hash(cssSupported, roamingIndicator, systemIsInPrl,
97 && this.systemIsInPrl == other.systemIsInPrl
    [all...]
NetworkRegistrationState.java 141 int roamingIndicator, int systemIsInPrl, int defaultRoamingIndicator) {
146 systemIsInPrl, defaultRoamingIndicator);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
CellularNetworkServiceTest.java 103 int systemIsInPrl = 2;
119 mSimulatedCommands.mSystemIsInPrl = systemIsInPrl;
138 roamingIndicator, systemIsInPrl, defaultRoamingIndicator);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CellularNetworkService.java 224 int systemIsInPrl = voiceRegState.systemIsInPrl;
233 cellIdentity, cssSupported, roamingIndicator, systemIsInPrl,
244 int systemIsInPrl = voiceRegState.systemIsInPrl;
253 cellIdentity, cssSupported, roamingIndicator, systemIsInPrl,
ServiceStateTracker.java     [all...]
  /hardware/interfaces/radio/1.2/
types.hal 509 int32_t systemIsInPrl;
  /hardware/ril/include/telephony/
ril.h     [all...]
  /hardware/interfaces/radio/1.0/
types.hal     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedCommands.java 969 ret.systemIsInPrl = mSystemIsInPrl;
    [all...]
  /hardware/ril/libril/
ril_service.cpp     [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/android-all/
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 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 155 milliseconds