Searched defs:getDeletedChannelCount (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/notification/
H A DNotificationBackend.java169 public int getDeletedChannelCount(String pkg, int uid) { method in class:NotificationBackend
171 return sINM.getDeletedChannelCount(pkg, uid);

Completed in 86 milliseconds