Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DNotificationAssistantService.java446 mHandler.obtainMessage(MyHandler.MSG_ON_NOTIFICATION_VISIBILITY_CHANGED, in onNotificationVisibilityChanged()
529 public static final int MSG_ON_NOTIFICATION_VISIBILITY_CHANGED = 11; field in NotificationAssistantService.MyHandler
630 case MSG_ON_NOTIFICATION_VISIBILITY_CHANGED: { in handleMessage()