Searched defs:ENABLED_NOTIFICATION_LISTENERS_SEPARATOR (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/services/java/com/android/server/
H A DNotificationManagerService.java135 private static final String ENABLED_NOTIFICATION_LISTENERS_SEPARATOR = ":"; field in class:NotificationManagerService
580 String[] enabled = flatIn.split(ENABLED_NOTIFICATION_LISTENERS_SEPARATOR);
588 flatOut = TextUtils.join(ENABLED_NOTIFICATION_LISTENERS_SEPARATOR, remaining);
623 String[] components = flat.split(ENABLED_NOTIFICATION_LISTENERS_SEPARATOR);

Completed in 38 milliseconds