Searched refs:REMOVE (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
H A DLauncherAccessibilityDelegate.java53 protected static final int REMOVE = R.id.action_remove; field in class:LauncherAccessibilityDelegate
82 mActions.put(REMOVE, new AccessibilityAction(REMOVE,
115 info.addAction(mActions.get(REMOVE));
153 if (action == REMOVE) {
/packages/apps/Music/src/com/android/music/
H A DTrackBrowserActivity.java76 private static final int REMOVE = CHILD_MENU_BASE + 5; field in class:TrackBrowserActivity
653 menu.add(0, REMOVE, 0, R.string.remove_from_playlist);
735 case REMOVE:

Completed in 304 milliseconds