Searched refs:cancelNotifications (Results 1 – 6 of 6) sorted by relevance
30 import android.permission.cts.CtsNotificationListenerServiceUtils.cancelNotifications108 cancelNotifications(permissionControllerPackage) in setup()120 cancelNotifications(permissionControllerPackage) in cleanup()
316 CtsNotificationListenerServiceUtils.cancelNotifications(PERMISSION_CONTROLLER_PKG); in clearNotifications()
69 fun cancelNotifications(packageName: String) { in <lambda>() method
109 CtsNotificationListenerServiceUtils.cancelNotifications(permissionControllerPackageName) in setup()117 CtsNotificationListenerServiceUtils.cancelNotifications(permissionControllerPackageName) in cancelJobsAndNotifications()
62 CallServiceNotifier.getInstance().cancelNotifications(context); in onReceive()
103 public void cancelNotifications(Context context) { in cancelNotifications() method in CallServiceNotifier