Home
last modified time | relevance | path

Searched refs:notifyDataEnabled (Results 1 – 11 of 11) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/
DDataSettingsManagerTest.java178 verify(mPhone, never()).notifyDataEnabled(anyBoolean(), anyInt()); in testUpdateDataEnabledAndNotifyOverride()
183 verify(mPhone).notifyDataEnabled(true, TelephonyManager.DATA_ENABLED_REASON_OVERRIDE); in testUpdateDataEnabledAndNotifyOverride()
DPhoneSwitcherTest.java1063 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
DDataNetworkControllerTest.java2074 verify(mPhone, never()).notifyDataEnabled(anyBoolean(), anyInt()); in testNotifyWhenSetDataEnabled()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneNotifier.java138 void notifyDataEnabled(Phone sender, boolean enabled, @DataEnabledReason int reason); in notifyDataEnabled() method
DDefaultPhoneNotifier.java285 public void notifyDataEnabled(Phone sender, boolean enabled, @DataEnabledReason int reason) { in notifyDataEnabled() method in DefaultPhoneNotifier
286 mTelephonyRegistryMgr.notifyDataEnabled(sender.getPhoneId(), sender.getSubId(), in notifyDataEnabled()
DPhone.java2980 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/
DITelephonyRegistry.aidl103 void notifyDataEnabled(in int phoneId, int subId, boolean enabled, int reason); in notifyDataEnabled() method
/frameworks/base/core/java/android/telephony/
DTelephonyRegistryManager.java1011 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/
DDataSettingsManager.java708 mPhone.notifyDataEnabled(enabled, reason); in notifyDataEnabledChanged()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java3017 public void notifyDataEnabled(int phoneId, int subId, boolean enabled, in notifyDataEnabled() method in TelephonyRegistry
/frameworks/base/services/
Dart-wear-profile3027 PLcom/android/server/TelephonyRegistry;->notifyDataEnabled(IIZI)V