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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPermissionRequest.java 152 String intentName = BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY;
154 sendIntentToReceiver(intentName, true, BluetoothDevice.EXTRA_ALWAYS_ALLOWED, true);
157 sendIntentToReceiver(intentName, false,
167 private void sendIntentToReceiver(final String intentName, final boolean allowed,
169 Intent intent = new Intent(intentName);
  /cts/tests/tests/content/src/android/content/cts/
IntentTest.java     [all...]

Completed in 242 milliseconds