Home
last modified time | relevance | path

Searched defs:pendingIntent (Results 1 – 25 of 30) sorted by relevance

12

/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowPendingIntentTest.java52 PendingIntent pendingIntent = PendingIntent.getBroadcast(context, 99, intent, 0); in getBroadcast_shouldCreateIntentForBroadcast() local
71 PendingIntent pendingIntent = PendingIntent.getActivity(context, 99, intent, 0, bundle); in getActivity_withBundle_shouldCreateIntentForBroadcast() local
89 PendingIntent pendingIntent = PendingIntent.getActivities(context, 99, intents, 0); in getActivities_shouldCreateIntentForBroadcast() local
107 PendingIntent pendingIntent = PendingIntent.getActivities(context, 99, intents, 0, bundle); in getActivities_withBundle_shouldCreateIntentForBroadcast() local
124 PendingIntent pendingIntent = PendingIntent.getService(context, 99, intent, 0); in getService_shouldCreateIntentForBroadcast() local
141 PendingIntent pendingIntent = PendingIntent.getForegroundService(context, 99, intent, 0); in getForegroundService_shouldCreateIntentForBroadcast() local
178 PendingIntent pendingIntent = PendingIntent.getActivity(context, 99, intent, 0); in send_shouldFillInIntentData() local
194 PendingIntent pendingIntent = PendingIntent.getActivity(context, 99, intent, 0); in send_shouldNotReusePreviouslyFilledInIntentData() local
217 PendingIntent pendingIntent = PendingIntent.getActivities(context, 99, intents, 0); in send_shouldFillInLastIntentData() local
241 PendingIntent pendingIntent = PendingIntent.getActivities(context, 99, intents, FLAG_IMMUTABLE); in send_shouldFillInIntentData_immutable() local
[all …]
DShadowNotificationTest.java18 PendingIntent pendingIntent = PendingIntent.getActivity(getApplication(), 0, new Intent(), 0); in setLatestEventInfo__shouldCaptureContentIntent() local
20 notification.setLatestEventInfo(getApplication(), "title", "content", pendingIntent); in setLatestEventInfo__shouldCaptureContentIntent() local
DShadowAmbientContextManagerTest.java63 PendingIntent pendingIntent = in registerObserver_shouldStoreLastRequest() local
90 PendingIntent pendingIntent = in registerObserver_thenUnregister_shouldClearLastRequest() local
121 PendingIntent pendingIntent = in registerObserver_statusSetToSuccess_shouldNotifyConsumerWithStoredStatus() local
DShadowStatsManagerTest.java142 PendingIntent pendingIntent = in reset_clearsBroadcastSubscriberMap_mapIsEmpty() local
163 PendingIntent pendingIntent = in setBroadcastSubscriber_pendintIntentNotNull_addsToBroadcastSubscriberMap() local
DShadowBluetoothLeScannerTest.java38 private PendingIntent pendingIntent; field in ShadowBluetoothLeScannerTest
DShadowConnectivityManagerTest.java360 PendingIntent pendingIntent = createSimplePendingIntent(); in registerCallback_withPendingIntent_shouldAddCallback() local
361 connectivityManager.registerNetworkCallback(builder.build(), pendingIntent); in registerCallback_withPendingIntent_shouldAddCallback() local
DShadowVirtualDeviceManagerTest.java140 PendingIntent pendingIntent = in testLaunchIntentOnDevice() local
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBluetoothLeScanner.java47 public abstract PendingIntent pendingIntent(); in pendingIntent() method in ShadowBluetoothLeScanner.ScanParams
61 List<ScanFilter> filters, ScanSettings settings, PendingIntent pendingIntent) { in create()
96 List<ScanFilter> filters, ScanSettings settings, PendingIntent pendingIntent) { in startScan()
113 protected void stopScan(PendingIntent pendingIntent) { in stopScan()
DShadowSmsManager.java451 @Nullable protected final PendingIntent pendingIntent; field in ShadowSmsManager.MultimediaMessageParams
458 @Nullable PendingIntent pendingIntent, in MultimediaMessageParams()
487 @Nullable PendingIntent pendingIntent, in SendMultimediaMessageParams()
509 @Nullable PendingIntent pendingIntent, in DownloadMultimediaMessageParams()
DShadowLocationManager.java679 protected void requestSingleUpdate(String provider, PendingIntent pendingIntent) { in requestSingleUpdate()
685 protected void requestSingleUpdate(Criteria criteria, PendingIntent pendingIntent) { in requestSingleUpdate()
784 String provider, long minTime, float minDistance, PendingIntent pendingIntent) { in requestLocationUpdates()
791 long minTime, float minDistance, Criteria criteria, PendingIntent pendingIntent) { in requestLocationUpdates()
834 @Nullable LocationRequest request, PendingIntent pendingIntent) { in requestLocationUpdates()
839 request.getProvider(), new RoboLocationRequest(request), pendingIntent); in requestLocationUpdates() local
850 String provider, LocationRequest request, PendingIntent pendingIntent) { in requestLocationUpdates()
863 String provider, RoboLocationRequest request, PendingIntent pendingIntent) { in requestLocationUpdatesInternal()
876 protected void removeUpdates(PendingIntent pendingIntent) { in removeUpdates()
897 protected void requestFlush(String provider, PendingIntent pendingIntent, int requestCode) { in requestFlush()
[all …]
DShadowVirtualDeviceManager.java136 private PendingIntent pendingIntent; field in ShadowVirtualDevice
214 @Nonnull PendingIntent pendingIntent, in launchPendingIntent()
DShadowStatsManager.java91 PendingIntent pendingIntent, long configKey, long subscriberId) { in setBroadcastSubscriber()
DShadowContextHubManager.java154 PendingIntent pendingIntent, in createClient()
193 Context context, ContextHubInfo contextHubInfo, PendingIntent pendingIntent, long nanoAppId) { in createClient()
DShadowBluetoothAdapter.java687 protected int startRfcommServer(String name, UUID uuid, PendingIntent pendingIntent) { in startRfcommServer()
812 final PendingIntent pendingIntent; field in ShadowBluetoothAdapter.BackgroundRfcommServerEntry
814 BackgroundRfcommServerEntry(UUID uuid, PendingIntent pendingIntent) { in BackgroundRfcommServerEntry()
DShadowConnectivityManager.java158 protected void registerNetworkCallback(NetworkRequest request, PendingIntent pendingIntent) { in registerNetworkCallback()
222 protected void unregisterNetworkCallback(PendingIntent pendingIntent) { in unregisterNetworkCallback()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DDefaultMediaDescriptionAdapter.java35 @Nullable private final PendingIntent pendingIntent; field in DefaultMediaDescriptionAdapter
43 public DefaultMediaDescriptionAdapter(@Nullable PendingIntent pendingIntent) { in DefaultMediaDescriptionAdapter()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/fakes/
DRoboIntentSender.java14 private PendingIntent pendingIntent; field in RoboIntentSender
16 public RoboIntentSender(PendingIntent pendingIntent) { in RoboIntentSender()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DDefaultMediaDescriptionAdapter.java35 @Nullable private final PendingIntent pendingIntent; field in DefaultMediaDescriptionAdapter
43 public DefaultMediaDescriptionAdapter(@Nullable PendingIntent pendingIntent) { in DefaultMediaDescriptionAdapter()
/external/leakcanary2/leakcanary-android-core/src/main/java/leakcanary/internal/
DNotificationReceiver.kt37 fun pendingIntent( in pendingIntent() method
DLeakDirectoryProvider.kt101 val pendingIntent = in <lambda>() constant
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/ui/src/test/java/com/google/android/exoplayer2/ui/
DDefaultMediaDescriptionAdapterTest.java42 PendingIntent pendingIntent = in getters_returnMediaMetadataValues() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/ui/src/test/java/com/google/android/exoplayer2/ui/
DDefaultMediaDescriptionAdapterTest.java42 PendingIntent pendingIntent = in getters_returnMediaMetadataValues() local
/external/leakcanary2/leakcanary-android-core/src/main/java/leakcanary/
DNotificationEventListener.kt75 val pendingIntent = PendingIntent.getActivity(appContext, 1, event.showIntent, flags) in onEvent() constant
/external/libtextclassifier/java/tests/instrumentation/src/com/android/textclassifier/
DActionsSuggestionsHelperTest.java150 PendingIntent pendingIntent = in testDeduplicateActions() local
204 PendingIntent pendingIntent = in testDeduplicateActions_nullComponent() local
/external/libtextclassifier/java/src/com/android/textclassifier/common/intent/
DLabeledIntent.java161 final PendingIntent pendingIntent = createPendingIntent(context, resolvedIntent, requestCode); in createRemoteAction() local

12