Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCarrierSignalAgent.java367 Intent intentToSend = compatIntent == null ? signal : compatIntent; in broadcast() local
368 mPhone.getContext().sendBroadcastAsUser(intentToSend, UserHandle.ALL); in broadcast()
370 log("Sending signal " + intentToSend.getAction() in broadcast()
371 + " to the carrier signal receiver: " + intentToSend.getComponent()); in broadcast()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
H A 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()
/aosp12/packages/modules/StatsD/service/java/com/android/server/stats/
H A 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()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A 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()
H A DWifiServiceImpl.java4131 Intent intentToSend = new Intent(intent);
4132 intentToSend.setComponent(new ComponentName(
4135 mContext.sendBroadcastAsUser(intentToSend, UserHandle.CURRENT,