/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/ |
D | RequestPermissionActivityTest.kt | 53 createActivity(action = BluetoothAdapter.ACTION_REQUEST_ENABLE) in requestEnable_whenBluetoothIsOff_showConfirmDialog() 65 createActivity(action = BluetoothAdapter.ACTION_REQUEST_ENABLE) in requestEnable_whenBluetoothIsOn_doNothing()
|
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/wifi/ |
D | WifiRequestToggleActivityTest.java | 71 mActivityController = createActivityController(WifiManager.ACTION_REQUEST_ENABLE); in testOnStartWifiEnabled_toggleEnableWifi_showsDialog() 91 mActivityController = createActivityController(WifiManager.ACTION_REQUEST_ENABLE); in testOnStartWifiEnabled_toggleEnableWifi_finish()
|
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/bluetooth/ |
D | BluetoothRequestPermissionActivityTest.java | 214 Intent intent = new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE); in onCreate_requestEnableIntent_hasEnableRequestType() 268 Intent intent = new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE); in onCreate_bluetoothOff_requestEnableIntent_startsDialog() 279 Intent intent = new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE); in onCreate_bluetoothOn_requestEnableIntent_noDialog() 318 Intent intent = new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE); in onPositiveClick_enableDialog_enables()
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | RequestPermissionActivity.java | 301 if (intent.getAction().equals(BluetoothAdapter.ACTION_REQUEST_ENABLE)) { in parseIntent() 317 + BluetoothAdapter.ACTION_REQUEST_ENABLE + ", " in parseIntent()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
D | BluetoothRequestPermissionActivity.java | 90 || intent.getAction().equals(BluetoothAdapter.ACTION_REQUEST_ENABLE)) { in parseIntent()
|
/packages/apps/Settings/tests/unit/src/com/android/settings/wifi/ |
D | RequestToggleWiFiActivityTest.java | 67 mActivityScenario = ActivityScenario.launch(new Intent(WifiManager.ACTION_REQUEST_ENABLE)); in setUp()
|
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/ |
D | BluetoothRequestPermissionActivity.java | 266 case BluetoothAdapter.ACTION_REQUEST_ENABLE: in parseIntent() 284 + BluetoothAdapter.ACTION_REQUEST_ENABLE); in parseIntent()
|
/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/ |
D | MainActivity.java | 154 Intent enableBtIntent = new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE); in onOptionsItemSelected() 217 new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE); in setupLeAudioViewModel()
|
/packages/apps/Settings/tests/legacy_unit/src/com/android/settings/tests/ |
D | BluetoothRequestPermissionTest.java | 107 i.setAction(BluetoothAdapter.ACTION_REQUEST_ENABLE); in requestPermission()
|
/packages/apps/Car/Settings/src/com/android/car/settings/wifi/ |
D | WifiRequestToggleActivity.java | 222 case WifiManager.ACTION_REQUEST_ENABLE: in extractActionState()
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/connectivity/ |
D | ConnectivityFragment.java | 511 Intent enableWifi = new Intent(WifiManager.ACTION_REQUEST_ENABLE); in enableWifiIntent() 523 Intent enableBluetooth = new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE); in enableBluetoothIntent()
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
D | RequestToggleWiFiActivity.java | 92 case WifiManager.ACTION_REQUEST_ENABLE: { in onCreate()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothAdapter.java | 358 public static final String ACTION_REQUEST_ENABLE = field in BluetoothAdapter
|
/packages/modules/Bluetooth/framework/api/ |
D | current.txt | 65 …Manifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_REQUEST_ENABLE = "android…
|
/packages/modules/Wifi/framework/java/android/net/wifi/ |
D | WifiManager.java | 1770 public static final String ACTION_REQUEST_ENABLE = "android.net.wifi.action.REQUEST_ENABLE"; field in WifiManager
|
/packages/modules/Wifi/framework/api/ |
D | system-current.txt | 841 … field public static final String ACTION_REQUEST_ENABLE = "android.net.wifi.action.REQUEST_ENABLE";
|
/packages/modules/Wifi/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 1786 Landroid/net/wifi/WifiManager;->ACTION_REQUEST_ENABLE:Ljava/lang/String;
|