Searched refs:requestDomainSelection (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/domainselection/ |
D | SmsDomainSelectionConnectionTest.java | 110 mDsConnection.requestDomainSelection(mDsAttr, mDscCallback); in testRequestDomainSelection() 122 mDsConnection.requestDomainSelection(mDsAttr, mDscCallback); in testOnWlanSelected() 137 mDsConnection.requestDomainSelection(mDsAttr, mDscCallback); in testOnSelectionTerminated() 150 mDsConnection.requestDomainSelection(mDsAttr, mDscCallback); in testOnDomainSelectedPs() 167 mDsConnection.requestDomainSelection(mDsAttr, mDscCallback); in testOnDomainSelectedCs() 184 mDsConnection.requestDomainSelection(mDsAttr, mDscCallback); in testFinishSelection() 201 mDsConnection.requestDomainSelection(mDsAttr, mDscCallback); in testCancelSelection()
|
D | EmergencySmsDomainSelectionConnectionTest.java | 125 mDsConnection.requestDomainSelection(mDsAttr, mDscCallback); in testOnWlanSelected() 146 mDsConnection.requestDomainSelection(mDsAttr, mDscCallback); in testOnWlanSelectedWithDifferentTransportType() 184 mDsConnection.requestDomainSelection(mDsAttr, mDscCallback); in testOnWlanSelectedWithDifferentTransportTypeAndImsPdn() 209 mDsConnection.requestDomainSelection(mDsAttr, mDscCallback); in testOnWlanSelectedWithDifferentTransportTypeWhilePreferredTransportChanged() 259 mDsConnection.requestDomainSelection(mDsAttr, mDscCallback); in testOnDomainSelectedPs() 278 mDsConnection.requestDomainSelection(mDsAttr, mDscCallback); in testOnDomainSelectedPsWithDifferentTransportType() 314 mDsConnection.requestDomainSelection(mDsAttr, mDscCallback); in testOnDomainSelectedPsWithDifferentTransportTypeAndImsPdn() 336 mDsConnection.requestDomainSelection(mDsAttr, mDscCallback); in testOnDomainSelectedPsWithDifferentTransportTypeAndNotChanged() 369 mDsConnection.requestDomainSelection(mDsAttr, mDscCallback); in testOnDomainSelectedPsWithDifferentTransportTypeWhilePreferredTransportChanged() 408 mDsConnection.requestDomainSelection(mDsAttr, mDscCallback); in testOnDomainSelectedCs() [all …]
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SmsDispatchersControllerTest.java | 470 verify(mEmergencySmsDsc).requestDomainSelection(any(), any()); in testSendTextForEmergencyWhenDomainPs() 501 verify(mEmergencySmsDsc).requestDomainSelection(any(), any()); in testSendTextForEmergencyWhenEmergencyStateTrackerReturnsFailure() 520 verify(mEmergencySmsDsc).requestDomainSelection(any(), any()); in testSendMultipartTextForEmergencyWhenDomainPs() 559 verify(mEmergencySmsDsc).requestDomainSelection(any(), any()); in testSendRetrySmsForEmergencyWhenDomainPs() 714 verify(mSmsDsc).requestDomainSelection(any(), captor.capture()); in testNotifyDomainSelectionTerminatedWhenImsAvailableAndNormalSms() 754 verify(mEmergencySmsDsc).requestDomainSelection(any(), captor.capture()); in testNotifyDomainSelectionTerminatedWhenImsNotAvailableAndEmergencySms() 796 verify(mSmsDsc).requestDomainSelection(any(), any()); in testSendTextContinuously() 843 verify(mSmsDsc).requestDomainSelection(any(), any()); in testSendTextWhenDomainSelectionFinishedAndNewTextSent() 869 when(newSmsDsc.requestDomainSelection( in testSendTextWhenDomainSelectionFinishedAndNewTextSent() 881 verify(newSmsDsc).requestDomainSelection(any(), any()); in testSendTextWhenDomainSelectionFinishedAndNewTextSent() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/domainselection/ |
D | SmsDomainSelectionConnection.java | 65 public @NonNull CompletableFuture<Integer> requestDomainSelection( in requestDomainSelection() method in SmsDomainSelectionConnection
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | SmsDispatchersController.java | 522 requestDomainSelection(holder, request, logTag); in handleMessage() 1030 private void requestDomainSelection(@NonNull DomainSelectionConnectionHolder holder) { in requestDomainSelection() method in SmsDispatchersController 1041 emergencyConnection.requestDomainSelection(attr, holder); in requestDomainSelection() 1053 CompletableFuture<Integer> future = connection.requestDomainSelection(attr, holder); in requestDomainSelection() 1074 private void requestDomainSelection(@NonNull DomainSelectionConnectionHolder holder, in requestDomainSelection() method in SmsDispatchersController 1100 requestDomainSelection(holder); in requestDomainSelection() 1131 requestDomainSelection(holder, request, logTag); in handleSendSmsUsingDomainSelection() 1134 requestDomainSelection(holder, request, logTag); in handleSendSmsUsingDomainSelection()
|