Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationShellCmd.java344 String intentKind = null; in doNotify() local
349 intentKind = getNextArg(); in doNotify()
357 if ("broadcast".equals(intentKind)) { in doNotify()
361 } else if ("service".equals(intentKind)) { in doNotify()