Home
last modified time | relevance | path

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

/cts/tests/admin/src/android/admin/cts/
DDeviceAdminReceiverTest.java181 Intent bugreportSharedIntent = new Intent(ACTION_BUGREPORT_SHARE); in testOnReceiveBugreportShared() local
182 bugreportSharedIntent.putExtra(EXTRA_BUGREPORT_HASH, BUGREPORT_HASH); in testOnReceiveBugreportShared()
183 mReceiver.onReceive(mContext, bugreportSharedIntent); in testOnReceiveBugreportShared()