Searched refs:getBroadcast (Results 1 – 12 of 12) sorted by relevance
113 …PendingIntent pendingIntent = PendingIntent.getBroadcast(Robolectric.application.getApplicationCon… in cancel_removesMatchingPendingIntents()117 …PendingIntent pendingIntent2 = PendingIntent.getBroadcast(Robolectric.application.getApplicationCo… in cancel_removesMatchingPendingIntents()123 …PendingIntent newPendingIntent = PendingIntent.getBroadcast(Robolectric.application.getApplication… in cancel_removesMatchingPendingIntents()131 …PendingIntent pendingIntent = PendingIntent.getBroadcast(Robolectric.application.getApplicationCon… in cancel_removesMatchingPendingIntentsWithActions()134 …alarmManager.cancel(PendingIntent.getBroadcast(Robolectric.application, 0, new Intent("anotherActi… in cancel_removesMatchingPendingIntentsWithActions()136 …alarmManager.cancel(PendingIntent.getBroadcast(Robolectric.application, 0, new Intent("someAction"… in cancel_removesMatchingPendingIntentsWithActions()
175 PendingIntent someLocationListenerPendingIntent = PendingIntent.getBroadcast(Robolectric in shouldRemovePendingIntentsWhenRequestingLocationUpdatesUsingCriteria()179 PendingIntent someOtherLocationListenerPendingIntent = PendingIntent.getBroadcast( in shouldRemovePendingIntentsWhenRequestingLocationUpdatesUsingCriteria()213 …PendingIntent someLocationListenerPendingIntent = PendingIntent.getBroadcast(Robolectric.getShadow… in shouldRemovePendingIntentsWhenRequestingLocationUpdatesUsingLocationListeners()216 …PendingIntent someOtherLocationListenerPendingIntent = PendingIntent.getBroadcast(Robolectric.getS… in shouldRemovePendingIntentsWhenRequestingLocationUpdatesUsingLocationListeners()264 …PendingIntent someLocationListenerPendingIntent = PendingIntent.getBroadcast(Robolectric.getShadow… in shouldThrowExceptionWhenRequestingLocationUpdatesAndNoProviderIsFound()362 …PendingIntent someLocationListenerPendingIntent = PendingIntent.getBroadcast(Robolectric.getShadow… in shouldRegisterLocationUpdatesWhenProviderGiven()378 …PendingIntent someLocationListenerPendingIntent = PendingIntent.getBroadcast(Robolectric.getShadow… in shouldRegisterLocationUpdatesWhenCriteriaGiven()
38 …PendingIntent pendingIntent = PendingIntent.getBroadcast(Robolectric.application, 99, intent, 100); in getBroadcast__shouldCreateIntentForBroadcast()106 .getBroadcast(Robolectric.application, 99, null, 100)); in parcelIo_shouldGetBackBroadcastIntentWrittenToParcelWithNullIntent()112 .getBroadcast(Robolectric.application, 99, new Intent(), 100)); in parcelIo_shouldGetBackBroadcastIntentWrittenToParcel()
131 mSentIntent = PendingIntent.getBroadcast(mService, 0, mSendIntent, in mapSendMessage()133 mDeliveredIntent = PendingIntent.getBroadcast(mService, 0, mDeliveryIntent, in mapSendMessage()
341 PendingIntent.getBroadcast(mService, 0, in smsSendMultimediaMessage()365 sentIntents.add(PendingIntent.getBroadcast(mService, 0, in smsSendTextMessage()369 PendingIntent.getBroadcast(mService, 0, in smsSendTextMessage()378 PendingIntent sentIntent = PendingIntent.getBroadcast(mService, 0, in smsSendTextMessage()380 PendingIntent deliveredIntent = PendingIntent.getBroadcast(mService, 0, in smsSendTextMessage()
120 PendingIntent mAlarmIntent = PendingIntent.getBroadcast(mContext, 0, intent, in startTimer()
970 mRetryAlarmIntent = PendingIntent.getBroadcast(mContext, 0, intent, in scheduleRetryPublish()1113 return PendingIntent.getBroadcast(mContext, 0, intent, in createIncomingCallPendingIntent()
130 PendingIntent permissionIntent = PendingIntent.getBroadcast(context, 0, in connect()
33 …public static PendingIntent getBroadcast(Context context, int requestCode, Intent intent, int flag… in getBroadcast() method in ShadowPendingIntent
201 mRetryAlarmIntent = PendingIntent.getBroadcast(mContext, 0, intent, in scheduleRetry()
456 mDiscoveryAlarmIntent = PendingIntent.getBroadcast(mContext, 0, intent, in schedulePolling()
661 mRetryAlarmIntent = PendingIntent.getBroadcast(mContext, 0, intent, in startInitPresenceTimer()