Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DDeviceAdminTestReceiver.java102 Utils.showBugreportNotification(context, context.getString( in onBugreportSharingDeclined()
109 Utils.showBugreportNotification(context, context.getString( in onBugreportShared()
116 Utils.showBugreportNotification(context, context.getString( in onBugreportFailed()
DUtils.java84 static void showBugreportNotification(Context context, String msg, int notificationId) { in showBugreportNotification() method in Utils
DCommandReceiverActivity.java306 Utils.showBugreportNotification(this, getString( in onCreate()