/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | RemoteDevices.java | 219 mAdapterService.sendBroadcast(intent, AdapterService.BLUETOOTH_ADMIN_PERM); in sendUuidIntent() 231 mAdapterService.sendBroadcast(intent, mAdapterService.BLUETOOTH_ADMIN_PERM); in sendDisplayPinIntent() 261 mAdapterService.sendBroadcast(intent, mAdapterService.BLUETOOTH_PERM); in devicePropertyChangedCallback() 283 mAdapterService.sendBroadcast(intent, mAdapterService.BLUETOOTH_PERM); in devicePropertyChangedCallback() 324 mAdapterService.sendBroadcast(intent, mAdapterService.BLUETOOTH_PERM); in deviceFoundCallback() 357 mAdapterService.sendBroadcast(intent, mAdapterService.BLUETOOTH_ADMIN_PERM); in pinRequestCallback() 399 mAdapterService.sendBroadcast(intent, mAdapterService.BLUETOOTH_ADMIN_PERM); in sspRequestCallback() 420 mAdapterService.sendBroadcast(intent, mAdapterService.BLUETOOTH_PERM); in aclStateChangeCallback()
|
D | AdapterProperties.java | 467 mService.sendBroadcast(intent, mService.BLUETOOTH_PERM); in adapterPropertyChangedCallback() 541 mService.sendBroadcast(intent, mService.BLUETOOTH_PERM); in discoveryStateChangeCallback() 545 mService.sendBroadcast(intent, mService.BLUETOOTH_PERM); in discoveryStateChangeCallback()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapService.java | 245 sendBroadcast(timeoutIntent, BLUETOOTH_ADMIN_PERM); in parseIntent() 583 sendBroadcast(intent, BLUETOOTH_ADMIN_PERM); in run() 631 sendBroadcast(intent); 637 sendBroadcast(i); 674 sendBroadcast(intent, BLUETOOTH_PERM); in setState()
|
D | BluetoothPbapActivity.java | 202 sendBroadcast(intent); in sendIntentToReceiver() 213 sendBroadcast(intent); in sendIntentToReceiver()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsActor.java | 347 public void sendBroadcast(Intent intent) { in sendBroadcast() method in ContactsActor.RestrictionMockContext 348 mOverallContext.sendBroadcast(intent); in sendBroadcast() 352 public void sendBroadcast(Intent intent, String receiverPermission) { in sendBroadcast() method in ContactsActor.RestrictionMockContext 353 mOverallContext.sendBroadcast(intent, receiverPermission); in sendBroadcast()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/ |
D | HidService.java | 584 sendBroadcast(intent, BLUETOOTH_PERM); in broadcastConnectionState() 592 sendBroadcast(intent, BLUETOOTH_PERM); in broadcastProtocolMode() 601 sendBroadcast(intent, BLUETOOTH_PERM); in broadcastVirtualUnplugStatus()
|
/packages/apps/Nfc/src/com/android/nfc/handover/ |
D | ConfirmConnectActivity.java | 48 sendBroadcast(allowIntent); in onCreate() 57 sendBroadcast(denyIntent); in onCreate()
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | RealSystemFacade.java | 91 public void sendBroadcast(Intent intent) { in sendBroadcast() method in RealSystemFacade 92 mContext.sendBroadcast(intent); in sendBroadcast()
|
D | SystemFacade.java | 58 public void sendBroadcast(Intent intent); in sendBroadcast() method
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
D | AlarmKlaxon.java | 103 sendBroadcast(alarmDone); in onDestroy() 152 sendBroadcast(alarmKilled); in sendKillBroadcast()
|
D | AlarmReceiver.java | 78 context.sendBroadcast(new Intent(Alarms.ALARM_SNOOZE_CANCELLED)); in handleIntent() 133 context.sendBroadcast(closeDialogs); in handleIntent()
|
D | Alarms.java | 415 context.sendBroadcast(i); in setNextAlert() 589 context.sendBroadcast(alarmChanged); in setStatusBarIcon()
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | MediaScannerService.java | 97 sendBroadcast(new Intent(Intent.ACTION_MEDIA_SCANNER_STARTED, uri)); in scan() 113 sendBroadcast(new Intent(Intent.ACTION_MEDIA_SCANNER_FINISHED, uri)); in scan()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
D | DictionarySettingsFragment.java | 124 activity.sendBroadcast(unknownClientBroadcast); in onResume() 141 activity.sendBroadcast(newDictBroadcast); in onPause()
|
/packages/apps/Calendar/src/com/android/calendar/ |
D | GeneralPreferences.java | 292 a.sendBroadcast(intent); in onSharedPreferenceChanged() 319 activity.sendBroadcast(intent); in onPreferenceChange()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppObexServerSession.java | 298 mContext.sendBroadcast(in); in onPut() 574 mContext.sendBroadcast(intent, Constants.HANDOVER_STATUS_PERMISSION); in onConnect()
|
/packages/apps/Settings/src/com/android/settings/ |
D | CryptKeeper.java | 169 sendBroadcast(new Intent("android.intent.action.MASTER_CLEAR")); in onPostExecute() 430 sendBroadcast(new Intent("android.intent.action.MASTER_CLEAR")); in showFactoryReset()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
D | A2dpStateMachine.java | 696 mContext.sendBroadcast(intent, A2dpService.BLUETOOTH_PERM); in broadcastAudioState() 740 mContext.sendBroadcast(intent, ProfileService.BLUETOOTH_PERM); in onConnectionStateChanged()
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
D | Util.java | 595 context.sendBroadcast(new Intent(android.hardware.Camera.ACTION_NEW_PICTURE, uri)); in broadcastNewPicture() 597 context.sendBroadcast(new Intent("com.android.camera.NEW_PICTURE", uri)); in broadcastNewPicture()
|
/packages/apps/Camera/src/com/android/camera/ |
D | Util.java | 660 context.sendBroadcast(new Intent(ACTION_NEW_PICTURE, uri)); in broadcastNewPicture() 662 context.sendBroadcast(new Intent("com.android.camera.NEW_PICTURE", uri)); in broadcastNewPicture()
|
/packages/apps/Gallery2/src/com/android/camera/ |
D | Util.java | 661 context.sendBroadcast(new Intent(ACTION_NEW_PICTURE, uri)); in broadcastNewPicture() 663 context.sendBroadcast(new Intent("com.android.camera.NEW_PICTURE", uri)); in broadcastNewPicture()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | HeadsetStateMachine.java | 1254 mService.sendBroadcast(intent, HeadsetService.BLUETOOTH_PERM); in broadcastConnectionState() 1267 mService.sendBroadcast(intent, HeadsetService.BLUETOOTH_PERM); in broadcastAudioState() 1292 mService.sendBroadcast(intent, HeadsetService.BLUETOOTH_PERM); in broadcastVendorSpecificEventIntent()
|
/packages/apps/SoundRecorder/src/com/android/soundrecorder/ |
D | SoundRecorder.java | 362 sendBroadcast(i); in stopAudioPlayback() 643 sendBroadcast(new Intent(Intent.ACTION_MEDIA_SCANNER_SCAN_FILE, result)); in addToMediaDB()
|
/packages/apps/Nfc/src/com/android/nfc/ |
D | NfcService.java | 1899 mContext.sendBroadcast(actIntent); in handleMessage() 1907 mContext.sendBroadcast(deactIntent); in handleMessage() 1990 mContext.sendBroadcast(intent); in sendSeBroadcast()
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
D | CallerInfoCacheUtils.java | 50 context.sendBroadcast(new Intent(UPDATE_CALLER_INFO_CACHE)); in sendUpdateCallerInfoCacheIntent()
|