Searched refs:intentToSend (Results 1 – 4 of 4) sorted by relevance
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()
4129 Intent intentToSend = new Intent(intent);4130 intentToSend.setComponent(new ComponentName(4133 mContext.sendBroadcastAsUser(intentToSend, UserHandle.CURRENT,