Home
last modified time | relevance | path

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

/cts/tests/admin/src/android/admin/cts/
DDeviceAdminReceiverTest.java167 Intent bugreportFailedIntent = new Intent(ACTION_BUGREPORT_FAILED); in testOnReceiveBugreportFailed() local
168 bugreportFailedIntent.putExtra(EXTRA_BUGREPORT_FAILURE_REASON, in testOnReceiveBugreportFailed()
170 mReceiver.onReceive(mContext, bugreportFailedIntent); in testOnReceiveBugreportFailed()