Home
last modified time | relevance | path

Searched refs:REMOVE (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DLauncherAccessibilityDelegate.java52 public static final int REMOVE = R.id.action_remove; field in LauncherAccessibilityDelegate
82 mActions.put(REMOVE, new AccessibilityAction(REMOVE, in LauncherAccessibilityDelegate()
/packages/apps/Contacts/src/com/android/contacts/logging/
DQuickContactEvent.java65 public static final int REMOVE = 6; field in QuickContactEvent.ActionType
/packages/apps/Launcher3/src/com/android/launcher3/
DDeleteDropTarget.java79 return LauncherAccessibilityDelegate.REMOVE; in getAccessibilityAction()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java2460 ActionType.REMOVE, /* thirdPartyAction */ null); in Logger.logQuickContactEvent() argument