Searched refs:onMobileDataEnabledChange (Results 1 – 9 of 9) sorted by relevance
38 void onMobileDataEnabledChange(); in onMobileDataEnabledChange() method65 mClient.onMobileDataEnabledChange(); in start()79 mClient.onMobileDataEnabledChange(); in start()
518 public void onMobileDataEnabledChange() { in onMobileDataEnabledChange() method in SubscriptionsPreferenceController
57 verify(mClient).onMobileDataEnabledChange(); in onMobileDataEnabledChange_firesCorrectly()66 verify(mClient, never()).onMobileDataEnabledChange(); in onMobileDataEnabledChange_doesNotFireAfterStop()76 verify(mClient).onMobileDataEnabledChange(); in onMobileDataEnabledChange_changedToDifferentId_firesCorrectly()
103 public void onMobileDataEnabledChange() { in onMobileDataEnabledChange() method in BillingCyclePreference
255 public void onMobileDataEnabledChange() { in onMobileDataEnabledChange() method in CellDataPreference
272 public void onMobileDataEnabledChange() { in onMobileDataEnabledChange() method in DataUsageList
206 public void onMobileDataEnabledChange() { in onMobileDataEnabledChange() method in VideoCallingPreferenceController
202 public void onMobileDataEnabledChange() { in onMobileDataEnabledChange() method in NetworkProviderWorker
192 mMockNetworkProviderWorker.onMobileDataEnabledChange(); in onMobileDataEnabledChange_notifyMobileDataEnabledChanged_callUpdateSlice()