Home
last modified time | relevance | path

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

/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/
DStartManagedProfileTaskTest.java64 private ArgumentCaptor<BroadcastReceiver> mReceiverCaptor = field in StartManagedProfileTaskTest
109 mReceiverCaptor.capture(), in testSuccess()
118 mReceiverCaptor.getValue().onReceive(mContext, UNLOCK_INTENT); in testSuccess()
125 verify(mContext).unregisterReceiver(mReceiverCaptor.getValue()); in testSuccess()
138 mReceiverCaptor.capture(), in testError()
147 verify(mContext).unregisterReceiver(mReceiverCaptor.getValue()); in testError()
161 mReceiverCaptor.capture(), in testRemoteException()
170 verify(mContext).unregisterReceiver(mReceiverCaptor.getValue()); in testRemoteException()