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.java375 String intentKind = null; in doNotify() local
380 intentKind = getNextArg(); in doNotify()
388 if ("broadcast".equals(intentKind)) { in doNotify()
392 } else if ("service".equals(intentKind)) { in doNotify()