Searched defs:REMOVE (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/logging/
H A DQuickContactEvent.java65 public static final int REMOVE = 6; field in class:QuickContactEvent.ActionType
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
H A DLauncherAccessibilityDelegate.java48 protected static final int REMOVE = R.id.action_remove; field in class:LauncherAccessibilityDelegate
77 mActions.put(REMOVE, new AccessibilityAction(REMOVE,
112 info.addAction(mActions.get(REMOVE));
151 if (action == REMOVE) {
/packages/apps/Music/src/com/android/music/
H A DTrackBrowserActivity.java75 private static final int REMOVE = CHILD_MENU_BASE + 5; field in class:TrackBrowserActivity
623 menu.add(0, REMOVE, 0, R.string.remove_from_playlist);
705 case REMOVE:

Completed in 152 milliseconds