Searched refs:notifyUserDataEnabled (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | MultiSimSettingControllerTest.java | 476 mMultiSimSettingControllerUT.notifyUserDataEnabled(2, true); in testSimpleDsds() 609 mMultiSimSettingControllerUT.notifyUserDataEnabled(2, false); in testDsdsGrouping() 663 mMultiSimSettingControllerUT.notifyUserDataEnabled(1, false); in testCbrs() 664 mMultiSimSettingControllerUT.notifyUserDataEnabled(1, true); in testCbrs() 667 mMultiSimSettingControllerUT.notifyUserDataEnabled(2, false); in testCbrs() 668 mMultiSimSettingControllerUT.notifyUserDataEnabled(2, true); in testCbrs() 720 mMultiSimSettingControllerUT.notifyUserDataEnabled(2, true); in testGroupedCbrs() 793 mMultiSimSettingControllerUT.notifyUserDataEnabled(1, false); in testGroupedPrimarySubscriptions()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | MultiSimSettingController.java | 186 getInstance().notifyUserDataEnabled(subId, enabled); in onUserDataEnabledChanged() 278 public void notifyUserDataEnabled(int subId, boolean enable) { in notifyUserDataEnabled() method in MultiSimSettingController
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/ |
D | DataNetworkControllerTest.java | 2056 verify(controller, never()).notifyUserDataEnabled(anyInt(), anyBoolean()); in testNotifyWhenSetDataEnabled() 2064 verify(controller, never()).notifyUserDataEnabled(anyInt(), anyBoolean()); in testNotifyWhenSetDataEnabled() 2073 verify(controller, times(2)).notifyUserDataEnabled(anyInt(), anyBoolean()); in testNotifyWhenSetDataEnabled()
|