Searched refs:MSG_ON_NOTIFICATION_ENQUEUED (Results 1 – 1 of 1) sorted by relevance
182 mHandler.obtainMessage(MyHandler.MSG_ON_NOTIFICATION_ENQUEUED, in onNotificationEnqueued()207 public static final int MSG_ON_NOTIFICATION_ENQUEUED = 1; field in NotificationAssistantService.MyHandler217 case MSG_ON_NOTIFICATION_ENQUEUED: { in handleMessage()