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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPermissionRequest.java 196 String intentName = BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY;
198 sendIntentToReceiver(intentName, true, BluetoothDevice.EXTRA_ALWAYS_ALLOWED, true);
201 sendIntentToReceiver(intentName, false,
216 String intentName = BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY;
218 sendIntentToReceiver(intentName, true, BluetoothDevice.EXTRA_ALWAYS_ALLOWED, true);
221 sendIntentToReceiver(intentName, false,
232 private void sendIntentToReceiver(final String intentName, final boolean allowed,
234 Intent intent = new Intent(intentName);
BluetoothPermissionActivity.java 207 private void sendIntentToReceiver(final String intentName, final boolean allowed,
209 Intent intent = new Intent(intentName);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapActivity.java 194 private void sendIntentToReceiver(final String intentName, final String extraName,
196 Intent intent = new Intent(intentName);
205 private void sendIntentToReceiver(final String intentName, final String extraName,
207 Intent intent = new Intent(intentName);
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/generator/
CodeGenerator.java 118 EditableItem icon, EditableItem text, String intentName) {
120 ".addAction(" + icon.getValueInt() + ", " + quote(text) + ", " + intentName + ")");
  /cts/tests/tests/content/src/android/content/cts/
IntentTest.java     [all...]

Completed in 344 milliseconds