Searched refs:ACTION_UNDO (Results 1 – 4 of 4) sorted by relevance
29 public static final String ACTION_UNDO = field in MenuNotificationFactory60 final Intent intent = new Intent(ACTION_UNDO); in buildUndoIntent()
31 import static com.android.systemui.accessibility.floatingmenu.MenuNotificationFactory.ACTION_UNDO;626 intentFilter.addAction(ACTION_UNDO); in registerReceiverIfNeeded()658 if (ACTION_UNDO.equals(action)) { in onReceive()
47 MenuNotificationFactory.ACTION_UNDO); in createHiddenNotification_hasUndoAndDeleteAction()
26 import static com.android.systemui.accessibility.floatingmenu.MenuNotificationFactory.ACTION_UNDO;148 (arg) -> arg.hasAction(ACTION_UNDO) && arg.hasAction(ACTION_DELETE);389 broadcastReceiverCaptor.getValue().onReceive(mSpyContext, new Intent(ACTION_UNDO)); in receiveActionUndo_dismissNotificationAndMenuVisible()