Home
last modified time | relevance | path

Searched refs:sendBroadcast (Results 1 – 25 of 129) sorted by relevance

123456

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DRemoteDevices.java185 mAdapterService.sendBroadcast(intent, AdapterService.BLUETOOTH_PERM); in setAlias()
222 mAdapterService.sendBroadcast(intent, AdapterService.BLUETOOTH_ADMIN_PERM); in sendUuidIntent()
257 mAdapterService.sendBroadcast(intent, mAdapterService.BLUETOOTH_PERM); in devicePropertyChangedCallback()
279 mAdapterService.sendBroadcast(intent, mAdapterService.BLUETOOTH_PERM); in devicePropertyChangedCallback()
352 mAdapterService.sendBroadcast(intent, mAdapterService.BLUETOOTH_PERM); in aclStateChangeCallback()
363 mAdapterService.sendBroadcast(intent, mAdapterService.BLUETOOTH_PERM); in aclStateChangeCallback()
DAdapterProperties.java528 mService.sendBroadcast(intent, mService.BLUETOOTH_PERM); in adapterPropertyChangedCallback()
659 mService.sendBroadcast(intent, mService.BLUETOOTH_PERM); in discoveryStateChangeCallback()
663 mService.sendBroadcast(intent, mService.BLUETOOTH_PERM); in discoveryStateChangeCallback()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java319 mService.sendBroadcast(intent, ProfileService.BLUETOOTH_PERM); in sendCallChangedIntent()
1748 mService.sendBroadcast(intent, ProfileService.BLUETOOTH_PERM); in processMessage()
1768 mService.sendBroadcast(intent, ProfileService.BLUETOOTH_PERM); in processMessage()
1779 mService.sendBroadcast(intent, ProfileService.BLUETOOTH_PERM); in processMessage()
1790 mService.sendBroadcast(intent, ProfileService.BLUETOOTH_PERM); in processMessage()
1801 mService.sendBroadcast(intent, ProfileService.BLUETOOTH_PERM); in processMessage()
1813 mService.sendBroadcast(intent, ProfileService.BLUETOOTH_PERM); in processMessage()
1841 mService.sendBroadcast(intent, ProfileService.BLUETOOTH_PERM); in processMessage()
1893 mService.sendBroadcast(intent, ProfileService.BLUETOOTH_PERM); in processMessage()
1970 mService.sendBroadcast(intent, ProfileService.BLUETOOTH_PERM); in processMessage()
[all …]
/packages/experimental/NotificationListenerSample/src/com/android/example/notificationlistener/
DListener.java129 .sendBroadcast(new Intent(ACTION_REFRESH)
144 .sendBroadcast(new Intent(ACTION_REFRESH));
154 .sendBroadcast(new Intent(ACTION_REFRESH));
161 .sendBroadcast(new Intent(ACTION_REFRESH));
DNotificationListenerActivity.java126 sendBroadcast(new Intent(Listener.ACTION_DISMISS) in dismiss()
138 sendBroadcast(new Intent(Listener.ACTION_LAUNCH) in launch()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java255 sendBroadcast(timeoutIntent, BLUETOOTH_ADMIN_PERM); in parseIntent()
278 sendBroadcast(cancelIntent); in parseIntent()
696 sendBroadcast(intent);
702 sendBroadcast(i);
760 sendBroadcast(intent, BLUETOOTH_PERM); in setState()
DBluetoothPbapActivity.java202 sendBroadcast(intent); in sendIntentToReceiver()
213 sendBroadcast(intent); in sendIntentToReceiver()
/packages/apps/Nfc/src/com/android/nfc/handover/
DConfirmConnectActivity.java50 sendBroadcast(allowIntent); in onCreate()
60 sendBroadcast(denyIntent); in onCreate()
76 sendBroadcast(denyIntent); in onStop()
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
DHidService.java618 sendBroadcast(intent, BLUETOOTH_PERM); in broadcastConnectionState()
626 sendBroadcast(intent, BLUETOOTH_PERM); in broadcastHandshake()
634 sendBroadcast(intent, BLUETOOTH_PERM); in broadcastProtocolMode()
644 sendBroadcast(intent, BLUETOOTH_PERM); in broadcastReport()
652 sendBroadcast(intent, BLUETOOTH_PERM); in broadcastVirtualUnplugStatus()
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmService.java132 sendBroadcast(AlarmStateManager.createStateChangeIntent(AlarmService.this,
154 sendBroadcast(new Intent(ALARM_ALERT_ACTION)); in startAlarm()
166 sendBroadcast(new Intent(ALARM_DONE_ACTION)); in stopCurrentAlarm()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
DDeviceOwnerProvisioningActivity.java180 sendBroadcast(result); in onProvisioningSuccess()
231 sendBroadcast(intent); in showCancelResetDialog()
271 sendBroadcast(intent); in error()
DDeviceOwnerProvisioningService.java319 LocalBroadcastManager.getInstance(this).sendBroadcast(intent); in sendError()
335 LocalBroadcastManager.getInstance(this).sendBroadcast(intent); in sendProgressUpdateToActivity()
359 LocalBroadcastManager.getInstance(this).sendBroadcast(successIntent); in onProvisioningSuccess()
DProfileOwnerProvisioningService.java387 .sendBroadcast(successIntent); in notifyActivityOfSuccess()
601 LocalBroadcastManager.getInstance(this).sendBroadcast(intent); in notifyActivityError()
606 LocalBroadcastManager.getInstance(this).sendBroadcast(cancelIntent); in notifyActivityCancelled()
DMdmReceivedSuccessReceiver.java60 context.sendBroadcast(primaryProfileSuccessIntent); in onReceive()
70 context.sendBroadcast(primaryProfileSuccessIntent); in finishAccountMigration()
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapService.java369 sendBroadcast(intent, BLUETOOTH_ADMIN_PERM); in run()
468 sendBroadcast(intent, BLUETOOTH_PERM); in setState()
642 sendBroadcast(intent, BLUETOOTH_PERM); in sendCancelUserConfirmationIntent()
651 sendBroadcast(timeoutIntent, BLUETOOTH_PERM); in sendShutdownMessage()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsActor.java503 public void sendBroadcast(Intent intent) { in sendBroadcast() method in ContactsActor.RestrictionMockContext
504 mOverallContext.sendBroadcast(intent); in sendBroadcast()
508 public void sendBroadcast(Intent intent, String receiverPermission) { in sendBroadcast() method in ContactsActor.RestrictionMockContext
509 mOverallContext.sendBroadcast(intent, receiverPermission); in sendBroadcast()
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DCallNotificationReceiver.java111 LocalBroadcastManager.getInstance(context).sendBroadcast( in hangupCalls()
119 LocalBroadcastManager.getInstance(context).sendBroadcast(intent); in sendUpgradeRequest()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java347 sendBroadcast(intent);
445 sendBroadcast(intent, BLUETOOTH_PERM); in setState()
888 sendBroadcast(timeoutIntent, BLUETOOTH_PERM); in sendShutdownMessage()
1046 sendBroadcast(timeoutIntent, BLUETOOTH_PERM); in onReceive()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DRealSystemFacade.java96 public void sendBroadcast(Intent intent) { in sendBroadcast() method in RealSystemFacade
97 mContext.sendBroadcast(intent); in sendBroadcast()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpSinkStateMachine.java701 mContext.sendBroadcast(intent, ProfileService.BLUETOOTH_PERM); in broadcastAudioState()
711 mContext.sendBroadcast(intent, ProfileService.BLUETOOTH_PERM); in broadcastAudioConfig()
767 mContext.sendBroadcast(intent, ProfileService.BLUETOOTH_PERM); in onConnectionStateChanged()
/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaScannerService.java97 sendBroadcast(new Intent(Intent.ACTION_MEDIA_SCANNER_STARTED, uri)); in scan()
113 sendBroadcast(new Intent(Intent.ACTION_MEDIA_SCANNER_FINISHED, uri)); in scan()
/packages/apps/DeskClock/src/com/android/deskclock/
DUtils.java283 context.sendBroadcast(timerIntent); in showInUseNotifications()
292 context.sendBroadcast(timerIntent); in showTimesUpNotifications()
301 context.sendBroadcast(timerIntent); in cancelTimesUpNotifications()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DDbModifierWithNotification.java137 mContext.sendBroadcast(intent); in notifyCallLogChange()
286 mContext.sendBroadcast(intent, permissionNeeded); in notifyVoicemailChange()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DComponentContextFixture.java214 public void sendBroadcast(Intent intent) { in sendBroadcast() method
219 public void sendBroadcast(Intent intent, String receiverPermission) { in sendBroadcast() method
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DDictionarySettingsFragment.java154 activity.sendBroadcast(unknownClientBroadcast); in onResume()
169 activity.sendBroadcast(newDictBroadcast); in onPause()

123456