Searched refs:intentToSend (Results 1 – 4 of 4) sorted by relevance
1177 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()
605 Intent intentToSend = new Intent(intent); in sendStatsdStartedDirectedBroadcast() local606 intentToSend.setComponent(new ComponentName( in sendStatsdStartedDirectedBroadcast()609 mContext.sendBroadcastAsUser(intentToSend, UserHandle.SYSTEM, in sendStatsdStartedDirectedBroadcast()
712 Intent intentToSend = new Intent(WifiManager.ACTION_REFRESH_USER_PROVISIONING); in onUnlockedUserSwitching() local713 intentToSend.setPackage(packageInfo.packageName); in onUnlockedUserSwitching()714 mContext.sendBroadcastAsUser(intentToSend, UserHandle.CURRENT, in onUnlockedUserSwitching()
5890 Intent intentToSend = new Intent(intent);5891 intentToSend.setComponent(new ComponentName(5894 mContext.sendBroadcastAsUser(intentToSend, UserHandle.CURRENT,