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/ |
D | BaseTestAppDeviceAdminReceiver.java | 126 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/ |
D | EventLibDeviceAdminReceiver.java | 224 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/ |
D | DeviceAdminReceiverTest.java | 186 verify(mReceiver).onBugreportShared( in testOnReceiveBugreportShared()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
D | DeviceAdminTestReceiver.java | 107 public void onBugreportShared(Context context, Intent intent, String bugreportFileHash) { in onBugreportShared() method in DeviceAdminTestReceiver
|