Searched defs:app (Results 1 - 25 of 410) sorted by path

1234567891011>>

/frameworks/base/core/java/android/app/
H A DActionBar.java17 package android.app;
62 * an Activity's content view, an app can use the standard system action bar on older platform
78 * android.app.Activity#getActionBar getActionBar()}.</p>
483 * level up rather than to the top level of the app.
610 * {@sample development/samples/ApiDemos/src/com/example/android/apis/app/FragmentTabs.java
1379 * version of the SDK an app can end up statically linking to the new MarginLayoutParams
H A DActivity.java17 package android.app;
35 import com.android.internal.app.IVoiceInteractor;
36 import com.android.internal.app.WindowDecorActionBar;
37 import com.android.internal.app.ToolbarActionBar;
40 import android.app.admin.DevicePolicyManager;
41 import android.app.assist.AssistContent;
222 * to {@link android.app.Activity#onCreate} through to a single final call
223 * to {@link android.app.Activity#onDestroy}. An activity will do all setup
230 * {@link android.app.Activity#onStart} until a corresponding call to
231 * {@link android.app
[all...]
H A DActivityGroup.java17 package android.app;
H A DActivityManager.java17 package android.app;
32 import com.android.internal.app.ProcessStats;
89 public static final String META_HOME_ALTERNATE = "android.app.home.alternate";
178 * app switches are temporarily canceled to ensure the user's last request
199 * Flag for IActivityManaqer.startActivity: launch the app for
206 * Flag for IActivityManaqer.startActivity: launch the app for
544 * Return the default limit on the number of recents that an app can make.
552 * Return the maximum limit on the number of recents that an app can make.
862 * {@link Activity#setTaskDescription(android.app.ActivityManager.TaskDescription)}.
1229 * @return Returns the task id of the newly added app tas
[all...]
H A DActivityManagerInternal.java17 package android.app;
H A DActivityManagerNative.java17 package android.app;
19 import android.app.ActivityManager.StackInfo;
20 import android.app.assist.AssistContent;
21 import android.app.assist.AssistStructure;
54 import com.android.internal.app.IVoiceInteractor;
150 IApplicationThread app = ApplicationThreadNative.asInterface(b);
162 int result = startActivity(app, callingPackage, intent, resolvedType,
173 IApplicationThread app = ApplicationThreadNative.asInterface(b);
186 int result = startActivityAsUser(app, callingPackage, intent, resolvedType,
197 IApplicationThread app
2976 releaseSomeActivities(IApplicationThread app) argument
3093 attachApplication(IApplicationThread app) argument
3834 bindBackupAgent(ApplicationInfo app, int backupRestoreMode) argument
3869 unbindBackupAgent(ApplicationInfo app) argument
4417 handleApplicationCrash(IBinder app, ApplicationErrorReport.CrashInfo crashInfo) argument
4431 handleApplicationWtf(IBinder app, String tag, boolean system, ApplicationErrorReport.CrashInfo crashInfo) argument
4449 handleApplicationStrictModeViolation(IBinder app, int violationMask, StrictMode.ViolationInfo info) argument
[all...]
H A DActivityOptions.java17 package android.app;
44 * the total time (in ms) the user spent in the app flow.
50 * detailed information about the time spent in each package associated with the app;
919 * Ask the the system track that time the user spends in the app being launched, and
929 * which launches their email app in a new task, and they complete the share, the
936 * app. Simply going in to these navigation elements does not break the flow (although
H A DActivityThread.java17 package android.app;
19 import android.app.assist.AssistContent;
20 import android.app.assist.AssistStructure;
21 import android.app.backup.BackupAgent;
103 import com.android.internal.app.IVoiceInteractor;
699 public final void scheduleCreateBackupAgent(ApplicationInfo app, argument
702 d.appInfo = app;
709 public final void scheduleDestroyBackupAgent(ApplicationInfo app, argument
712 d.appInfo = app;
2334 Application app
[all...]
H A DActivityTransitionCoordinator.java16 package android.app;
H A DActivityTransitionState.java16 package android.app;
71 * {@link android.app.Activity#finishAfterTransition()}.
H A DActivityView.java17 package android.app;
19 import static android.app.ActivityManager.START_CANCELED;
H A DAlarmManager.java17 package android.app;
112 "android.app.action.NEXT_ALARM_CLOCK_CHANGED";
573 * sound so the user is aware of it. When the alarm is dispatched, the app will also be
578 * of the device when idle (and thus cause significant battery blame to the app scheduling
587 * out of order with any other alarms, even those from the same app. This will clearly happen
589 * from the app will be held until later), but may also happen even when not idle.</p>
591 * <p>Regardless of the app's target SDK version, this call always allows batching of the
625 * sound so the user is aware of it. When the alarm is dispatched, the app will also be
630 * of the device when idle (and thus cause significant battery blame to the app scheduling
639 * out of order with any other alarms, even those from the same app
[all...]
H A DAlertDialog.java17 package android.app;
19 import com.android.internal.app.AlertController;
H A DAliasActivity.java17 package android.app;
40 * component an entry named "android.app.alias". It is a reference to an XML
50 public final String ALIAS_META_DATA = "android.app.alias";
H A DAppGlobals.java17 package android.app;
H A DAppImportanceMonitor.java17 package android.app;
95 ActivityManager.RunningAppProcessInfo app = apps.get(i);
96 updateImportanceLocked(app.uid, app.pid, app.importance, false);
110 * Report when an app's importance changed. Called on looper given to constructor.
H A DAppOpsManager.java17 package android.app;
21 import android.app.usage.UsageStatsManager;
34 import com.android.internal.app.IAppOpsCallback;
35 import com.android.internal.app.IAppOpsService;
88 * <em>silently fail</em> (it should not cause the app to crash).
110 // - add the op to the appropriate template in AppOpsState.OpsTemplate (settings app)
212 /** @hide Received the assist structure from an app. */
254 /** Access to {@link android.app.usage.UsageStatsManager}. */
836 * when resetting all app preferences. Disable reset for
837 * app op
[all...]
H A DApplication.java17 package android.app;
H A DApplicationErrorReport.java17 package android.app;
117 * Set if the app is on the system image.
187 // if the error app is on the system image, look for system apps
H A DApplicationLoaders.java17 package android.app;
H A DApplicationPackageManager.java17 package android.app;
846 + ": app scale=" + r.getCompatibilityInfo().applicationScale
1026 public Resources getResourcesForApplication(@NonNull ApplicationInfo app) argument
1028 if (app.packageName.equals("system")) {
1031 final boolean sameUid = (app.uid == Process.myUid());
1033 sameUid ? app.sourceDir : app.publicSourceDir,
1034 sameUid ? app.splitSourceDirs : app.splitPublicSourceDirs,
1035 app
1588 getPackageCurrentVolume(ApplicationInfo app) argument
1600 getPackageCandidateVolumes(ApplicationInfo app) argument
1613 isPackageCandidateVolume(ApplicationInfo app, VolumeInfo vol) argument
[all...]
H A DApplicationThreadNative.java17 package android.app;
41 import com.android.internal.app.IVoiceInteractor;
896 public final void scheduleCreateBackupAgent(ApplicationInfo app, argument
900 app.writeToParcel(data, 0);
908 public final void scheduleDestroyBackupAgent(ApplicationInfo app, argument
912 app.writeToParcel(data, 0);
H A DBackStackRecord.java17 package android.app;
955 * in {@link #setNameOverrides(android.app.BackStackRecord.TransitionState, java.util.ArrayList,
H A DBroadcastOptions.java17 package android.app;
33 * How long to temporarily put an app on the power whitelist when executing this broadcast
H A DContextImpl.java17 package android.app;
416 // Common-path handling of app data dir creation
421 // spurious failure; probably racing with another process for this app
1854 // processes. For purposes of app ops, we must then consider the context as
1856 // the package+uid verifications in app ops will fail.

Completed in 1070 milliseconds

1234567891011>>