Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothPairingDialogTest.java85 BluetoothPairingDialogFragment frag = makeFragment(); in dialogUpdatesControllerWithUserInput()
107 BluetoothPairingDialogFragment frag = makeFragment(); in dialogEnablesSubmitButtonOnValidationFromController()
122 BluetoothPairingDialogFragment frag = makeFragment(); in dialogDoesNotAskForPairCodeOnConsentVariant()
146 BluetoothPairingDialogFragment frag = spy(new BluetoothPairingDialogFragment()); in dialogAsksForPairCodeOnUserEntryVariant()
174 BluetoothPairingDialogFragment frag = makeFragment(); in dialogDisplaysPairCodeOnDisplayPasskeyVariant()
191 BluetoothPairingDialogFragment frag = new BluetoothPairingDialogFragment(); in dialogThrowsExceptionIfNoControllerSet()
208 BluetoothPairingDialogFragment frag = makeFragment(); in dialogCallsHookOnPositiveButtonPress()
224 BluetoothPairingDialogFragment frag = makeFragment(); in dialogCallsHookOnNegativeButtonPress()
234 BluetoothPairingDialogFragment frag = new BluetoothPairingDialogFragment(); in dialogDoesNotAllowSwappingController()
245 BluetoothPairingDialogFragment frag = new BluetoothPairingDialogFragment(); in dialogDoesNotAllowSwappingActivity()
[all …]
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothPairingDialog.java77 BluetoothPairingDialogFragment bluetoothFragment = in onCreate()
78 (BluetoothPairingDialogFragment) getSupportFragmentManager().findFragmentByTag( in onCreate()
89 bluetoothFragment = new BluetoothPairingDialogFragment(); in onCreate()
DBluetoothPairingController.java27 import com.android.car.settings.bluetooth.BluetoothPairingDialogFragment
100 public void onDialogPositiveClick(BluetoothPairingDialogFragment dialog) { in onDialogPositiveClick()
109 public void onDialogNegativeClick(BluetoothPairingDialogFragment dialog) { in onDialogNegativeClick()
DBluetoothPairingDialogFragment.java47 public class BluetoothPairingDialogFragment extends CarUiDialogFragment implements class
50 private static final Logger LOG = new Logger(BluetoothPairingDialogFragment.class);
63 void onDialogNegativeClick(BluetoothPairingDialogFragment dialog); in onDialogNegativeClick()
65 void onDialogPositiveClick(BluetoothPairingDialogFragment dialog); in onDialogPositiveClick()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingDialog.java81 BluetoothPairingDialogFragment bluetoothFragment = in onCreate()
82 (BluetoothPairingDialogFragment) getSupportFragmentManager(). in onCreate()
93 bluetoothFragment = new BluetoothPairingDialogFragment(); in onCreate()
DBluetoothPairingController.java32 import com.android.settings.bluetooth.BluetoothPairingDialogFragment.BluetoothPairingDialogListener;
138 public void onDialogPositiveClick(BluetoothPairingDialogFragment dialog) { in onDialogPositiveClick()
153 public void onDialogNegativeClick(BluetoothPairingDialogFragment dialog) { in onDialogNegativeClick()
DBluetoothPairingDialogFragment.java49 public class BluetoothPairingDialogFragment extends InstrumentedDialogFragment implements class
66 void onDialogNegativeClick(BluetoothPairingDialogFragment dialog); in onDialogNegativeClick()
68 void onDialogPositiveClick(BluetoothPairingDialogFragment dialog); in onDialogPositiveClick()