OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shortcut
(Results
101 - 125
of
1532
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/Email/tests/src/com/android/email/mail/transport/
DiscourseLoggerTest.java
27
/**
Shortcut
to create a byte array */
36
/**
Shortcut
to create a String array */
41
/**
Shortcut
to create an Object array */
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
EventLogLogger.java
105
String
shortcut
= cursor.isSuggestionShortcut() ? "
shortcut
" : "";
local
106
sb.append(source).append(':').append(type).append(':').append(
shortcut
);
Suggestion.java
31
* Gets the
shortcut
ID of the current suggestion.
36
* Whether to show a spinner while refreshing this
shortcut
.
110
* Checks if this suggestion is a
shortcut
.
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
UserDictionaryAddWordContents.java
50
public static final String EXTRA_SHORTCUT = "
shortcut
";
87
final String
shortcut
;
local
89
shortcut
= args.getString(EXTRA_SHORTCUT);
90
if (null !=
shortcut
&& null != mShortcutEditText) {
91
mShortcutEditText.setText(
shortcut
);
95
shortcut
= null;
168
// If there is no
shortcut
, and the word already exists in the database, then we
169
// should not insert, because either A. the word exists with no
shortcut
, in which
171
// exists with at least one
shortcut
, in which case it has priority on our word.
176
// Disallow duplicates. If the same word with no
shortcut
is defined, remove it; i
[
all
...]
/cts/hostsidetests/shortcuts/deviceside/backup/launcher1/src/android/content/pm/cts/shortcut/backup/launcher1/
MainActivity.java
16
package android.content.pm.cts.
shortcut
.backup.launcher1;
ShortcutManagerPostBackupTest.java
16
package android.content.pm.cts.
shortcut
.backup.launcher1;
20
import android.content.pm.cts.
shortcut
.device.common.ShortcutManagerDeviceTestBase;
/cts/hostsidetests/shortcuts/deviceside/backup/launcher2/src/android/content/pm/cts/shortcut/backup/launcher2/
MainActivity.java
16
package android.content.pm.cts.
shortcut
.backup.launcher2;
/cts/hostsidetests/shortcuts/deviceside/backup/launcher3/src/android/content/pm/cts/shortcut/backup/launcher3/
MainActivity.java
16
package android.content.pm.cts.
shortcut
.backup.launcher3;
/cts/hostsidetests/shortcuts/deviceside/backup/publisher1/src/android/content/pm/cts/shortcut/backup/publisher1/
MainActivity.java
16
package android.content.pm.cts.
shortcut
.backup.publisher1;
/cts/hostsidetests/shortcuts/deviceside/backup/publisher2/src/android/content/pm/cts/shortcut/backup/publisher2/
MainActivity.java
16
package android.content.pm.cts.
shortcut
.backup.publisher2;
ShortcutManagerPreBackup2Test.java
16
package android.content.pm.cts.
shortcut
.backup.publisher2;
24
import android.content.pm.cts.
shortcut
.device.common.ShortcutManagerDeviceTestBase;
/cts/hostsidetests/shortcuts/deviceside/backup/publisher3/src/android/content/pm/cts/shortcut/backup/publisher3/
MainActivity.java
16
package android.content.pm.cts.
shortcut
.backup.publisher3;
/cts/hostsidetests/shortcuts/deviceside/multiuser/src/android/content/pm/cts/shortcut/multiuser/
Consts.java
16
package android.content.pm.cts.
shortcut
.multiuser;
MainActivity.java
16
package android.content.pm.cts.
shortcut
.multiuser;
/cts/hostsidetests/shortcuts/deviceside/upgrade/src/android/content/pm/cts/shortcut/upgrade/
MainActivity.java
16
package android.content.pm.cts.
shortcut
.upgrade;
/device/asus/fugu/
init.recovery.fugu.rc
5
# can be associated with the correct disk. Create a
shortcut
to
/external/fonttools/Windows/
fonttools-win-setup.txt
8
Also, the setup puts a
shortcut
to TTX in your Send To context menu in Windows
/external/hamcrest/src/org/hamcrest/core/
IsNot.java
39
* This is a
shortcut
to the frequently used not(equalTo(x)).
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
PendingAttribute.java
22
* An attribute is either a bigram or a
shortcut
.
/system/extras/ext4_utils/
key_control.h
10
// special process keyring
shortcut
IDs
/cts/hostsidetests/shortcuts/deviceside/multiuser/
AndroidManifest.xml
18
package="android.content.pm.cts.
shortcut
.multiuser">
40
android:targetPackage="android.content.pm.cts.
shortcut
.multiuser" />
/cts/hostsidetests/shortcuts/deviceside/upgrade/
AndroidManifest.xml
18
package="android.content.pm.cts.
shortcut
.upgrade">
40
android:targetPackage="android.content.pm.cts.
shortcut
.upgrade" />
/development/samples/ShortcutDemo/publisher/src/com/example/android/pm/shortcutdemo/
ShortcutPublishingService.java
27
* This allows to create a
shortcut
in background.
52
this, new ShortcutInfo.Builder(this, ("
shortcut
-" + System.currentTimeMillis())))
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
userdatarequest.ui
79
<property name="
shortcut
" >
95
<property name="
shortcut
" >
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/shortcut/
shortcut_list_reading_utils.cpp
17
#include "dictionary/structure/pt_common/
shortcut
/shortcut_list_reading_utils.h"
30
// The numeric value of the
shortcut
probability that means 'whitelist'.
Completed in 825 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>