/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/ |
D | DataSettingsManagerTest.java | 178 verify(mPhone, never()).notifyDataEnabled(anyBoolean(), anyInt()); in testUpdateDataEnabledAndNotifyOverride() 183 verify(mPhone).notifyDataEnabled(true, TelephonyManager.DATA_ENABLED_REASON_OVERRIDE); in testUpdateDataEnabledAndNotifyOverride()
|
D | PhoneSwitcherTest.java | 1063 notifyDataEnabled(false); in testNonDefaultDataPhoneInCall() 1073 notifyDataEnabled(true); in testNonDefaultDataPhoneInCall() 1140 notifyDataEnabled(true); in testDataEnabledChangedDuringVoiceCall() 1149 notifyDataEnabled(false); in testDataEnabledChangedDuringVoiceCall() 1958 private void notifyDataEnabled(boolean dataEnabled) { in notifyDataEnabled() method in PhoneSwitcherTest
|
D | DataNetworkControllerTest.java | 2074 verify(mPhone, never()).notifyDataEnabled(anyBoolean(), anyInt()); in testNotifyWhenSetDataEnabled()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | PhoneNotifier.java | 138 void notifyDataEnabled(Phone sender, boolean enabled, @DataEnabledReason int reason); in notifyDataEnabled() method
|
D | DefaultPhoneNotifier.java | 285 public void notifyDataEnabled(Phone sender, boolean enabled, @DataEnabledReason int reason) { in notifyDataEnabled() method in DefaultPhoneNotifier 286 mTelephonyRegistryMgr.notifyDataEnabled(sender.getPhoneId(), sender.getSubId(), in notifyDataEnabled()
|
D | Phone.java | 2980 public void notifyDataEnabled(boolean enabled, in notifyDataEnabled() method in Phone 2982 mNotifier.notifyDataEnabled(this, enabled, reason); in notifyDataEnabled()
|
/frameworks/base/core/java/com/android/internal/telephony/ |
D | ITelephonyRegistry.aidl | 103 void notifyDataEnabled(in int phoneId, int subId, boolean enabled, int reason); in notifyDataEnabled() method
|
/frameworks/base/core/java/android/telephony/ |
D | TelephonyRegistryManager.java | 1011 public void notifyDataEnabled(int slotIndex, int subId, boolean enabled, in notifyDataEnabled() method in TelephonyRegistryManager 1014 sRegistry.notifyDataEnabled(slotIndex, subId, enabled, reason); in notifyDataEnabled()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/ |
D | DataSettingsManager.java | 708 mPhone.notifyDataEnabled(enabled, reason); in notifyDataEnabledChanged()
|
/frameworks/base/services/core/java/com/android/server/ |
D | TelephonyRegistry.java | 3017 public void notifyDataEnabled(int phoneId, int subId, boolean enabled, in notifyDataEnabled() method in TelephonyRegistry
|
/frameworks/base/services/ |
D | art-wear-profile | 3027 PLcom/android/server/TelephonyRegistry;->notifyDataEnabled(IIZI)V
|