Searched refs:Activity (Results 451 - 472 of 472) sorted by relevance

<<111213141516171819

/frameworks/base/core/java/android/view/
H A DMenuInflater.java24 import android.app.Activity;
73 * @see Activity#getMenuInflater()
85 * @see Activity#getMenuInflater()
/frameworks/base/services/java/com/android/server/am/
H A DActivityRecord.java23 import android.app.Activity;
882 r.app, Activity.RESULT_CANCELED, info);
H A DActivityManagerService.java35 import android.app.Activity;
316 * Activity we have told the window manager to have key focus.
1679 Slog.e(TAG, "Activity Manager Crash", e);
2725 * This is the internal entry point for handling Activity.finish().
2727 * @param token The Binder token referencing the Activity we want to finish.
2728 * @param resultCode Result code, if any, from this Activity.
2729 * @param resultData Result data (Intent), if any, from this Activity.
2788 mMainStack.finishActivityLocked(r, index, Activity.RESULT_CANCELED,
2948 finishInstrumentationLocked(app, Activity.RESULT_CANCELED, info);
3665 Activity
[all...]
/frameworks/base/services/java/com/android/server/pm/
H A DUserManagerService.java21 import android.app.Activity;
827 null, Activity.RESULT_OK, null, null);
H A DPackageManagerService.java1915 PackageParser.Activity a = mActivities.mActivities.get(component);
1936 PackageParser.Activity a = mReceivers.mActivities.get(component);
4283 PackageParser.Activity a = pkg.receivers.get(i);
4303 PackageParser.Activity a = pkg.activities.get(i);
4601 PackageParser.Activity a = pkg.receivers.get(i);
4619 PackageParser.Activity a = pkg.activities.get(i);
4953 int flags, ArrayList<PackageParser.Activity> packageActivities, int userId) {
4977 public final void addActivity(PackageParser.Activity a, String type) {
4999 Log.w(TAG, "==> For Activity " + a.info.name);
5005 public final void removeActivity(PackageParser.Activity
[all...]
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DTestShellActivity.java21 import android.app.Activity;
64 public class TestShellActivity extends Activity implements LayoutTestController {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaDataConnectionTracker.java844 mActivity = DctConstants.Activity.NONE;
852 mActivity = DctConstants.Activity.DORMANT;
/frameworks/base/core/java/android/provider/
H A DContactsContract.java20 import android.app.Activity;
7693 && !(actualContext instanceof Activity)) {
7696 final int intentFlags = (actualContext instanceof Activity)
7862 * Starts an Activity that lets the user pick a contact to attach an image to.
7905 * Starts an Activity that lets the user select the multiple phones from a
7913 * {@link android.app.Activity#onActivityResult(int, int, android.content.Intent)}
7915 * {@link android.app.Activity#RESULT_OK}, the array of picked phone
7918 * {@link android.app.Activity#RESULT_CANCELED} is returned if the user
7919 * left the Activity without changing the selection.
8090 * Activity Actio
[all...]
H A DCalendarContract.java22 import android.app.Activity;
102 * Activity Action: Display the event to the user in the custom app as
104 * will be started via {@link Activity#startActivityForResult(Intent, int)}
105 * and it should call {@link Activity#setResult(int)} with
106 * {@link Activity#RESULT_OK} or {@link Activity#RESULT_CANCELED} to
125 * Output: {@link Activity#RESULT_OK} if this was handled; otherwise
126 * {@link Activity#RESULT_CANCELED}
/frameworks/base/core/java/android/content/
H A DContextWrapper.java19 import android.app.Activity;
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DVideoDumpView.java40 import android.app.Activity;
/frameworks/support/v4/java/android/support/v4/app/
H A DLoaderManager.java19 import android.app.Activity;
526 * when an {@link Activity} is re-created after a configuration change it
/frameworks/base/core/java/android/webkit/
H A DCallbackProxy.java19 import android.app.Activity;
1600 // an Activity context.
1603 // another Activity when the alert should be displayed?
1605 return mContext instanceof Activity;
/frameworks/base/services/java/com/android/server/
H A DAlarmManagerService.java19 import android.app.Activity;
1011 setResultCode(Activity.RESULT_OK);
H A DDevicePolicyManagerService.java29 import android.app.Activity;
660 null, result, mHandler, Activity.RESULT_OK, null, null);
1928 }, null, Activity.RESULT_OK, null, null);
H A DConnectivityService.java35 import android.app.Activity;
/frameworks/base/core/java/android/app/
H A DFragmentManager.java47 * {@link Activity}
130 * after {@link Activity#onSaveInstanceState Activity.onSaveInstanceState()}
131 * (and prior to a following {@link Activity#onStart Activity.onStart}
132 * or {@link Activity#onResume Activity.onResume()}, you will get an error.
321 * Returns true if the final {@link Activity#onDestroy() Activity.onDestroy()}
322 * call has been made on the FragmentManager's Activity, s
[all...]
H A DActivityManagerNative.java95 null, intent, null, null, Activity.RESULT_OK, null, null,
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
H A DWapPushTest.java19 import android.app.Activity;
2165 return Activity.RESULT_OK;
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pService.java19 import android.app.Activity;
306 mActivityMgr = (ActivityManager)context.getSystemService(Activity.ACTIVITY_SERVICE);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmDataConnectionTracker.java1336 // Link Activity will be considered dormant only when all data calls
1340 mActivity = DctConstants.Activity.DORMANT;
1342 log("onDataStateChanged: Data Activity updated to DORMANT. stopNetStatePoll");
1346 mActivity = DctConstants.Activity.NONE;
1348 log("onDataStateChanged: Data Activity updated to NONE. " +
/frameworks/base/media/java/android/media/
H A DAudioService.java24 import android.app.Activity;
4382 null, mKeyEventDone, mAudioHandler, Activity.RESULT_OK, null, null);
4422 mAudioHandler, Activity.RESULT_OK, null, null);

Completed in 602 milliseconds

<<111213141516171819