OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shortcutIntent
(Results
1 - 13
of
13
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/
Somnambulator.java
41
Intent
shortcutIntent
= new Intent(this, Somnambulator.class);
42
shortcutIntent
.setFlags(Intent.FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS
47
resultIntent.putExtra(Intent.EXTRA_SHORTCUT_INTENT,
shortcutIntent
);
/development/samples/ApiDemos/src/com/example/android/apis/app/
LauncherShortcuts.java
124
Intent
shortcutIntent
= new Intent(Intent.ACTION_MAIN);
125
shortcutIntent
.setClassName(this, this.getClass().getName());
126
shortcutIntent
.putExtra(EXTRA_KEY, "ApiDemos Provided This Shortcut");
131
intent.putExtra(Intent.EXTRA_SHORTCUT_INTENT,
shortcutIntent
);
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ShortcutIntentBuilder.java
116
* @param
shortcutIntent
resulting shortcut intent.
118
void onShortcutIntentCreated(Uri uri, Intent
shortcutIntent
);
271
Intent
shortcutIntent
= new Intent(ContactsContract.QuickContact.ACTION_QUICK_CONTACT);
279
shortcutIntent
.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TASK
283
shortcutIntent
.putExtra(INTENT_EXTRA_IGNORE_LAUNCH_ANIMATION, true);
285
shortcutIntent
.setDataAndType(contactUri, contentType);
286
shortcutIntent
.putExtra(ContactsContract.QuickContact.EXTRA_EXCLUDE_MIMES,
293
intent.putExtra(Intent.EXTRA_SHORTCUT_INTENT,
shortcutIntent
);
322
Intent
shortcutIntent
= new Intent(shortcutAction, phoneUri);
323
shortcutIntent
.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP)
[
all
...]
PhoneNumberPickerFragment.java
323
public void onShortcutIntentCreated(Uri uri, Intent
shortcutIntent
) {
324
mListener.onShortcutIntentCreated(
shortcutIntent
);
/packages/apps/Settings/src/com/android/settings/
CreateShortcut.java
52
Intent
shortcutIntent
= intentForPosition(position);
53
shortcutIntent
.setFlags(Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED);
57
intent.putExtra(Intent.EXTRA_SHORTCUT_INTENT,
shortcutIntent
);
/packages/apps/Contacts/src/com/android/contacts/list/
ContactPickerFragment.java
198
public void onShortcutIntentCreated(Uri uri, Intent
shortcutIntent
) {
200
mListener.onShortcutIntentCreated(
shortcutIntent
);
/packages/apps/Launcher2/src/com/android/launcher2/
InstallShortcutReceiver.java
167
Intent
shortcutIntent
) {
170
launchIntent =
shortcutIntent
;
/frameworks/base/services/core/java/com/android/server/policy/
PhoneWindowManager.java
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
Launcher.java
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar
android-all-5.0.0_r2-robolectric-1.jar
android-all-5.1.1_r9-robolectric-1.jar
Completed in 1479 milliseconds