Searched refs:activity (Results 201 - 225 of 340) sorted by relevance

1234567891011>>

/frameworks/base/services/core/java/com/android/server/search/
H A DSearchables.java91 * Look up, or construct, based on the activity.
96 * <li>The activity itself implements search. This is indicated by the
99 * <li>A related activity implements search. This is indicated by the
101 * The value is a string naming the activity implementing search. In this
109 * and every activity.
114 * @param activity The name of the current activity, or null if the
115 * activity does not define any explicit searchable metadata.
117 public SearchableInfo getSearchableInfo(ComponentName activity) { argument
121 result = mSearchablesMap.get(activity);
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DDetailsOverviewSharedElementHelper.java164 void setSharedElementEnterTransition(Activity activity, String sharedElementName, argument
166 if (activity == null && !TextUtils.isEmpty(sharedElementName) ||
167 activity != null && TextUtils.isEmpty(sharedElementName)) {
170 if (activity == mActivityToRunTransition &&
177 mActivityToRunTransition = activity;
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsActivity.java47 import com.android.systemui.recents.events.activity.CancelEnterRecentsWindowAnimationEvent;
48 import com.android.systemui.recents.events.activity.ConfigurationChangedEvent;
49 import com.android.systemui.recents.events.activity.DebugFlagsChangedEvent;
50 import com.android.systemui.recents.events.activity.DismissRecentsToHomeAnimationStarted;
51 import com.android.systemui.recents.events.activity.DockedFirstAnimationFrameEvent;
52 import com.android.systemui.recents.events.activity.DockedTopTaskEvent;
53 import com.android.systemui.recents.events.activity.EnterRecentsWindowAnimationCompletedEvent;
54 import com.android.systemui.recents.events.activity.EnterRecentsWindowLastAnimationFrameEvent;
55 import com.android.systemui.recents.events.activity.ExitRecentsWindowFirstAnimationFrameEvent;
56 import com.android.systemui.recents.events.activity
[all...]
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DDocumentsActivity.java100 // We set the activity title in AsyncTask.onPostExecute().
446 public LoadLastUsedStackTask(DocumentsActivity activity) { argument
447 super(activity);
448 mState = activity.mState;
503 public PickFinishTask(DocumentsActivity activity, Uri uri) { argument
504 super(activity);
523 public ExistingFinishTask(DocumentsActivity activity, Uri... uris) { argument
524 super(activity);
547 public CreateFinishTask(DocumentsActivity activity, String mimeType, String displayName) { argument
548 super(activity);
[all...]
/frameworks/base/media/mca/samples/CameraEffectsRecordingSample/
H A DAndroid.mk16 # Build activity
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawer/
H A DSettingsDrawerAdapter.java36 public SettingsDrawerAdapter(SettingsDrawerActivity activity) { argument
37 mActivity = activity;
/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DUiBot.java136 * Chooses a given activity to handle an Intent, using the "Just Once" button.
138 * @param name name of the activity as displayed in the UI (typically the value set by
143 // First check if the activity is the default option.
150 Log.v(TAG, "Found activity " + name + ", it's the default action");
160 // activity list is displayed but calling scrollForwad() (or even isScrollable())
165 UiObject activity = getVisibleObject(name);
167 click(activity, name);
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbDebuggingActivity.java86 public UsbDisconnectedReceiver(Activity activity) { argument
87 mActivity = activity;
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGetBitmapSurfaceViewActivity.java95 public static void setCameraDisplayOrientation(Activity activity, argument
99 int rotation = activity.getWindowManager().getDefaultDisplay()
/frameworks/compile/libbcc/tests/debuginfo/
H A Dbuild_test_apk.sh84 --activity)
135 echo " --activity <name> Name for your default Activity class"
154 # Compute activity, appname, and java package, if not specified via parameters
168 run $SDK/tools/android create project --target $TARGET --name $NAME --path $OUT_DIR --activity $ACTIVITY --package $PACKAGE
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DDcTrackerMock.java165 public void sendStartNetStatPoll(DctConstants.Activity activity) { argument
169 public void sendStopNetStatPoll(DctConstants.Activity activity) { argument
/frameworks/support/percent/tests/java/android/support/percent/
H A DPercentRelativeTest.java69 final TestRelativeActivity activity = mActivityTestRule.getActivity();
70 mPercentRelativeLayout = (PercentRelativeLayout) activity.findViewById(R.id.container);
/frameworks/support/v7/appcompat/tests/src/android/support/v7/testutils/
H A DTestUtils.java190 public static void waitForActivityDestroyed(BaseTestActivity activity) { argument
191 while (!activity.isDestroyed()) {
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DIntentSenderTest.java17 package android.app.activity;
H A DLocalReceiver.java17 package android.app.activity;
H A DSubActivityTest.java17 package android.app.activity;
/frameworks/base/core/java/android/app/
H A DDialogFragment.java33 * activity's window. This fragment contains a Dialog object, which it
104 * <p>The activity creating this fragment may have the following methods to
108 * activity}
220 * the activity.
340 * its activity).
458 // after the activity is paused. Worst case, when the user comes
459 // back to the activity they see the dialog again.
480 final Activity activity = getActivity();
481 if (activity != null) {
482 mDialog.setOwnerActivity(activity);
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/views/
H A DRecentsTvView.java35 import com.android.systemui.recents.events.activity.CancelEnterRecentsWindowAnimationEvent;
36 import com.android.systemui.recents.events.activity.DismissRecentsToHomeAnimationStarted;
37 import com.android.systemui.recents.events.activity.LaunchTvTaskEvent;
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityMetricsLogger.java97 * activity.
104 * Notifies the tracker that the activity is actually launching.
108 * @param launchedActivity the activity that is being launched
120 // We consider this a "process switch" if the process of the activity that gets launched
121 // didn't have an activity that was in started state. In this case, we assume that lot
133 final ActivityRecord activity = activities.get(i);
134 if (launchedActivity == activity) {
137 if (!activity.stopped) {
145 * Notifies the tracker the the activity is actually launching.
149 * @param componentName the component name of the activity bein
[all...]
H A DAppNotRespondingDialog.java55 ProcessRecord app, ActivityRecord activity, boolean aboveSystem) {
65 CharSequence name1 = activity != null
66 ? activity.info.loadLabel(context.getPackageManager())
54 AppNotRespondingDialog(ActivityManagerService service, Context context, ProcessRecord app, ActivityRecord activity, boolean aboveSystem) argument
H A DAppErrors.java506 * @param activity The activity associated with the crash, if known.
514 int condition, String activity, String shortMsg, String longMsg, String stackTrace) {
521 report.tag = activity;
566 report.anrInfo.activity = r.notRespondingReport.tag;
639 // with a home activity running in the process to prevent a repeatedly crashing app
721 final void appNotResponding(ProcessRecord app, ActivityRecord activity, argument
808 if (activity != null && activity.shortComponentName != null) {
809 info.append(" (").append(activity
513 generateProcessError(ProcessRecord app, int condition, String activity, String shortMsg, String longMsg, String stackTrace) argument
904 makeAppNotRespondingLocked(ProcessRecord app, String activity, String shortMsg, String longMsg) argument
[all...]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DMffContext.java42 * typically called when the application activity is paused and resumed. This will take care of
43 * halting any processing in the context, and releasing resources while the activity is paused.
445 // If we have an activity for this context we'll add the SurfaceView to it (as a 1x1 view
447 Activity activity = findActivityForContext(context);
448 if (activity != null) {
450 activity.addContentView(dummySurfaceView, params);
452 Log.w("MffContext", "Could not find activity for dummy surface! Consider specifying "
/frameworks/support/v4/java/android/support/v4/app/
H A DDialogFragment.java129 * the activity.
241 * its activity).
367 // after the activity is paused. Worst case, when the user comes
368 // back to the activity they see the dialog again.
389 final Activity activity = getActivity();
390 if (activity != null) {
391 mDialog.setOwnerActivity(activity);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DRecentsTransitionHelper.java45 import com.android.systemui.recents.events.activity.CancelEnterRecentsWindowAnimationEvent;
46 import com.android.systemui.recents.events.activity.ExitRecentsWindowFirstAnimationFrameEvent;
47 import com.android.systemui.recents.events.activity.LaunchTaskFailedEvent;
48 import com.android.systemui.recents.events.activity.LaunchTaskStartedEvent;
49 import com.android.systemui.recents.events.activity.LaunchTaskSucceededEvent;
193 * Starts the activity for the launch task.
/frameworks/base/core/java/android/print/
H A DPrintManager.java85 * PrintAttributes)} from an activity which results in bringing up the system print
153 * The action for launching the print dialog activity.
483 * your activity is finished. The rationale is that once the activity that
485 * state as it may depend on the UI presented by the activity.
500 * activity has to be recreated and the old adapter may be invalid in this context,
501 * hence a new adapter instance is required. As a consequence, if your activity
503 * state that you were printing and call this method again when your activity
525 throw new IllegalStateException("Can print only from an activity");
548 Log.e(LOG_TAG, "Couldn't start print job config activity
779 PrintDocumentAdapterDelegate(Activity activity, PrintDocumentAdapter documentAdapter) argument
911 onActivityPaused(Activity activity) argument
916 onActivityCreated(Activity activity, Bundle savedInstanceState) argument
921 onActivityStarted(Activity activity) argument
926 onActivityResumed(Activity activity) argument
931 onActivityStopped(Activity activity) argument
936 onActivitySaveInstanceState(Activity activity, Bundle outState) argument
941 onActivityDestroyed(Activity activity) argument
[all...]

Completed in 794 milliseconds

1234567891011>>