Home
last modified time | relevance | path

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

123

/cts/tests/devicepolicy/src/android/devicepolicy/cts/utils/
DPolicySetResultUtils.java41 .whereIntent().action() in assertPolicySetResultReceived()
43 .whereIntent().extras().key(EXTRA_POLICY_KEY).stringValue() in assertPolicySetResultReceived()
45 .whereIntent().extras().key(EXTRA_POLICY_UPDATE_RESULT_KEY).integerValue() in assertPolicySetResultReceived()
47 .whereIntent().extras().key(EXTRA_POLICY_TARGET_USER_ID).integerValue() in assertPolicySetResultReceived()
/cts/common/device-side/bedstead/testapp/src/test/java/com/android/bedstead/testapp/
DTestAppInstanceTest.java199 .whereIntent().action().isEqualTo(INTENT_ACTION)) in registerReceiver_receivesBroadcast()
214 .whereIntent().action().isEqualTo(INTENT_ACTION)) in registerReceiver_multipleIntentFilters_receivesAllMatchingBroadcasts()
217 .whereIntent().action().isEqualTo(INTENT_ACTION_2)) in registerReceiver_multipleIntentFilters_receivesAllMatchingBroadcasts()
242 .whereIntent().action().isEqualTo(INTENT_ACTION); in stop_registeredReceiver_doesNotReceiveBroadcast()
257 .whereIntent().action().isEqualTo(INTENT_ACTION); in unregisterReceiver_registeredReceiver_doesNotReceiveBroadcast()
274 .whereIntent().action().isEqualTo(INTENT_ACTION); in unregisterReceiver_doesNotUnregisterOtherReceivers()
277 .whereIntent().action().isEqualTo(INTENT_ACTION_2); in unregisterReceiver_doesNotUnregisterOtherReceivers()
308 .whereIntent().action().isEqualTo(INTENT_ACTION); in registerReceiver_appIsKilled_stillReceivesBroadcast()
/cts/common/device-side/bedstead/eventlib/src/test/java/com/android/eventlib/events/delegatedadminreceivers/
DDelegatedAdminSecurityLogsAvailableEventTest.java64 .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/events/deviceadminreceivers/
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()
DDeviceAdminBugreportSharingDeclinedEventTest.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()
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()
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()
DDeviceAdminPasswordFailedEventTest.java67 .whereIntent().action().isEqualTo(STRING_VALUE); in whereIntent_works()
83 .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()
DDeviceAdminUserRemovedEventTest.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()
DDeviceAdminUserAddedEventTest.java68 .whereIntent().action().isEqualTo(STRING_VALUE); in whereIntent_works()
85 .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()
DDeviceAdminPasswordChangedEventTest.java67 .whereIntent().action().isEqualTo(STRING_VALUE); in whereIntent_works()
83 .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()
DDeviceAdminPasswordSucceededEventTest.java67 .whereIntent().action().isEqualTo(STRING_VALUE); in whereIntent_works()
83 .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/tests/devicepolicy/src/android/devicepolicy/cts/
DDevicePolicyManagementRoleHolderTest.java145 .whereIntent().action().isEqualTo(ACTION_MANAGED_PROFILE_REMOVED)) in profileRemoved_roleHolderReceivesBroadcast()
162 .whereIntent().action().isEqualTo(ACTION_MANAGED_PROFILE_UNAVAILABLE)) in profileEntersQuietMode_roleHolderReceivesBroadcast()
182 .whereIntent().action().isEqualTo(ACTION_MANAGED_PROFILE_AVAILABLE)) in profileStarted_roleHolderReceivesBroadcast()
DLostModeLocationTest.java119 .whereIntent().action() in sendLostModeLocationUpdate_returnTrueAndSendLocationUpdate()
144 .whereIntent().action() in sendLostModeLocationUpdate_sendMostRecentLocation()

123