Home
last modified time | relevance | path

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

/cts/tests/admin/src/android/admin/cts/
DDeviceAdminReceiverTest.java54 private static final String ACTION_BUGREPORT_FAILED = "android.app.action.BUGREPORT_FAILED"; field in DeviceAdminReceiverTest
167 Intent bugreportFailedIntent = new Intent(ACTION_BUGREPORT_FAILED); in testOnReceiveBugreportFailed()
171 verify(mReceiver).onBugreportFailed(any(), actionEq(ACTION_BUGREPORT_FAILED), in testOnReceiveBugreportFailed()