Home
last modified time | relevance | path

Searched defs:notification (Results 1 – 1 of 1) sorted by relevance

/napi_generator/napi_IntelliJ_plugin/src/com/sk/utils/
DGenNotification.java78 Notification notification = notificationGroup.createNotification(content, type); in notifyMessage() local
98 private static void addAction(Project project, String dirPath, Notification notification) { in addAction()