Home
last modified time | relevance | path

Searched defs:pendingIntent2 (Results 1 – 3 of 3) sorted by relevance

/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowUsageStatsManagerTest.java245 PendingIntent pendingIntent2 = PendingIntent.getBroadcast(context, 0, new Intent("ACTION2"), 0); in testRegisterAppUsageObserver_uniqueObserverIds_shouldAddBothObservers() local
267 PendingIntent pendingIntent2 = PendingIntent.getBroadcast(context, 0, new Intent("ACTION2"), 0); in testRegisterAppUsageObserver_duplicateObserverIds_shouldOverrideExistingObserver() local
283 PendingIntent pendingIntent2 = PendingIntent.getBroadcast(context, 0, new Intent("ACTION2"), 0); in testUnregisterAppUsageObserver_existingObserverId_shouldRemoveObserver() local
301 PendingIntent pendingIntent2 = PendingIntent.getBroadcast(context, 0, new Intent("ACTION2"), 0); in testUnregisterAppUsageObserver_nonExistentObserverId_shouldBeNoOp() local
325 PendingIntent pendingIntent2 = PendingIntent.getBroadcast(context, 0, new Intent("ACTION2"), 0); in testTriggerRegisteredAppUsageObserver_shouldSendIntentAndRemoveObserver() local
755 PendingIntent pendingIntent2 = PendingIntent.getBroadcast(context, 0, new Intent("ACTION2"), 0); in testRegisterAppUsageLimitObserver_uniqueObserverIds_shouldAddBothObservers() local
790 PendingIntent pendingIntent2 = PendingIntent.getBroadcast(context, 0, new Intent("ACTION2"), 0); in testRegisterAppUsageLimitObserver_duplicateObserverIds_shouldOverrideExistingObserver() local
818 PendingIntent pendingIntent2 = PendingIntent.getBroadcast(context, 0, new Intent("ACTION2"), 0); in testUnregisterAppUsageLimitObserver_existingObserverId_shouldRemoveObserver() local
848 PendingIntent pendingIntent2 = PendingIntent.getBroadcast(context, 0, new Intent("ACTION2"), 0); in testUnregisterAppUsageLimitObserver_nonExistentObserverId_shouldBeNoOp() local
884 PendingIntent pendingIntent2 = PendingIntent.getBroadcast(context, 0, new Intent("ACTION2"), 0); in testTriggerRegisteredAppUsageLimitObserver_shouldSendIntentAndKeepObserver() local
DShadowConnectivityManagerTest.java440 PendingIntent pendingIntent2 = createSimplePendingIntent(); in unregisterCallback_withPendingIntent_shouldRemoveCallbacks() local
442 connectivityManager.registerNetworkCallback(builder.build(), pendingIntent2); in unregisterCallback_withPendingIntent_shouldRemoveCallbacks() local
DShadowLocationManagerTest.java1375 PendingIntent pendingIntent2 = PendingIntent.getBroadcast(context, 0, intent, 0); in testGetLocationUpdatePendingIntents_Duplicate() local