Searched refs:senderId (Results 1 – 3 of 3) sorted by relevance
95 final String senderId = context.getResources().getString(R.string.notification_sender_id); in processEventIds() local96 if (senderId == null || senderId.isEmpty()) { in processEventIds()143 if (cnb.subscribeToGroup(senderId, account, account)) { in processEventIds()165 final String senderId = context.getResources().getString(R.string.notification_sender_id); in dismissGlobally() local166 if ("".equals(senderId)) { in dismissGlobally()
26 public boolean subscribeToGroup(String senderId, String account, String groupId) in subscribeToGroup() argument
121 public boolean subscribeToGroup(String senderId, String account, String groupId) in getCloudNotificationBackplane()