HomeSort by relevance Sort by last modified time
    Searched defs:sendBroadcast (Results 26 - 50 of 71) sorted by null

12 3

  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
CallLogProviderTest.java 370 public void sendBroadcast(Intent intent, String receiverPermission) {
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaScannerService.java 96 sendBroadcast(new Intent(Intent.ACTION_MEDIA_SCANNER_STARTED, uri));
111 sendBroadcast(new Intent(Intent.ACTION_MEDIA_SCANNER_FINISHED, uri));
  /frameworks/base/core/java/android/server/
BluetoothA2dpService.java 522 mContext.sendBroadcast(intent, BLUETOOTH_PERM);
537 mContext.sendBroadcast(intent, BLUETOOTH_PERM);
BluetoothAdapterStateMachine.java 754 mContext.sendBroadcast(intent, BluetoothService.BLUETOOTH_PERM);
BluetoothBondState.java 188 mContext.sendBroadcast(intent, BluetoothService.BLUETOOTH_PERM);
BluetoothEventLoop.java 201 mContext.sendBroadcast(intent, BLUETOOTH_PERM);
232 mContext.sendBroadcast(intent, BLUETOOTH_PERM);
249 mContext.sendBroadcast(intent, BLUETOOTH_PERM);
320 mContext.sendBroadcast(intent, BLUETOOTH_PERM);
344 mContext.sendBroadcast(intent, BLUETOOTH_PERM);
356 mContext.sendBroadcast(intent, BLUETOOTH_PERM);
405 mContext.sendBroadcast(intent, BLUETOOTH_PERM);
415 mContext.sendBroadcast(intent, BLUETOOTH_PERM);
431 mContext.sendBroadcast(intent, BLUETOOTH_PERM);
580 mContext.sendBroadcast(intent, BLUETOOTH_ADMIN_PERM)
    [all...]
  /frameworks/base/services/java/com/android/server/
TelephonyRegistry.java 598 mContext.sendBroadcast(intent, android.Manifest.permission.READ_PHONE_STATE);
DropBoxManagerService.java 236 mContext.sendBroadcast(dropboxIntent, android.Manifest.permission.READ_LOGS);
UiModeManagerService.java 516 mContext.sendBroadcast(new Intent(oldAction));
524 mContext.sendBroadcast(new Intent(oldAction));
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
NetworkStatsServiceTest.java 187 mServiceContext.sendBroadcast(new Intent(CONNECTIVITY_ACTION_IMMEDIATE));
203 mServiceContext.sendBroadcast(new Intent(ACTION_NETWORK_STATS_POLL));
220 mServiceContext.sendBroadcast(new Intent(ACTION_NETWORK_STATS_POLL));
241 mServiceContext.sendBroadcast(new Intent(CONNECTIVITY_ACTION_IMMEDIATE));
267 mServiceContext.sendBroadcast(new Intent(ACTION_NETWORK_STATS_POLL));
282 mServiceContext.sendBroadcast(new Intent(Intent.ACTION_SHUTDOWN));
337 mServiceContext.sendBroadcast(new Intent(CONNECTIVITY_ACTION_IMMEDIATE));
350 mServiceContext.sendBroadcast(new Intent(ACTION_NETWORK_STATS_POLL));
368 mServiceContext.sendBroadcast(new Intent(ACTION_NETWORK_STATS_POLL));
389 mServiceContext.sendBroadcast(new Intent(CONNECTIVITY_ACTION_IMMEDIATE))
    [all...]
NetworkPolicyManagerServiceTest.java 323 mServiceContext.sendBroadcast(new Intent(Intent.ACTION_SCREEN_OFF));
333 mServiceContext.sendBroadcast(new Intent(Intent.ACTION_SCREEN_ON));
525 mServiceContext.sendBroadcast(new Intent(CONNECTIVITY_ACTION_IMMEDIATE));
574 mServiceContext.sendBroadcast(intent);
633 mServiceContext.sendBroadcast(new Intent(CONNECTIVITY_ACTION_IMMEDIATE));
    [all...]
  /packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java 490 sendBroadcast(intent, BLUETOOTH_PERM);
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothDeviceProfileState.java     [all...]
  /frameworks/base/core/java/android/content/
Context.java     [all...]
  /frameworks/base/media/java/android/mtp/
MtpDatabase.java     [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
SMSDispatcher.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 246 sendBroadcast(timeoutIntent, BLUETOOTH_ADMIN_PERM);
548 sendBroadcast(intent, BLUETOOTH_ADMIN_PERM);
593 sendBroadcast(intent);
599 sendBroadcast(i);
636 sendBroadcast(intent, BLUETOOTH_PERM);
  /packages/apps/Camera/src/com/android/camera/
Util.java 595 context.sendBroadcast(new Intent(android.hardware.Camera.ACTION_NEW_PICTURE, uri));
597 context.sendBroadcast(new Intent("com.android.camera.NEW_PICTURE", uri));
  /packages/apps/Settings/src/com/android/settings/
CryptKeeper.java 143 sendBroadcast(new Intent("android.intent.action.MASTER_CLEAR"));
354 sendBroadcast(new Intent("android.intent.action.MASTER_CLEAR"));
  /frameworks/base/cmds/am/src/com/android/commands/am/
Am.java 119 sendBroadcast();
530 private void sendBroadcast() throws Exception {
    [all...]
  /frameworks/base/core/java/android/app/
ContextImpl.java     [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeContext.java     [all...]
  /frameworks/base/voip/java/com/android/server/sip/
SipService.java 110 context.sendBroadcast(new Intent(SipManager.ACTION_SIP_SERVICE_UP));
330 mContext.sendBroadcast(intent);
337 mContext.sendBroadcast(intent);
    [all...]
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
SoundRecorder.java 362 sendBroadcast(i);
643 sendBroadcast(new Intent(Intent.ACTION_MEDIA_SCANNER_SCAN_FILE, result));
  /cts/tests/tests/content/src/android/content/cts/
ContextWrapperTest.java     [all...]

Completed in 2794 milliseconds

12 3