Home
last modified time | relevance | path

Searched refs:styleSpec (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationShellCmd.java564 final String styleSpec = getNextArgRequired().toLowerCase(); in doNotify() local
565 switch (styleSpec) { in doNotify()
594 "unrecognized notification style: " + styleSpec); in doNotify()