Searched defs:app (Results 151 - 175 of 858) sorted by path

1234567891011>>

/frameworks/base/core/java/android/app/usage/
H A DCacheQuotaHint.java17 package android.app.usage;
H A DCacheQuotaService.java17 package android.app.usage;
20 import android.app.Service;
21 import android.app.usage.ICacheQuotaService;
47 public static final String SERVICE_INTERFACE = "android.app.usage.CacheQuotaService";
H A DConfigurationStats.java16 package android.app.usage;
H A DExternalStorageStats.java17 package android.app.usage;
54 * multiuser device. This value does not include any app files which are all
66 * multiuser device. This value does not include any app files which are all
78 * multiuser device. This value does not include any app files which are all
86 * Return the total bytes used by app files in the shared/external storage
H A DNetworkStats.java17 package android.app.usage;
281 * Key of the bucket. Usually an app uid or one of the following special values:<p />
H A DNetworkStatsManager.java17 package android.app.usage;
23 import android.app.usage.NetworkStats.Bucket;
70 * calling app requires the permission {@link android.Manifest.permission#PACKAGE_USAGE_STATS},
83 * the above permission, even to access an app's own data usage, and carrier-privileged apps were
251 * @param uid UID of app
H A DStorageStats.java17 package android.app.usage;
37 * Return the size of app. This includes {@code APK} files, optimized
H A DStorageStatsManager.java17 package android.app.usage;
H A DTimeSparseArray.java17 package android.app.usage;
H A DUsageEvents.java16 package android.app.usage;
29 * A result returned from {@link android.app.usage.UsageStatsManager#queryEvents(long, long)}
30 * from which to read {@link android.app.usage.UsageEvents.Event} objects.
250 // Note there are other string fields too, but they're for app shortcuts and choosers,
311 * {@link #getNextEvent(android.app.usage.UsageEvents.Event)}.
320 * Retrieve the next {@link android.app.usage.UsageEvents.Event} from the collection and put the
323 * @param eventOut The {@link android.app.usage.UsageEvents.Event} object that will receive the
H A DUsageStats.java17 package android.app.usage;
25 * Contains usage statistics for an app package for a specific
104 * Get the beginning of the time range this {@link android.app.usage.UsageStats} represents,
114 * Get the end of the time range this {@link android.app.usage.UsageStats} represents,
H A DUsageStatsManager.java17 package android.app.usage;
227 * Returns whether the specified app is currently considered inactive. This will be true if the
228 * app hasn't been used directly or indirectly for a period of time defined by the system. This
230 * @param packageName The package name of the app to query
231 * @return whether the app is currently considered inactive
255 * Temporarily whitelist the specified app for a short duration. This is to allow an app
257 * even if the device is in power-save mode or the app is currently considered inactive.
258 * @param packageName The package name of the app to whitelist.
259 * @param duration Duration to whitelist the app fo
[all...]
H A DUsageStatsManagerInternal.java17 package android.app.usage;
70 * Reports that a content provider has been accessed by a foreground app.
83 * Returns true if the app has not been used for a certain amount of time. How much time?
87 * @param uidForAppId The uid of the app, which will be used for its app id
95 * are in the app idle state -- there are no associated apps that are not idle. This means
96 * all of the returned uids can be safely considered app idle.
101 * @return True if currently app idle parole mode is on. This means all idle apps are allow to
133 * @param obfuscateInstantApps whether instant app package names need to be obfuscated in the
/frameworks/base/core/java/android/content/pm/
H A DPackageManager.java34 import android.app.PackageDeleteObserver;
35 import android.app.PackageInstallObserver;
36 import android.app.admin.DevicePolicyManager;
37 import android.app.usage.StorageStatsManager;
458 * instant app. By default, instant app components are not matched.
648 * once the user has selected the app, should at that point also make it enabled.
678 * should be installed as forward locked, i.e. only the app itself should
740 * to install an update to an app where the newly installed app ha
4554 getResourcesForApplication(ApplicationInfo app) argument
5408 getPackageCurrentVolume(ApplicationInfo app) argument
5410 getPackageCandidateVolumes(ApplicationInfo app) argument
[all...]
/frameworks/base/core/java/android/hardware/location/
H A DContextHubManager.java65 * @param nanoAppHandle Handle (unique identifier) for app instance that sent the message.
86 * @param nanoAppHandle Handle (unique identifier) for app instance that sent the message.
125 * Load a nano app on a specified context hub.
128 * the nano app (probably) hasn't loaded yet. Assuming a return of 0
135 * @param hubHandle handle of context hub to load the app on.
136 * @param app the nanoApp to load on the hub
144 public int loadNanoApp(int hubHandle, NanoApp app) { argument
146 return mService.loadNanoApp(hubHandle, app);
156 * the nano app (probably) hasn't unloaded yet. Assuming a return of 0
177 * get information about the nano app instanc
[all...]
/frameworks/base/core/java/android/nfc/
H A DNfcActivityManager.java19 import android.app.Activity;
20 import android.app.Application;
59 final Application app; field in class:NfcActivityManager.NfcApplicationState
60 public NfcApplicationState(Application app) { argument
61 this.app = app;
66 this.app.registerActivityLifecycleCallbacks(NfcActivityManager.this);
72 this.app.unregisterActivityLifecycleCallbacks(NfcActivityManager.this);
74 Log.e(TAG, "-ve refcount for " + app);
79 NfcApplicationState findAppState(Application app) { argument
88 registerApplication(Application app) argument
97 unregisterApplication(Application app) argument
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DAccessibilityButtonChooserActivity.java16 package com.android.internal.app;
21 import android.app.Activity;
H A DAlertActivity.java17 package com.android.internal.app;
19 import android.app.Activity;
20 import android.app.Dialog;
H A DAlertController.java17 package com.android.internal.app;
24 import android.app.AlertDialog;
H A DAssistUtils.java17 package com.android.internal.app;
21 import android.app.SearchManager;
37 * {@link com.android.internal.app.IVoiceInteractionManagerService IVoiceInteractionManagerService}.
H A DChooserActivity.java17 package com.android.internal.app;
23 import android.app.Activity;
24 import android.app.usage.UsageStatsManager;
75 import com.android.internal.app.ResolverActivity.TargetInfo;
95 = "com.android.internal.app.ChooserActivity.EXTRA_PRIVATE_RETAIN_IN_ON_STOP";
470 Log.d(TAG, "position of selected app/service/caller is " +
486 // A score of 0 means the app hasn't been used in some time;
562 // Relative to the app package. Prepend the app package name.
1115 // Apply a decay so that the top app ca
[all...]
H A DConfirmUserCreationActivity.java17 package com.android.internal.app;
37 * an app. It has to do some checks to decide what kind of prompt the user should be shown.
H A DDisableCarModeActivity.java17 package com.android.internal.app;
19 import android.app.Activity;
20 import android.app.IUiModeManager;
21 import android.app.UiModeManager;
H A DDumpHeapActivity.java17 package com.android.internal.app;
19 import android.app.Activity;
20 import android.app.ActivityManager;
21 import android.app.AlertDialog;
H A DHeavyWeightSwitcherActivity.java17 package com.android.internal.app;
21 import android.app.Activity;
22 import android.app.ActivityManager;
48 /** Package of current heavy-weight app. */
52 /** Package of newly requested heavy-weight app. */

Completed in 722 milliseconds

1234567891011>>