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

1234567891011>>

/frameworks/base/core/java/android/app/
H A DActionBar.java17 package android.app;
63 * an Activity's content view, an app can use the standard system action bar on older platform
79 * android.app.Activity#getActionBar getActionBar()}.</p>
491 * level up rather than to the top level of the app.
620 * {@sample development/samples/ApiDemos/src/com/example/android/apis/app/FragmentTabs.java
1413 * version of the SDK an app can end up statically linking to the new MarginLayoutParams
H A DActivity.java17 package android.app;
34 import android.app.VoiceInteractor.Request;
35 import android.app.admin.DevicePolicyManager;
36 import android.app.assist.AssistContent;
124 import com.android.internal.app.IVoiceInteractor;
125 import com.android.internal.app.ToolbarActionBar;
126 import com.android.internal.app.WindowDecorActionBar;
245 * to {@link android.app.Activity#onCreate} through to a single final call
246 * to {@link android.app.Activity#onDestroy}. An activity will do all setup
253 * {@link android.app
[all...]
H A DActivityGroup.java17 package android.app;
H A DActivityManager.java17 package android.app;
39 import com.android.internal.app.procstats.ProcessStats;
97 * your app. These methods are called out as such in
105 * For instance, {@link android.app.ActivityManager#isLowRamDevice() isLowRamDevice()}
106 * enables your app to detect whether it is running on a low-memory device,
108 * {@link android.app.ActivityManager#clearApplicationUserData() clearApplicationUserData()}
113 * In some special use cases, where an app interacts with
114 * its Task stack, the app may use the
115 * {@link android.app.ActivityManager.AppTask} and
116 * {@link android.app
[all...]
H A DActivityManagerInternal.java17 package android.app;
31 import com.android.internal.app.IVoiceInteractor;
58 * app windows were drawn
75 * Grant Uri permissions from one app to another. This method only extends
82 * Verify that calling app has access to the given provider.
134 * app transition;
138 * @param timestamp The time at which the app transition started in
144 * Callback for window manager to let activity manager know that the app transition was
150 * Callback for window manager to let activity manager know that the app transition is finished.
184 * Update information about which app ID
[all...]
H A DActivityManagerNative.java17 package android.app;
H A DActivityOptions.java17 package android.app;
19 import static android.app.ActivityManager.DOCKED_STACK_CREATE_MODE_TOP_OR_LEFT;
20 import static android.app.ActivityManager.StackId.INVALID_STACK_ID;
60 * the total time (in ms) the user spent in the app flow.
66 * detailed information about the time spent in each package associated with the app;
155 * Descriptions of app transition animations to be played during the activity launch.
1047 * An app can launch activities on public displays or private displays that are owned by the app
1048 * or where an app already has activities. Otherwise, trying to launch on a private display
1296 * Ask the the system track that time the user spends in the app bein
[all...]
H A DActivityThread.java17 package android.app;
23 import android.app.assist.AssistContent;
24 import android.app.assist.AssistStructure;
25 import android.app.backup.BackupAgent;
121 import com.android.internal.app.IVoiceInteractor;
822 public final void scheduleCreateBackupAgent(ApplicationInfo app, argument
825 d.appInfo = app;
832 public final void scheduleDestroyBackupAgent(ApplicationInfo app, argument
835 d.appInfo = app;
2725 Application app
[all...]
H A DActivityTransitionCoordinator.java16 package android.app;
H A DActivityTransitionState.java16 package android.app;
73 * {@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;
129 "android.app.action.NEXT_ALARM_CLOCK_CHANGED";
241 // Now deliver it to the app
246 // but continue to allow the exception to crash the app.
788 * sound so the user is aware of it. When the alarm is dispatched, the app will also be
793 * of the device when idle (and thus cause significant battery blame to the app scheduling
802 * out of order with any other alarms, even those from the same app. This will clearly happen
804 * from the app will be held until later), but may also happen even when not idle.</p>
806 * <p>Regardless of the app's target SDK version, this call always allows batching of the
840 * sound so the user is aware of it. When the alarm is dispatched, the app wil
[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 DAppOpsManager.java17 package android.app;
23 import android.app.usage.UsageStatsManager;
36 import com.android.internal.app.IAppOpsCallback;
37 import com.android.internal.app.IAppOpsService;
89 * <em>silently fail</em> (it should not cause the app to crash).
111 // - add the op to the appropriate template in AppOpsState.OpsTemplate (settings app)
213 /** @hide Received the assist structure from an app. */
251 /** @hide Instant app start foreground service. */
269 /** Access to {@link android.app.usage.UsageStatsManager}. */
962 * when resetting all app preference
[all...]
H A DApplication.java17 package android.app;
H A DApplicationErrorReport.java17 package android.app;
118 * Set if the app is on the system image.
188 // 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;
1140 + ": app scale=" + r.getCompatibilityInfo().applicationScale
1358 public Resources getResourcesForApplication(@NonNull ApplicationInfo app) argument
1360 if (app.packageName.equals("system")) {
1363 final boolean sameUid = (app.uid == Process.myUid());
1365 sameUid ? app.sourceDir : app.publicSourceDir,
1366 sameUid ? app.splitSourceDirs : app.splitPublicSourceDirs,
1367 app
1911 getPackageCurrentVolume(ApplicationInfo app) argument
1917 getPackageCurrentVolume(ApplicationInfo app, StorageManager storage) argument
1929 getPackageCandidateVolumes(ApplicationInfo app) argument
1935 getPackageCandidateVolumes(ApplicationInfo app, StorageManager storageManager, IPackageManager pm) argument
1961 isPackageCandidateVolume( ContextImpl context, ApplicationInfo app, VolumeInfo vol, IPackageManager pm) argument
[all...]
H A DApplicationThreadConstants.java17 package android.app;
H A DAuthenticationRequiredException.java17 package android.app;
H A DAutomaticZenRule.java17 package android.app;
19 import android.app.NotificationManager.InterruptionFilter;
H A DBackStackRecord.java17 package android.app;
693 * Implementation of {@link android.app.FragmentManagerImpl.OpGenerator}.
H A DBroadcastOptions.java17 package android.app;
37 * How long to temporarily put an app on the power whitelist when executing this broadcast
92 * them. This only applies to receivers declared in the app's AndroidManifest.xml.
110 * them. This only applies to receivers declared in the app's AndroidManifest.xml.

Completed in 271 milliseconds

1234567891011>>