Home
last modified time | relevance | path

Searched defs:regResult (Results 1 – 8 of 8) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/domainselection/
DEmergencyCallDomainSelectionConnectionTest.java119 EmergencyRegistrationResult regResult = new EmergencyRegistrationResult( in testSelectDomainWifi() local
168 EmergencyRegistrationResult regResult = new EmergencyRegistrationResult( in testSelectDomainCs() local
206 EmergencyRegistrationResult regResult = new EmergencyRegistrationResult( in testSelectDomainPs() local
240 EmergencyRegistrationResult regResult = new EmergencyRegistrationResult( in testOnSelectionTerminated() local
DDomainSelectionConnectionTest.java201 EmergencyRegistrationResult regResult = in testWwanSelectorCallbackOnRequestEmergencyNetworkScan() local
309 EmergencyRegistrationResult regResult = in testWwanSelectorCallbackOnRequestEmergencyNetworkScanWithResetScan() local
640 EmergencyRegistrationResult regResult = in testRemoteDomainSelectorRebindingServiceWhenScanning() local
705 EmergencyRegistrationResult regResult = in testRemoteDomainSelectorRebindingServiceAfterScanCompleted() local
812 ImsReasonInfo imsReasonInfo, EmergencyRegistrationResult regResult) { in getSelectionAttributes()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellularNetworkServiceTest.java221 android.hardware.radio.V1_5.RegStateResult regResult = in testGetNetworkRegistrationInfoV1_5() local
319 android.hardware.radio.V1_6.RegStateResult regResult = in testGetNetworkRegistrationInfoV1_6WithLte() local
414 android.hardware.radio.V1_6.RegStateResult regResult = in testGetNetworkRegistrationInfoV1_6WithNr() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCellularNetworkService.java372 android.hardware.radio.V1_5.RegStateResult regResult) { in getNetworkRegistrationInfo()
448 int transportType, android.hardware.radio.network.RegStateResult regResult) { in getNetworkRegistrationInfoAidl()
553 android.hardware.radio.V1_6.RegStateResult regResult) { in getNetworkRegistrationInfo1_6()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java722 Integer regResult = result.poll(1000, TimeUnit.MILLISECONDS); in testImsRegistered() local
736 Integer regResult = result.poll(1000, TimeUnit.MILLISECONDS); in testImsDeregistered() local
/frameworks/base/telephony/java/android/telephony/
DDomainSelectionService.java176 @Nullable EmergencyRegistrationResult regResult) { in SelectionAttributes()
525 public @NonNull Builder setEmergencyRegistrationResult( in setEmergencyRegistrationResult()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/domainselection/
DDomainSelectionConnection.java253 EmergencyRegistrationResult regResult = (EmergencyRegistrationResult) ar.result; in handleMessage() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/emergency/
DEmergencyStateTrackerTest.java3444 EmergencyRegistrationResult regResult) { in setUpAsyncResultForSetEmergencyMode()