Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/
DMceStateMachine.java1177 PendingIntent intentToSend = null; in notifySentMessageStatus()
1182 intentToSend = mSentReceiptRequested.remove(mSentMessageLog.get(shortHandle)); in notifySentMessageStatus()
1185 intentToSend = mDeliveryReceiptRequested.remove(mSentMessageLog.get(shortHandle)); in notifySentMessageStatus()
1188 if (intentToSend != null) { in notifySentMessageStatus()
1190 Log.d(TAG, "*******Sending " + intentToSend); in notifySentMessageStatus()
1196 intentToSend.send(result); in notifySentMessageStatus()
/packages/modules/StatsD/service/java/com/android/server/stats/
DStatsCompanionService.java605 Intent intentToSend = new Intent(intent); in sendStatsdStartedDirectedBroadcast() local
606 intentToSend.setComponent(new ComponentName( in sendStatsdStartedDirectedBroadcast()
609 mContext.sendBroadcastAsUser(intentToSend, UserHandle.SYSTEM, in sendStatsdStartedDirectedBroadcast()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiCarrierInfoManager.java712 Intent intentToSend = new Intent(WifiManager.ACTION_REFRESH_USER_PROVISIONING); in onUnlockedUserSwitching() local
713 intentToSend.setPackage(packageInfo.packageName); in onUnlockedUserSwitching()
714 mContext.sendBroadcastAsUser(intentToSend, UserHandle.CURRENT, in onUnlockedUserSwitching()
DWifiServiceImpl.java5890 Intent intentToSend = new Intent(intent);
5891 intentToSend.setComponent(new ComponentName(
5894 mContext.sendBroadcastAsUser(intentToSend, UserHandle.CURRENT,