Searched refs:activity (Results 126 - 150 of 340) sorted by relevance

1234567891011>>

/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DLocalGrantedReceiver.java17 package android.app.activity;
H A DRemoteDeniedReceiver.java17 package android.app.activity;
H A DRemoteGrantedReceiver.java17 package android.app.activity;
H A DRemoteSubActivityScreen.java1 /* //device/apps/AndroidTests/src/com.android.unit_tests/activity/TestedScreen.java
18 package android.app.activity;
35 // We are running in a remote process, so want to have the sub-activity
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/activity/
H A DLaunchTvTaskEvent.java16 package com.android.systemui.recents.events.activity;
H A DPackagesChangedEvent.java17 package com.android.systemui.recents.events.activity;
/frameworks/base/services/core/java/com/android/server/am/
H A DConnectionRecord.java30 final ActivityRecord activity; // If non-null, the owning activity. field in class:ConnectionRecord
40 if (activity != null) {
41 pw.println(prefix + "activity=" + activity);
51 activity = _activity;
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
H A DIsolatedService.java17 package com.google.android.test.activity;
H A DServiceUserTarget.java17 package com.google.android.test.activity;
H A DSingleUserService.java17 package com.google.android.test.activity;
H A DTrackTimeReceiver.java17 package com.google.android.test.activity;
H A DUserTarget.java17 package com.google.android.test.activity;
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/src/main/java/com/android/layoutlib/test/myapplication/
H A DMyActivity.java13 setContentView(R.layout.activity);
28 // as you specify a parent activity in AndroidManifest.xml.
/frameworks/support/v4/java/android/support/v4/app/
H A DActivityOptionsCompat.java34 * activity is displayed.
39 * incoming activity. Use 0 for no animation.
41 * outgoing activity. Use 0 for no animation.
43 * these options as the options Bundle when starting an activity.
55 * Create an ActivityOptions specifying an animation where the new activity is
64 * @param source The View that the new activity is animating from. This
66 * @param startX The x starting location of the new activity, relative to
68 * @param startY The y starting location of the activity, relative to source.
69 * @param startWidth The initial width of the new activity.
70 * @param startHeight The initial height of the new activity
131 makeSceneTransitionAnimation(Activity activity, View sharedElement, String sharedElementName) argument
158 makeSceneTransitionAnimation(Activity activity, Pair<View, String>... sharedElements) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DActivityChooserModel.java66 * For example, choosing a share activity can be implemented by a single backing
87 * // Set an intent to choose a an activity for.
134 * Listener for choosing an activity.
139 * Called when an activity has been chosen. The client can decide whether
140 * an activity can be chosen and if so the caller of
149 * @param intent The intent for launching the chosen activity.
178 * Attribute for the activity.
180 private static final String ATTRIBUTE_ACTIVITY = "activity";
204 * The amount with which to inflate a chosen activity when set as default.
265 * The intent for which a activity i
437 getActivityIndex(ResolveInfo activity) argument
788 public final ComponentName activity; field in class:ActivityChooserModel.HistoricalRecord
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DActivityChooserModel.java61 * For example, choosing a share activity can be implemented by a single backing
82 * // Set an intent to choose a an activity for.
127 * Listener for choosing an activity.
132 * Called when an activity has been chosen. The client can decide whether
133 * an activity can be chosen and if so the caller of
142 * @param intent The intent for launching the chosen activity.
171 * Attribute for the activity.
173 private static final String ATTRIBUTE_ACTIVITY = "activity";
197 * The amount with which to inflate a chosen activity when set as default.
253 * The intent for which a activity i
424 getActivityIndex(ResolveInfo activity) argument
764 public final ComponentName activity; field in class:ActivityChooserModel.HistoricalRecord
[all...]
/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
H A DBaselineAlignmentZeroWidthAndWeightTest.java40 final Activity activity = getActivity();
41 mShowButton = (Button) activity.findViewById(R.id.show);
/frameworks/base/services/core/java/com/android/server/pm/
H A DPreferredActivity.java38 PreferredActivity(IntentFilter filter, int match, ComponentName[] set, ComponentName activity, argument
41 mPref = new PreferredComponent(this, match, set, activity, always);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DPickFragment.java84 final DocumentsActivity activity = DocumentsActivity.get(PickFragment.this);
85 activity.onPickRequested(mPickTarget);
92 final BaseActivity activity = BaseActivity.get(PickFragment.this);
93 activity.setResult(Activity.RESULT_CANCELED);
94 activity.finish();
/frameworks/base/core/java/android/accounts/
H A DAccountManager.java189 * be used to start the corresponding user interface activity.
892 * @param activity The {@link Activity} context to use for launching a new
902 * {@link #KEY_BOOLEAN_RESULT} if activity was specified and an account
903 * was removed or if active. If no activity was specified, the returned
906 * needs the activity launch. If an error occurred,
917 final Activity activity, AccountManagerCallback<Bundle> callback, Handler handler) {
919 return new AmsTask(activity, handler, callback) {
922 mService.removeAccount(mResponse, account, activity != null);
960 final Activity activity, AccountManagerCallback<Bundle> callback, Handler handler,
966 return new AmsTask(activity, handle
916 removeAccount(final Account account, final Activity activity, AccountManagerCallback<Bundle> callback, Handler handler) argument
959 removeAccountAsUser(final Account account, final Activity activity, AccountManagerCallback<Bundle> callback, Handler handler, final UserHandle userHandle) argument
1274 getAuthToken( final Account account, final String authTokenType, final Bundle options, final Activity activity, AccountManagerCallback<Bundle> callback, Handler handler) argument
1512 addAccount(final String accountType, final String authTokenType, final String[] requiredFeatures, final Bundle addAccountOptions, final Activity activity, AccountManagerCallback<Bundle> callback, Handler handler) argument
1536 addAccountAsUser(final String accountType, final String authTokenType, final String[] requiredFeatures, final Bundle addAccountOptions, final Activity activity, AccountManagerCallback<Bundle> callback, Handler handler, final UserHandle userHandle) argument
1702 confirmCredentials(final Account account, final Bundle options, final Activity activity, final AccountManagerCallback<Bundle> callback, final Handler handler) argument
1716 confirmCredentialsAsUser(final Account account, final Bundle options, final Activity activity, final AccountManagerCallback<Bundle> callback, final Handler handler, UserHandle userHandle) argument
1780 updateCredentials(final Account account, final String authTokenType, final Bundle options, final Activity activity, final AccountManagerCallback<Bundle> callback, final Handler handler) argument
1836 editProperties(final String accountType, final Activity activity, final AccountManagerCallback<Bundle> callback, final Handler handler) argument
1914 AmsTask(Activity activity, Handler handler, AccountManagerCallback<Bundle> callback) argument
2407 getAuthTokenByFeatures( final String accountType, final String authTokenType, final String[] features, final Activity activity, final Bundle addAccountOptions, final Bundle getAuthTokenOptions, final AccountManagerCallback<Bundle> callback, final Handler handler) argument
2707 startAddAccountSession( final String accountType, final String authTokenType, final String[] requiredFeatures, final Bundle options, final Activity activity, AccountManagerCallback<Bundle> callback, Handler handler) argument
2791 startUpdateCredentialsSession( final Account account, final String authTokenType, final Bundle options, final Activity activity, final AccountManagerCallback<Bundle> callback, final Handler handler) argument
2871 finishSession( final Bundle sessionBundle, final Activity activity, AccountManagerCallback<Bundle> callback, Handler handler) argument
2889 finishSessionAsUser( final Bundle sessionBundle, final Activity activity, final UserHandle userHandle, AccountManagerCallback<Bundle> callback, Handler handler) argument
[all...]
/frameworks/base/core/java/android/app/
H A DActivityThread.java159 * broadcasts, and other operations on it as the activity
192 // Details for pausing activity.
196 // Whether to invoke an activity callback after delivering new configuration.
243 // NOTE: The activity and window managers need to call in to
245 // which means this lock gets held while the activity and window managers
246 // holds their own lock. Thus you MUST NEVER call back into the activity manager
256 // Because we merge activity relaunch operations we can't depend on the ordering provided by
317 Activity activity; field in class:ActivityThread.ActivityClientRecord
368 if (activity != null) {
369 return activity
2389 registerOnActivityPausedListener(Activity activity, OnActivityPausedListener listener) argument
2401 unregisterOnActivityPausedListener(Activity activity, OnActivityPausedListener listener) argument
2655 createBaseContextForActivity(ActivityClientRecord r, final Activity activity) argument
3735 ActivityClientRecord activity; field in class:ActivityThread.StopInfo
[all...]
H A DLocalActivityManager.java55 Intent intent; // Which activity to run here.
56 ActivityInfo activityInfo; // Package manager info about activity.
57 Activity activity; // Currently instantiated activity. field in class:LocalActivityManager.LocalActivityRecord
60 int curState = RESTORED; // Current state the activity is in.
72 /** The containing activity that owns the activities we create. */
75 /** The activity that is currently resumed. */
84 /** True if only one activity can be resumed at a time */
103 * of one activity resumed
118 // Get the lastNonConfigurationInstance for the activity
[all...]
/frameworks/support/v4/java/android/support/v4/media/
H A DTransportMediator.java151 public TransportMediator(Activity activity, TransportPerformer callbacks) { argument
152 this(activity, null, callbacks);
159 private TransportMediator(Activity activity, View view, TransportPerformer callbacks) { argument
160 mContext = activity != null ? activity : view.getContext();
163 mView = activity != null ? activity.getWindow().getDecorView() : view;
337 * will also be automatically cleaned up when your activity/view is detached from
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintPreviewController.java64 public PrintPreviewController(PrintActivity activity, MutexFileProvider fileProvider) { argument
65 mActivity = activity;
66 mHandler = new MyHandler(activity.getMainLooper());
69 mPrintOptionsLayout = (PrintOptionsLayout) activity.findViewById(R.id.options_container);
70 mPageAdapter = new PageAdapter(activity, activity, this);
77 mRecyclerView = (RecyclerView) activity.findViewById(R.id.preview_content);
84 mContentView = (PrintContentView) activity.findViewById(R.id.options_content);
85 mEmbeddedContentContainer = (EmbeddedContentContainer) activity.findViewById(
/frameworks/base/packages/DocumentsUI/perf-tests/src/com/android/documentsui/
H A DFilesActivityPerfTest.java81 final BaseActivity activity = getActivity();
117 activity.addEventListener(listener);
121 activity.removeEventListener(listener);

Completed in 867 milliseconds

1234567891011>>