Home
last modified time | relevance | path

Searched refs:whereIntent (Results 1 – 25 of 52) sorted by relevance

123

/cts/common/device-side/bedstead/testapp/src/test/java/com/android/bedstead/testapp/
DTestAppInstanceTest.java193 .whereIntent().action().isEqualTo(INTENT_ACTION)) in registerReceiver_receivesBroadcast()
208 .whereIntent().action().isEqualTo(INTENT_ACTION)) in registerReceiver_multipleIntentFilters_receivesAllMatchingBroadcasts()
211 .whereIntent().action().isEqualTo(INTENT_ACTION_2)) in registerReceiver_multipleIntentFilters_receivesAllMatchingBroadcasts()
237 .whereIntent().action().isEqualTo(INTENT_ACTION); in stop_registeredReceiver_doesNotReceiveBroadcast()
252 .whereIntent().action().isEqualTo(INTENT_ACTION); in unregisterReceiver_registeredReceiver_doesNotReceiveBroadcast()
269 .whereIntent().action().isEqualTo(INTENT_ACTION); in unregisterReceiver_doesNotUnregisterOtherReceivers()
272 .whereIntent().action().isEqualTo(INTENT_ACTION_2); in unregisterReceiver_doesNotUnregisterOtherReceivers()
303 .whereIntent().action().isEqualTo(INTENT_ACTION); in registerReceiver_appIsKilled_stillReceivesBroadcast()
/cts/common/device-side/bedstead/eventlib/src/test/java/com/android/eventlib/events/deviceadminreceivers/
DDeviceAdminBugreportSharingDeclinedEventTest.java64 .whereIntent().action().isEqualTo(STRING_VALUE); in whereIntent_works()
79 .whereIntent().action().isEqualTo(STRING_VALUE); in whereIntent_skipsNonMatching()
DDeviceAdminDisableRequestedEventTest.java64 .whereIntent().action().isEqualTo(STRING_VALUE); in whereIntent_works()
81 .whereIntent().action().isEqualTo(STRING_VALUE); in whereIntent_skipsNonMatching()
DDeviceAdminDisabledEventTest.java64 .whereIntent().action().isEqualTo(STRING_VALUE); in whereIntent_works()
79 .whereIntent().action().isEqualTo(STRING_VALUE); in whereIntent_skipsNonMatching()
DDeviceAdminSecurityLogsAvailableEventTest.java64 .whereIntent().action().isEqualTo(STRING_VALUE); in whereIntent_works()
80 .whereIntent().action().isEqualTo(STRING_VALUE); in whereIntent_skipsNonMatching()
DDeviceAdminEnabledEventTest.java64 .whereIntent().action().isEqualTo(STRING_VALUE); in whereIntent_works()
79 .whereIntent().action().isEqualTo(STRING_VALUE); in whereIntent_skipsNonMatching()
DDeviceAdminLockTaskModeExitingEventTest.java65 .whereIntent().action().isEqualTo(STRING_VALUE); in whereIntent_works()
82 .whereIntent().action().isEqualTo(STRING_VALUE); in whereIntent_skipsNonMatching()
DDeviceAdminProfileProvisioningCompleteEventTest.java67 .whereIntent().action().isEqualTo(STRING_VALUE); in whereIntent_works()
83 .whereIntent().action().isEqualTo(STRING_VALUE); in whereIntent_skipsNonMatching()
DDeviceAdminReadyForUserInitializationEventTest.java67 .whereIntent().action().isEqualTo(STRING_VALUE); in whereIntent_works()
83 .whereIntent().action().isEqualTo(STRING_VALUE); in whereIntent_skipsNonMatching()
DDeviceAdminPasswordChangedEventTest.java67 .whereIntent().action().isEqualTo(STRING_VALUE); in whereIntent_works()
83 .whereIntent().action().isEqualTo(STRING_VALUE); in whereIntent_skipsNonMatching()
DDeviceAdminUserStartedEventTest.java67 .whereIntent().action().isEqualTo(STRING_VALUE); in whereIntent_works()
83 .whereIntent().action().isEqualTo(STRING_VALUE); in whereIntent_skipsNonMatching()
DDeviceAdminPasswordSucceededEventTest.java67 .whereIntent().action().isEqualTo(STRING_VALUE); in whereIntent_works()
83 .whereIntent().action().isEqualTo(STRING_VALUE); in whereIntent_skipsNonMatching()
DDeviceAdminPasswordExpiringEventTest.java67 .whereIntent().action().isEqualTo(STRING_VALUE); in whereIntent_works()
83 .whereIntent().action().isEqualTo(STRING_VALUE); in whereIntent_skipsNonMatching()
DDeviceAdminSystemUpdatePendingEventTest.java68 .whereIntent().action().isEqualTo(STRING_VALUE); in whereIntent_works()
86 .whereIntent().action().isEqualTo(STRING_VALUE); in whereIntent_skipsNonMatching()
DDeviceAdminUserSwitchedEventTest.java67 .whereIntent().action().isEqualTo(STRING_VALUE); in whereIntent_works()
83 .whereIntent().action().isEqualTo(STRING_VALUE); in whereIntent_skipsNonMatching()
DDeviceAdminUserRemovedEventTest.java67 .whereIntent().action().isEqualTo(STRING_VALUE); in whereIntent_works()
83 .whereIntent().action().isEqualTo(STRING_VALUE); in whereIntent_skipsNonMatching()
DDeviceAdminUserAddedEventTest.java68 .whereIntent().action().isEqualTo(STRING_VALUE); in whereIntent_works()
85 .whereIntent().action().isEqualTo(STRING_VALUE); in whereIntent_skipsNonMatching()
DDeviceAdminBugreportFailedEventTest.java67 .whereIntent().action().isEqualTo(STRING_VALUE); in whereIntent_works()
84 .whereIntent().action().isEqualTo(STRING_VALUE); in whereIntent_skipsNonMatching()
DDeviceAdminLockTaskModeEnteringEventTest.java67 .whereIntent().action().isEqualTo(STRING_VALUE); in whereIntent_works()
84 .whereIntent().action().isEqualTo(STRING_VALUE); in whereIntent_skipsNonMatching()
DDeviceAdminBugreportSharedEventTest.java67 .whereIntent().action().isEqualTo(STRING_VALUE); in whereIntent_works()
84 .whereIntent().action().isEqualTo(STRING_VALUE); in whereIntent_skipsNonMatching()
DDeviceAdminUserStoppedEventTest.java67 .whereIntent().action().isEqualTo(STRING_VALUE); in whereIntent_works()
83 .whereIntent().action().isEqualTo(STRING_VALUE); in whereIntent_skipsNonMatching()
DDeviceAdminPasswordFailedEventTest.java67 .whereIntent().action().isEqualTo(STRING_VALUE); in whereIntent_works()
83 .whereIntent().action().isEqualTo(STRING_VALUE); in whereIntent_skipsNonMatching()
DDeviceAdminNetworkLogsAvailableEventTest.java69 .whereIntent().action().isEqualTo(STRING_VALUE); in whereIntent_works()
86 .whereIntent().action().isEqualTo(STRING_VALUE); in whereIntent_skipsNonMatching()
/cts/common/device-side/bedstead/eventlib/src/test/java/com/android/eventlib/events/broadcastreceivers/
DBroadcastReceivedEventTest.java65 .whereIntent().action().isEqualTo(STRING_VALUE); in whereIntent_works()
80 .whereIntent().action().isEqualTo(STRING_VALUE); in whereIntent_skipsNonMatching()
/cts/common/device-side/bedstead/eventlib/src/test/java/com/android/eventlib/premade/
DEventLibBroadcastReceiverTest.java91 .whereIntent().action().isEqualTo(GENERATED_BROADCAST_RECEIVER_ACTION); in receiveBroadcast_logsIntent()

123