Searched refs:notifyDataConnection (Results 1 – 7 of 7) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | PhoneNotifier.java | 80 void notifyDataConnection(Phone sender, PreciseDataConnectionState preciseState); in notifyDataConnection() method
|
D | DefaultPhoneNotifier.java | 148 public void notifyDataConnection(Phone sender, PreciseDataConnectionState preciseState) { in notifyDataConnection() method in DefaultPhoneNotifier
|
D | Phone.java | 2885 public void notifyDataConnection(PreciseDataConnectionState state) { in notifyDataConnection() method in Phone 2886 mNotifier.notifyDataConnection(this, state); in notifyDataConnection()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/ |
D | DataNetworkTest.java | 524 verify(mPhone, times(2)).notifyDataConnection(pdcsCaptor.capture()); in testCreateDataNetwork() 679 verify(mPhone, times(4)).notifyDataConnection(pdcsCaptor.capture()); in testRecreateAgentWhenOos() 745 verify(mPhone, times(2)).notifyDataConnection(pdcsCaptor.capture()); in testCreateImsDataNetwork() 961 verify(mPhone, times(4)).notifyDataConnection(pdcsCaptor.capture()); in testTearDown() 1031 verify(mPhone, times(2)).notifyDataConnection(pdcsCaptor.capture()); in testCreateDataNetworkOnIwlan() 1074 verify(mPhone, times(4)).notifyDataConnection(pdcsCaptor.capture()); in testTearDownIwlan() 1114 verify(mPhone, times(4)).notifyDataConnection(pdcsCaptor.capture()); in testHandover() 1175 verify(mPhone, times(4)).notifyDataConnection(pdcsCaptor.capture()); in testHandoverFailed() 1258 verify(mPhone, times(2)).notifyDataConnection(pdcsCaptor.capture()); in testNetworkRequestDetachedBeforePduSessionIdAllocated() 2229 verify(mPhone, times(2)).notifyDataConnection(pdcsCaptor.capture()); in testValidationStatusOnPreciseDataConnectionState_FlagEnabled() [all …]
|
D | DataNetworkControllerTest.java | 4228 verify(mPhone).notifyDataConnection(pdcsCaptor.capture()); in testImsGracefulTearDown() 4241 verify(mPhone).notifyDataConnection(pdcsCaptor.capture()); in testImsGracefulTearDown()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/ |
D | DataNetwork.java | 3529 mPhone.notifyDataConnection(pdcs);
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 84197 Lcom/android/internal/telephony/ITelephonyRegistry$Stub$Proxy;->notifyDataConnection(IZLjava/lang/S… 84258 Lcom/android/internal/telephony/ITelephonyRegistry;->notifyDataConnection(IZLjava/lang/String;Ljava…
|