Home
last modified time | relevance | path

Searched defs:systemIsInPrl (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DVoiceSpecificRegistrationInfo.java51 public final int systemIsInPrl; field in VoiceSpecificRegistrationInfo
60 VoiceSpecificRegistrationInfo(boolean cssSupported, int roamingIndicator, int systemIsInPrl, in VoiceSpecificRegistrationInfo()
DNetworkRegistrationInfo.java276 boolean cssSupported, int roamingIndicator, int systemIsInPrl, in NetworkRegistrationInfo()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCellularNetworkService.java235 int systemIsInPrl = voiceRegState.systemIsInPrl; in createRegistrationStateFromVoiceRegState() local
255 int systemIsInPrl = voiceRegState.systemIsInPrl; in createRegistrationStateFromVoiceRegState() local
381 int systemIsInPrl = 0; in getNetworkRegistrationInfo() local
DServiceStateTracker.java2148 int systemIsInPrl = voiceSpecificStates.systemIsInPrl; in handlePollStateResultMessage() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellularNetworkServiceTest.java109 int systemIsInPrl = 2; in testGetNetworkRegistrationInfo() local