Searched refs:getClearRemoteNotificationsIntent (Results 1 – 3 of 3) sorted by relevance
60 context.startService(getClearRemoteNotificationsIntent(context)); in clearRemoteNotifications()63 public static Intent getClearRemoteNotificationsIntent(Context context) { in getClearRemoteNotificationsIntent() method in UtilityService
107 this, 0, UtilityService.getClearRemoteNotificationsIntent(this), 0); in showNotification()
111 public static Intent getClearRemoteNotificationsIntent(Context context) { in getClearRemoteNotificationsIntent() method in UtilityService356 PendingIntent.getService(this, 0, getClearRemoteNotificationsIntent(this), 0); in showNotification()