Home
last modified time | relevance | path

Searched refs:getSwitchOnCheckedListener (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/applications/
H A DAppStateNotificationBridge.java227 public CompoundButton.OnCheckedChangeListener getSwitchOnCheckedListener(final AppEntry entry) { in getSwitchOnCheckedListener() method in AppStateNotificationBridge
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
H A DAppStateNotificationBridgeTest.java565 CompoundButton.OnCheckedChangeListener listener = mBridge.getSwitchOnCheckedListener(entry); in testSwitchOnChangeListener()
/aosp12/packages/apps/Settings/src/com/android/settings/applications/manageapplications/
H A DManageApplications.java1535 .getSwitchOnCheckedListener(entry), in updateSwitch()