Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/
DLeAudioRecycleViewAdapter.java1269 (compoundButton, b) -> { in setupHapView() argument
1270 if (!compoundButton.isActivated()) return; in setupHapView()
1485 (compoundButton, b) -> { in SetupLeAudioView() argument
1486 if (!compoundButton.isActivated()) return; in SetupLeAudioView()
1669 (compoundButton, b) -> { in SetupLeAudioView() argument
1670 if (!compoundButton.isActivated()) return; in SetupLeAudioView()
1718 (compoundButton, b) -> { in setupVcView() argument
1719 if (!compoundButton.isActivated()) return; in setupVcView()
1755 (compoundButton, b) -> { in setupVcView() argument
1756 if (!compoundButton.isActivated()) return; in setupVcView()
[all …]
/packages/apps/Settings/src/com/android/settings/nfc/
DNfcPaymentPreferenceController.java242 public void onCheckedChanged(CompoundButton compoundButton, boolean b) { in onCheckedChanged() argument
243 PaymentAppInfo appInfo = (PaymentAppInfo) compoundButton.getTag(); in onCheckedChanged()
/packages/apps/Settings/src/com/android/settings/vpn2/
DConfigDialog.java270 public void onCheckedChanged(CompoundButton compoundButton, boolean b) { in onCheckedChanged() argument
271 if (compoundButton == mAlwaysOnVpn) { in onCheckedChanged()