Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothPairingDialogTest.java78 BluetoothPairingDialogFragment frag = makeFragment(); in dialogUpdatesControllerWithUserInput()
100 BluetoothPairingDialogFragment frag = makeFragment(); in dialogEnablesSubmitButtonOnValidationFromController()
115 BluetoothPairingDialogFragment frag = makeFragment(); in dialogDoesNotAskForPairCodeOnConsentVariant()
134 BluetoothPairingDialogFragment frag = makeFragment(); in dialogAsksForPairCodeOnUserEntryVariant()
153 BluetoothPairingDialogFragment frag = makeFragment(); in dialogDisplaysPairCodeOnDisplayPasskeyVariant()
171 BluetoothPairingDialogFragment frag = new BluetoothPairingDialogFragment(); in dialogThrowsExceptionIfNoControllerSet()
187 BluetoothPairingDialogFragment frag = makeFragment(); in dialogCallsHookOnPositiveButtonPress()
203 BluetoothPairingDialogFragment frag = makeFragment(); in dialogCallsHookOnNegativeButtonPress()
213 BluetoothPairingDialogFragment frag = new BluetoothPairingDialogFragment(); in dialogDoesNotAllowSwappingController()
224 BluetoothPairingDialogFragment frag = new BluetoothPairingDialogFragment(); in dialogDoesNotAllowSwappingActivity()
[all …]
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingDialog.java71 BluetoothPairingDialogFragment bluetoothFragment = in onCreate()
72 (BluetoothPairingDialogFragment) getFragmentManager().findFragmentByTag(FRAGMENT_TAG); in onCreate()
82 bluetoothFragment = new BluetoothPairingDialogFragment(); in onCreate()
111 BluetoothPairingDialogFragment bluetoothFragment = in dismiss()
112 (BluetoothPairingDialogFragment) getFragmentManager() in dismiss()
DBluetoothPairingController.java27 import com.android.settings.bluetooth.BluetoothPairingDialogFragment.BluetoothPairingDialogListener;
97 public void onDialogPositiveClick(BluetoothPairingDialogFragment dialog) { in onDialogPositiveClick()
106 public void onDialogNegativeClick(BluetoothPairingDialogFragment dialog) { in onDialogNegativeClick()
DBluetoothPairingDialogFragment.java42 public class BluetoothPairingDialogFragment extends InstrumentedDialogFragment implements class
58 void onDialogNegativeClick(BluetoothPairingDialogFragment dialog); in onDialogNegativeClick()
60 void onDialogPositiveClick(BluetoothPairingDialogFragment dialog); in onDialogPositiveClick()