Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/testapp/src/main/testapps/java/com/android/bedstead/testapp/
DBaseTestAppDeviceAdminReceiver.java126 public void onBugreportShared(Context context, Intent intent, String bugreportHash) { in onBugreportShared() method in BaseTestAppDeviceAdminReceiver
127 super.onBugreportShared(context, intent, bugreportHash); in onBugreportShared()
/cts/common/device-side/bedstead/eventlib/src/main/java/com/android/eventlib/premade/
DEventLibDeviceAdminReceiver.java224 public void onBugreportShared(Context context, Intent intent, String bugreportHash) { in onBugreportShared() method in EventLibDeviceAdminReceiver
225 super.onBugreportShared(context, intent, bugreportHash); in onBugreportShared()
/cts/tests/admin/src/android/admin/cts/
DDeviceAdminReceiverTest.java186 verify(mReceiver).onBugreportShared( in testOnReceiveBugreportShared()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DDeviceAdminTestReceiver.java107 public void onBugreportShared(Context context, Intent intent, String bugreportFileHash) { in onBugreportShared() method in DeviceAdminTestReceiver