/packages/apps/Gallery/src/com/android/camera/ |
ImageGallery.java | 200 startActivity(intent); 501 startActivity(preferences); 662 startActivity(intent); [all...] |
MenuHelper.java | 296 activity.startActivity(new Intent( 515 activity.startActivity(Intent.createChooser(intent, 536 activity.startActivity(Intent.createChooser(intent, 559 activity.startActivity(intent); [all...] |
/packages/apps/Mms/src/com/android/mms/ui/ |
ConversationList.java | 202 startActivity(intent); 316 startActivity(intent); 411 startActivity(ComposeMessageActivity.createIntent(this, 0)); 415 startActivity(ComposeMessageActivity.createIntent(this, threadId)); 482 startActivity(intent); 487 startActivity(createAddContactIntent(address)); [all...] |
/packages/apps/Phone/src/com/android/phone/ |
OutgoingCallBroadcaster.java | 216 * @param context used for the startActivity() call 262 "calling startActivity: " + selectPhoneIntent); 263 context.startActivity(selectPhoneIntent); 426 if (DBG) Log.v(TAG, "onCreate(): calling startActivity for Dialer: " 428 startActivity(invokeFrameworkDialer); 593 startActivity(newIntent);
|
SimContacts.java | 280 startActivity(intent); 359 startActivity(intent);
|
/packages/apps/Stk/src/com/android/stk/ |
StkAppService.java | 585 mContext.startActivity(newIntent); 594 mContext.startActivity(newIntent); 605 startActivity(newIntent); 644 startActivity(newIntent); 693 startActivity(intent); 764 startActivity(newIntent);
|
/frameworks/base/core/java/android/app/ |
Instrumentation.java | 102 * instrumentation here, for example call {@link Context#startActivity} to 344 * differences from the standard {@link Context#startActivity} call: the 359 * @see Context#startActivity 390 getTargetContext().startActivity(intent); [all...] |
IActivityManager.java | 54 * Returned by startActivity() if the start request was canceled because 60 * Returned by startActivity() if an activity wasn't really started, but 65 * Returned by startActivity() if an activity wasn't really started, but 70 * Returned by startActivity() if the caller asked that the Intent not 84 public int startActivity(IApplicationThread caller, [all...] |
/packages/apps/Contacts/src/com/android/contacts/activities/ |
ContactSelectionActivity.java | 122 startActivity(redirect); 508 startActivity(intent); 595 startActivity(data);
|
/packages/apps/Nfc/src/com/android/nfc/ |
NfcDispatcher.java | 148 mContext.startActivity(rootIntent); 156 // Dispatch to either an override pending intent or a standard startActivity() 333 * If the current app called stopAppSwitches() then our startActivity() can
|
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/ |
ContentFragment.java | 182 startActivity(intent); 357 startActivity(Intent.createChooser(shareIntent, "Share photo"));
|
MainActivity.java | 119 startActivity(intent); 332 startActivity(intent);
|
/frameworks/base/core/java/android/content/ |
ContextWrapper.java | 275 public void startActivity(Intent intent) { 276 mBase.startActivity(intent);
|
/packages/apps/Browser/src/com/android/browser/ |
UrlHandler.java | 75 mActivity.startActivity(intent); 147 mActivity.startActivity(intent);
|
/packages/apps/Contacts/src/com/android/contacts/calllog/ |
CallLogFragment.java | 213 getActivity().startActivity( 350 startActivity(intent);
|
/packages/apps/Gallery2/src/com/android/gallery3d/util/ |
GalleryUtils.java | 232 context.startActivity(mapsIntent); 238 context.startActivity(mapsIntent);
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
DevicePickerActivity.java | 173 startActivity(intent);
|
/development/apps/Development/src/com/android/development/ |
PackageBrowser.java | 196 startActivity(intent);
|
/development/samples/AndroidBeamDemo/src/com/example/android/beam/ |
Beam.java | 169 startActivity(intent);
|
/development/samples/ApiDemos/src/com/example/android/apis/ |
ApiDemos.java | 147 startActivity(intent);
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
MessengerService.java | 49 * calling startActivity().
|
ReceiveResult.java | 103 * startActivity().
|
/development/samples/NotePad/src/com/example/android/notepad/ |
NotesList.java | 272 startActivity(new Intent(Intent.ACTION_INSERT, getIntent().getData())); 280 startActivity(new Intent(Intent.ACTION_PASTE, getIntent().getData())); 397 startActivity(new Intent(Intent.ACTION_EDIT, noteUri)); 464 startActivity(new Intent(Intent.ACTION_EDIT, uri));
|
/development/samples/SoftKeyboard/src/com/android/inputmethodcommon/ |
InputMethodSettingsImpl.java | 79 context.startActivity(intent);
|
/development/samples/Support13Demos/src/com/example/android/supportv13/ |
Support13Demos.java | 147 startActivity(intent);
|