Searched refs:ACTION_BUGREPORT_FAILED (Results 1 – 1 of 1) sorted by relevance
54 private static final String ACTION_BUGREPORT_FAILED = "android.app.action.BUGREPORT_FAILED"; field in DeviceAdminReceiverTest167 Intent bugreportFailedIntent = new Intent(ACTION_BUGREPORT_FAILED); in testOnReceiveBugreportFailed()171 verify(mReceiver).onBugreportFailed(any(), actionEq(ACTION_BUGREPORT_FAILED), in testOnReceiveBugreportFailed()