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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
RequestPermissionHelperActivity.java 40 public static final String ACTION_INTERNAL_REQUEST_BT_ON =
41 "com.android.settings.bluetooth.ACTION_INTERNAL_REQUEST_BT_ON";
126 if (intent != null && intent.getAction().equals(ACTION_INTERNAL_REQUEST_BT_ON)) {
RequestPermissionActivity.java 126 i.setAction(RequestPermissionHelperActivity.ACTION_INTERNAL_REQUEST_BT_ON);

Completed in 514 milliseconds