Searched defs:app (Results 1 - 25 of 320) 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
1374 * version of the SDK an app can end up statically linking to the new MarginLayoutParams
H A DActivity.java17 package android.app;
27 import com.android.internal.app.IVoiceInteractor;
28 import com.android.internal.app.WindowDecorActionBar;
29 import com.android.internal.app.ToolbarActionBar;
35 import android.app.admin.DevicePolicyManager;
212 * to {@link android.app.Activity#onCreate} through to a single final call
213 * to {@link android.app.Activity#onDestroy}. An activity will do all setup
220 * {@link android.app.Activity#onStart} until a corresponding call to
221 * {@link android.app.Activity#onStop}. During this time the user can see the
232 * {@link android.app
[all...]
H A DActivityGroup.java17 package android.app;
H A DActivityManager.java17 package android.app;
29 import com.android.internal.app.ProcessStats;
86 public static final String META_HOME_ALTERNATE = "android.app.home.alternate";
168 * app switches are temporarily canceled to ensure the user's last request
189 * Flag for IActivityManaqer.startActivity: launch the app for
196 * Flag for IActivityManaqer.startActivity: launch the app for
494 * Return the default limit on the number of recents that an app can make.
502 * Return the maximum limit on the number of recents that an app can make.
812 * {@link Activity#setTaskDescription(android.app.ActivityManager.TaskDescription)}.
1156 * @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.ProfilerInfo;
53 import com.android.internal.app.IVoiceInteractor;
128 IApplicationThread app = ApplicationThreadNative.asInterface(b);
140 int result = startActivity(app, callingPackage, intent, resolvedType,
151 IApplicationThread app = ApplicationThreadNative.asInterface(b);
164 int result = startActivityAsUser(app, callingPackage, intent, resolvedType,
175 IApplicationThread app = ApplicationThreadNative.asInterface(b);
188 int result = startActivityAsCaller(app, callingPackag
2711 releaseSomeActivities(IApplicationThread app) argument
2825 attachApplication(IApplicationThread app) argument
3547 bindBackupAgent(ApplicationInfo app, int backupRestoreMode) argument
3582 unbindBackupAgent(ApplicationInfo app) argument
4092 handleApplicationCrash(IBinder app, ApplicationErrorReport.CrashInfo crashInfo) argument
4106 handleApplicationWtf(IBinder app, String tag, boolean system, ApplicationErrorReport.CrashInfo crashInfo) argument
4124 handleApplicationStrictModeViolation(IBinder app, int violationMask, StrictMode.ViolationInfo info) argument
[all...]
H A DActivityOptions.java17 package android.app;
H A DActivityThread.java17 package android.app;
19 import android.app.backup.BackupAgent;
96 import com.android.internal.app.IVoiceInteractor;
671 public final void scheduleCreateBackupAgent(ApplicationInfo app, argument
674 d.appInfo = app;
681 public final void scheduleDestroyBackupAgent(ApplicationInfo app, argument
684 d.appInfo = app;
2216 Application app = r.packageInfo.makeApplication(false, mInstrumentation);
2220 TAG, r + ": app=" + 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;
H A DAlarmManager.java17 package android.app;
112 "android.app.action.NEXT_ALARM_CLOCK_CHANGED";
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;
97 ActivityManager.RunningAppProcessInfo app = apps.get(i);
98 updateImportanceLocked(app.uid, app.pid, app.importance, false);
112 * Report when an app's importance changed. Called on looper given to constructor.
H A DAppOpsManager.java17 package android.app;
20 import android.app.usage.UsageStatsManager;
32 import com.android.internal.app.IAppOpsCallback;
33 import com.android.internal.app.IAppOpsService;
86 * <em>silently fail</em> (it should not cause the app to crash).
108 // - add the op to the appropriate template in AppOpsState.OpsTemplate (settings app)
223 /** Access to {@link android.app.usage.UsageStatsManager}. */
621 * when resetting all app preferences. Disable reset for
622 * app ops that are under strong control of some part of the
624 * for whichever app i
[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.
177 // 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;
749 + ": app scale=" + r.getCompatibilityInfo().applicationScale
924 ApplicationInfo app) throws NameNotFoundException {
925 if (app.packageName.equals("system")) {
928 final boolean sameUid = (app.uid == Process.myUid());
930 sameUid ? app.sourceDir : app.publicSourceDir,
931 sameUid ? app.splitSourceDirs : app.splitPublicSourceDirs,
932 app
923 getResourcesForApplication( ApplicationInfo app) argument
[all...]
H A DApplicationThreadNative.java17 package android.app;
38 import com.android.internal.app.IVoiceInteractor;
862 public final void scheduleCreateBackupAgent(ApplicationInfo app, argument
866 app.writeToParcel(data, 0);
874 public final void scheduleDestroyBackupAgent(ApplicationInfo app, argument
878 app.writeToParcel(data, 0);
H A DBackStackRecord.java17 package android.app;
995 * in {@link #setNameOverrides(android.app.BackStackRecord.TransitionState, java.util.ArrayList,
H A DContextImpl.java17 package android.app;
19 import android.app.usage.IUsageStatsManager;
20 import android.app.usage.UsageStatsManager;
144 import android.app.admin.DevicePolicyManager;
145 import android.app.job.IJobScheduler;
146 import android.app.trust.TrustManager;
149 import com.android.internal.app.IAppOpsService;
987 // Common-path handling of app data dir creation
992 // spurious failure; probably racing with another process for this app
2277 // processes. For purposes of app op
[all...]
H A DDatePickerDialog.java17 package android.app;

Completed in 2159 milliseconds

1234567891011>>