Searched refs:NOTIFICATION_ACTION (Results 1 – 1 of 1) sorted by relevance
51 private static final String NOTIFICATION_ACTION = TAG; field in CloseSystemDialogsTestService136 new IntentFilter(NOTIFICATION_ACTION), Context.RECEIVER_EXPORTED_UNAUDITED); in postNotification()139 new IntentFilter(NOTIFICATION_ACTION)); in postNotification()141 Intent intent = new Intent(NOTIFICATION_ACTION); in postNotification()