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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
RequestPermissionHelperActivity.java 52 private boolean mEnableOnly;
76 if (mEnableOnly) {
137 mEnableOnly = true;
140 mEnableOnly = false;
RequestPermissionActivity.java 68 private boolean mEnableOnly;
126 if (mEnableOnly) {
137 if (mEnableOnly) {
223 if (mEnableOnly) {
259 mEnableOnly = true;
  /packages/apps/Settings/tests/src/com/android/settings/tests/
BluetoothRequestPermissionTest.java 43 final boolean mEnableOnly; // enable or enable + discoverable
46 mEnableOnly = enableOnly;
50 requestPermission(mEnableOnly);

Completed in 413 milliseconds