/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowPendingIntentTest.java | 52 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 …]
|
D | ShadowNotificationTest.java | 18 PendingIntent pendingIntent = PendingIntent.getActivity(getApplication(), 0, new Intent(), 0); in setLatestEventInfo__shouldCaptureContentIntent() local 20 notification.setLatestEventInfo(getApplication(), "title", "content", pendingIntent); in setLatestEventInfo__shouldCaptureContentIntent() local
|
D | ShadowAmbientContextManagerTest.java | 63 PendingIntent pendingIntent = in registerObserver_shouldStoreLastRequest() local 90 PendingIntent pendingIntent = in registerObserver_thenUnregister_shouldClearLastRequest() local 121 PendingIntent pendingIntent = in registerObserver_statusSetToSuccess_shouldNotifyConsumerWithStoredStatus() local
|
D | ShadowStatsManagerTest.java | 142 PendingIntent pendingIntent = in reset_clearsBroadcastSubscriberMap_mapIsEmpty() local 163 PendingIntent pendingIntent = in setBroadcastSubscriber_pendintIntentNotNull_addsToBroadcastSubscriberMap() local
|
D | ShadowBluetoothLeScannerTest.java | 38 private PendingIntent pendingIntent; field in ShadowBluetoothLeScannerTest
|
D | ShadowConnectivityManagerTest.java | 360 PendingIntent pendingIntent = createSimplePendingIntent(); in registerCallback_withPendingIntent_shouldAddCallback() local 361 connectivityManager.registerNetworkCallback(builder.build(), pendingIntent); in registerCallback_withPendingIntent_shouldAddCallback() local
|
D | ShadowVirtualDeviceManagerTest.java | 140 PendingIntent pendingIntent = in testLaunchIntentOnDevice() local
|
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowBluetoothLeScanner.java | 47 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()
|
D | ShadowSmsManager.java | 451 @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()
|
D | ShadowLocationManager.java | 679 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 …]
|
D | ShadowVirtualDeviceManager.java | 136 private PendingIntent pendingIntent; field in ShadowVirtualDevice 214 @Nonnull PendingIntent pendingIntent, in launchPendingIntent()
|
D | ShadowStatsManager.java | 91 PendingIntent pendingIntent, long configKey, long subscriberId) { in setBroadcastSubscriber()
|
D | ShadowContextHubManager.java | 154 PendingIntent pendingIntent, in createClient() 193 Context context, ContextHubInfo contextHubInfo, PendingIntent pendingIntent, long nanoAppId) { in createClient()
|
D | ShadowBluetoothAdapter.java | 687 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()
|
D | ShadowConnectivityManager.java | 158 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/ |
D | DefaultMediaDescriptionAdapter.java | 35 @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/ |
D | RoboIntentSender.java | 14 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/ |
D | DefaultMediaDescriptionAdapter.java | 35 @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/ |
D | NotificationReceiver.kt | 37 fun pendingIntent( in pendingIntent() method
|
D | LeakDirectoryProvider.kt | 101 val pendingIntent = in <lambda>() constant
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/ui/src/test/java/com/google/android/exoplayer2/ui/ |
D | DefaultMediaDescriptionAdapterTest.java | 42 PendingIntent pendingIntent = in getters_returnMediaMetadataValues() local
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/ui/src/test/java/com/google/android/exoplayer2/ui/ |
D | DefaultMediaDescriptionAdapterTest.java | 42 PendingIntent pendingIntent = in getters_returnMediaMetadataValues() local
|
/external/leakcanary2/leakcanary-android-core/src/main/java/leakcanary/ |
D | NotificationEventListener.kt | 75 val pendingIntent = PendingIntent.getActivity(appContext, 1, event.showIntent, flags) in onEvent() constant
|
/external/libtextclassifier/java/tests/instrumentation/src/com/android/textclassifier/ |
D | ActionsSuggestionsHelperTest.java | 150 PendingIntent pendingIntent = in testDeduplicateActions() local 204 PendingIntent pendingIntent = in testDeduplicateActions_nullComponent() local
|
/external/libtextclassifier/java/src/com/android/textclassifier/common/intent/ |
D | LabeledIntent.java | 161 final PendingIntent pendingIntent = createPendingIntent(context, resolvedIntent, requestCode); in createRemoteAction() local
|