Home
last modified time | relevance | path

Searched refs:SHORTCUT (Results 1 – 10 of 10) sorted by relevance

/packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
DUserDictionaryProvider.java95 sDictProjectionMap.put(Words.SHORTCUT, Words.SHORTCUT); in sDictProjectionMap.put() argument
121 + Words.SHORTCUT + " TEXT" in onCreate()
129 + " to version 2: adding " + Words.SHORTCUT + " column"); in onUpgrade()
131 + " ADD " + Words.SHORTCUT + " TEXT;"); in onUpgrade()
240 if (!values.containsKey(Words.SHORTCUT)) { in insert()
241 values.put(Words.SHORTCUT, (String) null); in insert()
DDictionaryBackupAgent.java75 Words.SHORTCUT
258 cv.put(Words.SHORTCUT, shortcut); in restoreDictionary()
262 + Words.SHORTCUT + "=?", new String[] {word, shortcut}); in restoreDictionary()
265 + Words.SHORTCUT + " is null", new String[0]); in restoreDictionary()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
DUserDictionarySettings.java57 { UserDictionary.Words._ID, UserDictionary.Words.WORD, UserDictionary.Words.SHORTCUT};
70 UserDictionary.Words.WORD, UserDictionary.Words.SHORTCUT
95 + "=? AND " + UserDictionary.Words.SHORTCUT + "=?";
97 + "=? AND " + UserDictionary.Words.SHORTCUT + " is null OR "
98 + UserDictionary.Words.SHORTCUT + "=''";
278 mCursor.getColumnIndexOrThrow(UserDictionary.Words.SHORTCUT)); in getShortcut()
/packages/apps/Settings/src/com/android/settings/inputmethod/
DUserDictionarySettings.java56 + "=? AND " + UserDictionary.Words.SHORTCUT + "=?";
58 + "=? AND " + UserDictionary.Words.SHORTCUT + " is null OR "
59 + UserDictionary.Words.SHORTCUT + "=''";
141 new String[]{UserDictionary.Words.WORD, UserDictionary.Words.SHORTCUT}, in createAdapter()
219 mCursor.getColumnIndexOrThrow(UserDictionary.Words.SHORTCUT)); in getShortcut()
DUserDictionaryCursorLoader.java38 UserDictionary.Words.SHORTCUT
/packages/apps/Settings/tests/spa_unit/src/com/android/settings/spa/app/appinfo/
DDefaultAppShortcutPreferenceTest.kt163 DefaultAppShortcutPreference(SHORTCUT, App) in setContent()
170 val SHORTCUT = DefaultAppShortcut(roleName = ROLE, titleResId = R.string.home_app) constant
/packages/apps/Contacts/src/com/android/contacts/logging/
DQuickContactEvent.java67 public static final int SHORTCUT = 8; field in QuickContactEvent.ActionType
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/logging/
DStatsLogCompatManager.java744 case SHORTCUT:
761 case SHORTCUT:
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/
DAppEventProducer.java218 case SHORTCUT: { in toAppTarget()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java2481 ActionType.SHORTCUT, /* thirdPartyAction */ null); in Logger.logQuickContactEvent() argument