HomeSort by relevance Sort by last modified time
    Searched refs:intentName (Results 1 - 4 of 4) 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);
BluetoothPermissionActivity.java 203 private void sendIntentToReceiver(final String intentName, final boolean allowed,
205 Intent intent = new Intent(intentName);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapActivity.java 195 private void sendIntentToReceiver(final String intentName, final String extraName,
197 Intent intent = new Intent(intentName);
206 private void sendIntentToReceiver(final String intentName, final String extraName,
208 Intent intent = new Intent(intentName);
  /cts/tests/tests/content/src/android/content/cts/
IntentTest.java     [all...]

Completed in 1975 milliseconds