Home
last modified time | relevance | path

Searched refs:intentToSend (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
DMceStateMachine.java903 PendingIntent intentToSend = null; in notifySentMessageStatus()
908 intentToSend = mSentReceiptRequested.remove(mSentMessageLog.get(shortHandle)); in notifySentMessageStatus()
911 intentToSend = mDeliveryReceiptRequested.remove(mSentMessageLog.get(shortHandle)); in notifySentMessageStatus()
914 if (intentToSend != null) { in notifySentMessageStatus()
917 Log.d(TAG, "*******Sending " + intentToSend); in notifySentMessageStatus()
924 intentToSend.send(result); in notifySentMessageStatus()
/packages/modules/StatsD/service/java/com/android/server/stats/
DStatsCompanionService.java618 Intent intentToSend = new Intent(intent); in sendStatsdStartedDirectedBroadcast() local
619 intentToSend.setComponent(new ComponentName( in sendStatsdStartedDirectedBroadcast()
622 mContext.sendBroadcastAsUser(intentToSend, UserHandle.SYSTEM, in sendStatsdStartedDirectedBroadcast()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiCarrierInfoManager.java543 Intent intentToSend = new Intent(WifiManager.ACTION_REFRESH_USER_PROVISIONING); in onUnlockedUserSwitching() local
544 intentToSend.setPackage(packageInfo.packageName); in onUnlockedUserSwitching()
545 mContext.sendBroadcastAsUser(intentToSend, UserHandle.CURRENT, in onUnlockedUserSwitching()
DWifiServiceImpl.java4129 Intent intentToSend = new Intent(intent);
4130 intentToSend.setComponent(new ComponentName(
4133 mContext.sendBroadcastAsUser(intentToSend, UserHandle.CURRENT,