Searched refs:updateSwitch (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/ |
D | AudioSharingSwitchBarController.java | 114 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/ |
D | ApplicationViewHolderTest.java | 118 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()
|
D | ManageApplicationsTest.java | 393 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/ |
D | WifiTetherPreferenceController.java | 120 updateSwitch(); in displayPreference() 236 protected void updateSwitch() { in updateSwitch() method in WifiTetherPreferenceController
|
/packages/apps/Settings/src/com/android/settings/applications/manageapplications/ |
D | ApplicationViewHolder.java | 218 void updateSwitch(CompoundButton.OnCheckedChangeListener listener, boolean enabled, in updateSwitch() method in ApplicationViewHolder
|
D | ManageApplications.java | 1778 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()
|