HomeSort by relevance Sort by last modified time
    Searched refs:getDialogType (Results 1 - 6 of 6) sorted by null

  /packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
BluetoothPairingDialogTest.java 72 when(controller.getDialogType()).thenReturn(BluetoothPairingController.USER_ENTRY_DIALOG);
91 when(controller.getDialogType()).thenReturn(BluetoothPairingController.USER_ENTRY_DIALOG);
115 when(controller.getDialogType()).thenReturn(BluetoothPairingController.CONFIRMATION_DIALOG);
128 when(controller.getDialogType()).thenReturn(BluetoothPairingController.USER_ENTRY_DIALOG);
160 when(controller.getDialogType())
196 when(controller.getDialogType()).thenReturn(BluetoothPairingController.CONFIRMATION_DIALOG);
212 when(controller.getDialogType()).thenReturn(BluetoothPairingController.CONFIRMATION_DIALOG);
250 when(controller.getDialogType()).thenReturn(BluetoothPairingController.USER_ENTRY_DIALOG);
274 when(controller.getDialogType()).thenReturn(BluetoothPairingController.CONFIRMATION_DIALOG);
292 when(controller.getDialogType()).thenReturn(BluetoothPairingController.CONFIRMATION_DIALOG)
    [all...]
  /packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
BluetoothPairingController.java 101 if (getDialogType() == USER_ENTRY_DIALOG) {
118 public int getDialogType() {
BluetoothPairingDialogFragment.java 167 switch (mPairingController.getDialogType()) {
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingController.java 99 if (getDialogType() == USER_ENTRY_DIALOG) {
122 public int getDialogType() {
BluetoothPairingDialogFragment.java 173 switch (mPairingController.getDialogType()) {
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.1.3/
kotlin-android-extensions-1.1.3.jar 

Completed in 93 milliseconds