Searched refs:intentToSend (Results 1 – 5 of 5) sorted by relevance
367 Intent intentToSend = compatIntent == null ? signal : compatIntent; in broadcast() local368 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()
903 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()
618 Intent intentToSend = new Intent(intent); in sendStatsdStartedDirectedBroadcast() local619 intentToSend.setComponent(new ComponentName( in sendStatsdStartedDirectedBroadcast()622 mContext.sendBroadcastAsUser(intentToSend, UserHandle.SYSTEM, in sendStatsdStartedDirectedBroadcast()
543 Intent intentToSend = new Intent(WifiManager.ACTION_REFRESH_USER_PROVISIONING); in onUnlockedUserSwitching() local544 intentToSend.setPackage(packageInfo.packageName); in onUnlockedUserSwitching()545 mContext.sendBroadcastAsUser(intentToSend, UserHandle.CURRENT, in onUnlockedUserSwitching()
4131 Intent intentToSend = new Intent(intent);4132 intentToSend.setComponent(new ComponentName(4135 mContext.sendBroadcastAsUser(intentToSend, UserHandle.CURRENT,