Home
last modified time | relevance | path

Searched refs:PARCEL_KEY_SHORTCUTS_ARRAY (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
DWindowManagerImpl.java134 resultData.getParcelableArrayList(PARCEL_KEY_SHORTCUTS_ARRAY); in requestAppKeyboardShortcuts()
DWindowManager.java152 public static final String PARCEL_KEY_SHORTCUTS_ARRAY = "shortcuts_array"; field
DViewRootImpl.java5616 data.putParcelableArrayList(WindowManager.PARCEL_KEY_SHORTCUTS_ARRAY, list); in handleRequestKeyboardShortcuts()