/packages/apps/Launcher3/robolectric_tests/src/com/android/launcher3/model/ |
D | GridBackupTableTest.java | 36 { APP_ICON, APP_ICON, SHORTCUT, SHORTCUT}, in setupGridData() 37 { SHORTCUT, SHORTCUT, NO__ICON, NO__ICON}, in setupGridData() 38 { NO__ICON, NO__ICON, SHORTCUT, SHORTCUT}, in setupGridData() 39 { APP_ICON, SHORTCUT, SHORTCUT, APP_ICON}, in setupGridData()
|
D | GridSizeMigrationTaskTest.java | 50 addItem(SHORTCUT, 1, HOTSEAT, 0, 0), in testHotseatMigration_apps_dropped() 52 addItem(SHORTCUT, 3, HOTSEAT, 0, 0), in testHotseatMigration_apps_dropped() 69 addItem(SHORTCUT, 3, HOTSEAT, 0, 0), in testHotseatMigration_shortcuts_dropped()
|
D | BaseGridChangesTestCase.java | 25 public static final int SHORTCUT = LauncherSettings.Favorites.ITEM_TYPE_SHORTCUT; field in BaseGridChangesTestCase 63 if (type == APP_ICON || type == SHORTCUT) { in addItem()
|
/packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/ |
D | UserDictionaryProvider.java | 95 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()
|
D | DictionaryBackupAgent.java | 75 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/ |
D | UserDictionarySettings.java | 57 { 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/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/inputmethod/ |
D | UserDictionarySettings.java | 56 + "=? AND " + UserDictionary.Words.SHORTCUT + "=?"; 58 + "=? AND " + UserDictionary.Words.SHORTCUT + " is null OR " 59 + UserDictionary.Words.SHORTCUT + "=''"; 140 new String[]{UserDictionary.Words.WORD, UserDictionary.Words.SHORTCUT}, in createAdapter() 218 mCursor.getColumnIndexOrThrow(UserDictionary.Words.SHORTCUT)); in getShortcut()
|
D | UserDictionaryCursorLoader.java | 38 UserDictionary.Words.SHORTCUT
|
/packages/apps/Settings/src/com/android/settings/inputmethod/ |
D | UserDictionarySettings.java | 56 + "=? AND " + UserDictionary.Words.SHORTCUT + "=?"; 58 + "=? AND " + UserDictionary.Words.SHORTCUT + " is null OR " 59 + UserDictionary.Words.SHORTCUT + "=''"; 140 new String[]{UserDictionary.Words.WORD, UserDictionary.Words.SHORTCUT}, in createAdapter() 218 mCursor.getColumnIndexOrThrow(UserDictionary.Words.SHORTCUT)); in getShortcut()
|
D | UserDictionaryCursorLoader.java | 38 UserDictionary.Words.SHORTCUT
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/logging/ |
D | StatsLogCompatManager.java | 168 case ItemType.SHORTCUT: in copy() 169 dst.item = LauncherTarget.SHORTCUT; in copy()
|
/packages/apps/Launcher3/protos/ |
D | launcher_log.proto | 53 optional int32 intent_hash = 12; // Used for ItemType.SHORTCUT 66 SHORTCUT = 2; enumerator
|
D | launcher_dump.proto | 55 SHORTCUT = 3; // ShortcutManager enumerator
|
/packages/apps/Contacts/src/com/android/contacts/logging/ |
D | QuickContactEvent.java | 67 public static final int SHORTCUT = 8; field in QuickContactEvent.ActionType
|
/packages/apps/Launcher3/src/com/android/launcher3/logging/ |
D | DumpTargetWrapper.java | 93 dt.itemType = ItemType.SHORTCUT; in newItemTarget()
|
D | LoggerUtils.java | 180 t.itemType = ItemType.SHORTCUT; in newItemTarget()
|
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
D | QuickContactActivity.java | 2472 ActionType.SHORTCUT, /* thirdPartyAction */ null); in Logger.logQuickContactEvent() argument
|