Home
last modified time | relevance | path

Searched refs:updateSwitch (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/
DAudioSharingSwitchBarController.java114 updateSwitch();
130 updateSwitch();
138 updateSwitch();
160 updateSwitch();
168 updateSwitch();
293 updateSwitch(); in onStart()
369 updateSwitch(); in onServiceConnected()
472 private void updateSwitch() { in updateSwitch() method in AudioSharingSwitchBarController
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/manageapplications/
DApplicationViewHolderTest.java118 mHolder.updateSwitch(null, true, true); in oneTouchTarget()
131 public void updateSwitch() { in updateSwitch() method in ApplicationViewHolderTest
136 mHolder.updateSwitch((buttonView, isChecked) -> latch.countDown(), true, true); in updateSwitch()
DManageApplicationsTest.java393 verify(holder).updateSwitch(any(), anyBoolean(), anyBoolean()); in applicationsAdapter_onBindViewHolder_updateSwitch_notifications()
413 verify(holder, never()).updateSwitch(any(), anyBoolean(), anyBoolean()); in applicationsAdapter_onBindViewHolder_updateSwitch_notNotifications()
/packages/apps/Settings/src/com/android/settings/wifi/tether/
DWifiTetherPreferenceController.java120 updateSwitch(); in displayPreference()
236 protected void updateSwitch() { in updateSwitch() method in WifiTetherPreferenceController
/packages/apps/Settings/src/com/android/settings/applications/manageapplications/
DApplicationViewHolder.java218 void updateSwitch(CompoundButton.OnCheckedChangeListener listener, boolean enabled, in updateSwitch() method in ApplicationViewHolder
DManageApplications.java1778 updateSwitch(holder, entry); in onBindViewHolder()
1870 private void updateSwitch(ApplicationViewHolder holder, AppEntry entry) { in updateSwitch() method in ManageApplications.ApplicationsAdapter
1873 holder.updateSwitch(((AppStateNotificationBridge) mExtraInfoBridge) in updateSwitch()