Searched refs:startActivity (Results 51 - 75 of 95) sorted by relevance

1234

/frameworks/base/packages/Keyguard/test/src/com/android/keyguard/test/
H A DKeyguardTestActivity.java244 startActivity(new Intent(Settings.ACTION_SECURITY_SETTINGS));
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DRecentApplicationsDialog.java211 getContext().startActivity(tag.intent);
/frameworks/base/services/java/com/android/server/usb/
H A DUsbDebuggingManager.java255 mContext.startActivity(dialogIntent);
/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
H A DAppLaunch.java262 getInstrumentation().getContext().startActivity(homeIntent);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DSmartCamera.java223 startActivity(openGalleryIntent);
/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
H A DMemoryUsageTest.java164 getInstrumentation().getContext().startActivity(homeIntent);
/frameworks/opt/mailcommon/java/com/android/mailcommon/
H A DWebViewContextMenu.java130 mActivity.startActivity(Intent.createChooser(send, mActivity.getText(
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSearchView.java1180 getContext().startActivity(webSearchIntent);
1184 getContext().startActivity(appSearchIntent);
1364 getContext().startActivity(intent);
1382 getContext().startActivity(intent);
/frameworks/testing/app-tests/AppLaunchTest/src/com/android/applaunchtest/
H A DAppLaunchTest.java118 mContext.startActivity(intent);
/frameworks/base/core/java/android/app/
H A DFragment.java1027 * Call {@link Activity#startActivity(Intent)} from the fragment's
1032 public void startActivity(Intent intent) { method in class:Fragment
1033 startActivity(intent, null);
1037 * Call {@link Activity#startActivity(Intent, Bundle)} from the fragment's
1042 * See {@link android.content.Context#startActivity(Intent, Bundle)
1043 * Context.startActivity(Intent, Bundle)} for more details.
1045 public void startActivity(Intent intent, Bundle options) { method in class:Fragment
H A DInstrumentation.java107 * instrumentation here, for example call {@link Context#startActivity} to
353 * differences from the standard {@link Context#startActivity} call: the
368 * @see Context#startActivity
399 getTargetContext().startActivity(intent);
1101 // TODO: the following block causes intermittent hangs when using startActivity
1354 * Execute a startActivity call made by the application. The default
1391 * @see Activity#startActivity(Intent)
1420 .startActivity(whoThread, who.getBasePackageName(), intent,
1508 * @see Activity#startActivity(Intent)
1537 .startActivity(whoThrea
[all...]
H A DLauncherActivity.java404 startActivity(intent);
H A DLocalActivityManager.java62 static final int RESTORED = 0; // State restored, but no startActivity().
63 static final int INITIALIZING = 1; // Ready to launch (after startActivity()).
112 // startActivity() has not yet been called, so nothing to do.
218 * track of the activity, so that if you later call startActivity() again
260 public Window startActivity(String id, Intent intent) { method in class:LocalActivityManager
404 * @see #startActivity
417 * @see #startActivity
427 * @see #startActivity
H A DActivity.java114 * <p>To be of use with {@link android.content.Context#startActivity Context.startActivity()}, all
420 * <p>The {@link android.app.Activity#startActivity}
473 * startActivity(new Intent(Intent.ACTION_VIEW, data));
1123 * flag when calling {@link #startActivity}. In either case, when the
2144 startActivity(intent);
3382 * @see #startActivity
3393 * {@link #startActivity} (the activity is not launched as a sub-activity).
3415 * See {@link android.content.Context#startActivity(Intent, Bundle)
3416 * Context.startActivity(Inten
3594 public void startActivity(Intent intent) { method in class:Activity
3621 public void startActivity(Intent intent, Bundle options) { method in class:Activity
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java103 // Use a specialized prompt when we're handling the 'Home' app startActivity()
164 startActivity(mAdapter.intentForPosition(0));
408 startActivity(intent);
416 startActivity(in);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DDocumentsActivity.java636 startActivity(new Intent(this, SettingsActivity.class));
970 startActivity(manage);
978 startActivity(view);
H A DRootsFragment.java172 startActivity(intent);
/frameworks/base/core/java/com/android/internal/view/menu/
H A DMenuItemImpl.java163 mMenu.getContext().startActivity(mIntent);
/frameworks/base/packages/WAPPushManager/src/com/android/smspush/
H A DWapPushManager.java205 mContext.startActivity(intent);
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
H A DActivityTestMain.java95 startActivity(task.baseIntent);
/frameworks/ex/carousel/test/src/com/android/carouseltest/
H A DTaskSwitcherActivity.java132 startActivity(item.intent);
/frameworks/support/v4/java/android/support/v4/app/
H A DShareCompat.java386 mActivity.startActivity(createChooserIntent());
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DMenuItemImpl.java169 mMenu.getContext().startActivity(mIntent);
/frameworks/base/core/java/android/accounts/
H A DAccountManager.java885 * if necessary; used only to call startActivity(); must not be null.
1120 * account; used only to call startActivity(); if null, the prompt
1243 * password; used only to call startActivity(); if null, the prompt
1320 * password; used only to call startActivity(); if null, the prompt
1376 * used only to call startActivity(); if null, the settings dialog will
1552 mActivity.startActivity(intent);
1829 mActivity.startActivity(intent);
1899 * startActivity(); should not be null
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java1312 public void startActivity(Intent arg0) { method in class:BridgeContext
1317 public void startActivity(Intent arg0, Bundle arg1) { method in class:BridgeContext

Completed in 744 milliseconds

1234