Searched refs:hasChannel (Results 1 – 3 of 3) sorted by relevance
1138 assertTrue(service.hasChannel(TGID, UID));1142 assertFalse(service.hasChannel(TGID, UID));1150 assertTrue(service.hasChannel(TGID, UID));
742 Boolean hasChannel(int tgid, int uid) { in hasChannel() method in HintManagerService
4159 boolean hasChannel = hadChannel || hasRequestedNotificationPermission;4160 if (!hasChannel) {4163 hasChannel = currChannels != null && !currChannels.getList().isEmpty();4165 if (!hadChannel && hasChannel && !hasRequestedNotificationPermission