Home
last modified time | relevance | path

Searched refs:invokeOnReceiveAndVerifyIntent (Results 1 – 1 of 1) sorted by relevance

/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/finalization/
DDpcReceivedSuccessReceiverTest.java102 invokeOnReceiveAndVerifyIntent(receiver, /* postOnReceive */ aVoid -> { in testAccountMigration()
121 invokeOnReceiveAndVerifyIntent(receiver, /* postOnReceive */ aVoid -> { in testAccountCopy()
128 private void invokeOnReceiveAndVerifyIntent(final DpcReceivedSuccessReceiver receiver, in invokeOnReceiveAndVerifyIntent() method in DpcReceivedSuccessReceiverTest