HomeSort by relevance Sort by last modified time
    Searched full:shortcut (Results 126 - 150 of 1532) sorted by null

1 2 3 4 56 7 8 91011>>

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/shortcut/
shortcut_list_reading_utils.h 42 // This method returns the size of the shortcut list region excluding the shortcut list size
  /cts/hostsidetests/shortcuts/hostside/src/android/content/pm/cts/shortcuthost/
ShortcutManagerBackupTest.java 31 "android.content.pm.cts.shortcut.backup.launcher1";
33 "android.content.pm.cts.shortcut.backup.launcher2";
35 "android.content.pm.cts.shortcut.backup.launcher3";
37 "android.content.pm.cts.shortcut.backup.publisher1";
39 "android.content.pm.cts.shortcut.backup.publisher2";
41 "android.content.pm.cts.shortcut.backup.publisher3";
  /packages/apps/Launcher3/src/com/android/launcher3/
Stats.java 129 public void recordLaunch(View v, Intent intent, ShortcutInfo shortcut) {
136 if (shortcut != null) {
137 broadcastIntent.putExtra(EXTRA_CONTAINER, shortcut.container)
138 .putExtra(EXTRA_SCREEN, shortcut.screenId)
139 .putExtra(EXTRA_CELLX, shortcut.cellX)
140 .putExtra(EXTRA_CELLY, shortcut.cellY);
  /packages/apps/Settings/src/com/android/settings/inputmethod/
UserDictionaryAddWordContents.java 44 public static final String EXTRA_SHORTCUT = "shortcut";
73 final String shortcut = args.getString(EXTRA_SHORTCUT); local
74 if (null != shortcut && null != mShortcutEditText) {
75 mShortcutEditText.setText(shortcut);
145 // If there is no shortcut, and the word already exists in the database, then we
146 // should not insert, because either A. the word exists with no shortcut, in which
148 // exists with at least one shortcut, in which case it has priority on our word.
153 // Disallow duplicates. If the same word with no shortcut is defined, remove it; if
154 // the same word with the same shortcut is defined, remove it; but we don't mind if
155 // there is the same word with a different, non-empty shortcut
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
ShortcutPackage.java 70 private static final String TAG_SHORTCUT = "shortcut";
149 * Called when a shortcut is about to be published. At this point we know the publisher
199 private void ensureNotImmutable(@Nullable ShortcutInfo shortcut) {
200 if (shortcut != null && shortcut.isImmutable()) {
202 "Manifest shortcut ID=" + shortcut.getId()
224 final ShortcutInfo shortcut = mShortcuts.remove(id); local
225 if (shortcut != null) {
226 mShortcutUser.mService.removeIcon(getPackageUserId(), shortcut); local
399 final ShortcutInfo shortcut = mShortcuts.get(shortcutId); local
879 final ShortcutInfo shortcut = list.get(inner); local
975 final ShortcutInfo shortcut = mShortcuts.valueAt(i); local
    [all...]
ShortcutService.java 187 private static final String KEY_SHORTCUT = "shortcut";
611 Slog.e(TAG, "Bad shortcut manager settings", e);
    [all...]
  /frameworks/base/core/java/android/view/
MenuItem.java 262 * Change both the numeric and alphabetic shortcut associated with this
263 * item. Note that the shortcut will be triggered when the key that
265 * Also note that case is not significant and that alphabetic shortcut
270 * @param numericChar The numeric shortcut key. This is the shortcut when
272 * @param alphaChar The alphabetic shortcut key. This is the shortcut when
279 * Change the numeric shortcut associated with this item.
283 * @param numericChar The numeric shortcut key. This is the shortcut whe
    [all...]
  /cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerNegativeTest.java 130 * Make sure dumpsys shortcut can't be called.
134 "can't dump by this caller", runCommand("dumpsys shortcut"));
138 * Make sure cmd shortcut can't be called.
146 // cmd shortcut will fail silently, with no error outputs.
147 MoreAsserts.assertNotContainsRegex("Success", runCommand("cmd shortcut clear-shortcuts " +
  /cts/hostsidetests/shortcuts/deviceside/multiuser/src/android/content/pm/cts/shortcut/multiuser/
ShortcutManagerSecondaryUserTest.java 16 package android.content.pm.cts.shortcut.multiuser;
27 import android.content.pm.cts.shortcut.device.common.ShortcutManagerDeviceTestBase;
38 // Publish a shortcut.
  /frameworks/base/core/java/com/android/internal/view/menu/
MenuView.java 93 * Sets the shortcut for the item.
94 * @param showShortcut Whether a shortcut should be shown(if false, the value of
96 * @param shortcutKey The shortcut key that should be shown on the ItemView.
  /frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
MenuView.java 90 * Sets the shortcut for the item.
91 * @param showShortcut Whether a shortcut should be shown(if false, the value of
93 * @param shortcutKey The shortcut key that should be shown on the ItemView.
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactsRequest.java 68 /** Show all contacts and create a shortcut for the picked contact */
71 /** Show all phone numbers and create a call shortcut for the picked number */
74 /** Show all phone numbers and create an SMS shortcut for the picked number */
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ShortcutNameActivity.java 36 * This activity prompts the user for a name for the shortcut to their folder
38 * icon for the shortcut
101 // Initially set the name of the shortcut to the name of the folder.
  /packages/inputmethods/LatinIME/native/jni/src/utils/
jni_data_utils.cpp 98 for (const auto &shortcut : unigramProperty.getShortcuts()) {
99 const std::vector<int> *const targetCodePoints = shortcut.getTargetCodePoints();
107 shortcut.getProbability());
  /cts/hostsidetests/shortcuts/deviceside/backup/publisher1/src/android/content/pm/cts/shortcut/backup/publisher1/
ShortcutManagerPreBackupTest.java 16 package android.content.pm.cts.shortcut.backup.publisher1;
25 import android.content.pm.cts.shortcut.device.common.ShortcutManagerDeviceTestBase;
  /cts/hostsidetests/shortcuts/deviceside/backup/publisher2/src/android/content/pm/cts/shortcut/backup/publisher2/
ShortcutManagerPreBackupTest.java 16 package android.content.pm.cts.shortcut.backup.publisher2;
25 import android.content.pm.cts.shortcut.device.common.ShortcutManagerDeviceTestBase;
  /cts/hostsidetests/shortcuts/deviceside/backup/publisher3/src/android/content/pm/cts/shortcut/backup/publisher3/
ShortcutManagerPreBackupTest.java 16 package android.content.pm.cts.shortcut.backup.publisher3;
25 import android.content.pm.cts.shortcut.device.common.ShortcutManagerDeviceTestBase;
  /cts/hostsidetests/shortcuts/deviceside/upgrade/src/android/content/pm/cts/shortcut/upgrade/
ShortcutManagerPostUpgradeTest.java 16 package android.content.pm.cts.shortcut.upgrade;
20 import android.content.pm.cts.shortcut.device.common.ShortcutManagerDeviceTestBase;
ShortcutManagerPreUpgradeTest.java 16 package android.content.pm.cts.shortcut.upgrade;
22 import android.content.pm.cts.shortcut.device.common.ShortcutManagerDeviceTestBase;
  /cts/tests/tests/provider/src/android/provider/cts/
UserDictionary_WordsTest.java 86 private void assertWord(String word, int frequency, String shortcut, Locale locale,
89 UserDictionary.Words.addWord(mContext, word, frequency, shortcut, locale);
  /external/guava/guava/src/com/google/common/hash/
HashFunction.java 98 * are convenient shortcut methods defined directly on {@link HashFunction} to make this
154 * Shortcut for {@code newHasher().putInt(input).hash()}; returns the hash code for the given
163 * Shortcut for {@code newHasher().putLong(input).hash()}; returns the hash code for the
170 * Shortcut for {@code newHasher().putBytes(input).hash()}. The implementation
177 * Shortcut for {@code newHasher().putBytes(input, off, len).hash()}. The implementation
187 * Shortcut for {@code newHasher().putUnencodedChars(input).hash()}. The implementation
197 * Shortcut for {@code newHasher().putString(input, charset).hash()}. Characters are encoded
204 * Shortcut for {@code newHasher().putObject(instance, funnel).hash()}. The implementation
  /external/libchrome/base/mac/
bundle_locations.h 34 // via an app shortcut, in which case this will return the app shortcut's
  /packages/apps/Launcher2/src/com/android/launcher2/
FolderInfo.java 46 * Add an app or shortcut
59 * Remove an app or shortcut. Does not change the DB.
  /packages/apps/Launcher3/src/com/android/launcher3/model/
WidgetsAndShortcutNameComparator.java 72 * @return a component key for the given widget or shortcut info.
88 * @return the label for the given widget or shortcut info. This may be an expensive call.
  /packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
UserDictionaryProvider.java 62 * Adds SHORTCUT (TEXT).
93 sDictProjectionMap.put(Words.SHORTCUT, Words.SHORTCUT);
117 + Words.SHORTCUT + " TEXT"
125 + " to version 2: adding " + Words.SHORTCUT + " column");
127 + " ADD " + Words.SHORTCUT + " TEXT;");
236 if (!values.containsKey(Words.SHORTCUT)) {
237 values.put(Words.SHORTCUT, (String) null);

Completed in 1023 milliseconds

1 2 3 4 56 7 8 91011>>