Searched refs:senderId (Results 1 – 3 of 3) sorted by relevance
211 final String senderId = context.getResources().getString(R.string.notification_sender_id); in processEventIds() local212 if (senderId == null || senderId.isEmpty()) { in processEventIds()259 if (cnb.subscribeToGroup(senderId, account, account)) { in processEventIds()278 final String senderId = context.getResources().getString(R.string.notification_sender_id); in syncSenderDismissCache() local279 if ("".equals(senderId)) { in syncSenderDismissCache()
26 public boolean subscribeToGroup(String senderId, String account, String groupId) in subscribeToGroup() argument
124 public boolean subscribeToGroup(String senderId, String account, String groupId) in getCloudNotificationBackplane()