Home
last modified time | relevance | path

Searched refs:launchBluetoothPairing (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
H A DMediaOutputAdapter.java441 mContainerLayout.setOnClickListener(mController::launchBluetoothPairing); in onBind()
H A DMediaOutputController.java881 void launchBluetoothPairing(View view) { in launchBluetoothPairing() method in MediaOutputController
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/
H A DMediaOutputAdapterTest.java597 verify(mMediaOutputController).launchBluetoothPairing(mViewHolder.mContainerLayout); in onItemClick_clickPairNew_verifyLaunchBluetoothPairing()
H A DMediaOutputControllerTest.java1119 mMediaOutputController.launchBluetoothPairing(mDialogLaunchView); in launchBluetoothPairing_isKeyguardLocked_dismissDialog()