Searched refs:apps (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/services/java/com/android/server/am/
H A DIntentBindRecord.java35 /** All apps that have bound to this Intent. */
36 final HashMap<ProcessRecord, AppBindRecord> apps field in class:IntentBindRecord
65 if (apps.size() > 0) {
66 Iterator<AppBindRecord> it = apps.values().iterator();
84 if (apps.size() > 0) {
85 for (AppBindRecord app : apps.values()) {
H A DBatteryStatsService.java509 List<ApplicationInfo> apps = mContext.getPackageManager().getInstalledApplications(0);
511 mStats.dumpCheckinLocked(pw, args, apps);
H A DServiceRecord.java314 AppBindRecord a = i.apps.get(app);
319 i.apps.put(app, a);
H A DActiveServices.java534 + " apps=" + b.intent.apps.size()
551 if (b.intent.apps.size() == 1 && b.intent.doRebind) {
649 + " at " + b + ": apps="
650 + (b != null ? b.apps.size() : 0));
654 if (b.apps.size() > 0 && !inStopping) {
823 if ((!i.requested || rebind) && i.apps.size() > 0) {
1338 b.intent.apps.remove(b.client);
1344 if (s.app != null && s.app.thread != null && b.intent.apps.size() == 0
H A DActivityManagerService.java228 // How long to wait after going idle before forcing apps to GC.
234 // The rate at which we check for apps using excessive power -- 15 mins.
1649 // We need to tell all apps about the system property change.
1652 for (SparseArray<ProcessRecord> apps : mProcessNames.getMap().values()) {
1653 final int NA = apps.size();
1655 ProcessRecord app = apps.valueAt(ia);
1862 // apps, then skip over that many that are currently hidden.
2115 // Also turn on CheckJNI for debuggable apps. It's quite
2295 // We don't allow third party apps to replace this.
3139 // We'll take the stack crawls of just the top apps usin
[all...]
/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
H A DSmokeTestRunner.java48 final List<ResolveInfo> apps = ProcessErrorsTest.getLauncherActivities(pm);
68 for (final ResolveInfo app : apps) {
/frameworks/ex/common/
H A DAndroid.mk32 # we can't build the test for apps only build, because android.test.runner is not unbundled yet.
/frameworks/support/v7/
H A DAndroid.mk29 # Here is the final static library that apps can link against.
/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
H A DMemoryUsageTest.java46 * apps - A list of applications to start and their corresponding result keys
48 * -e apps <app name>^<result key>|<app name>^<result key>
59 private static final String KEY_APPS = "apps";
102 Log.e(TAG, "The apps key is incorectly formatted");
120 Log.i(TAG, "Could not find any apps");
245 List<RunningAppProcessInfo> apps = am.getRunningAppProcesses();
247 for (RunningAppProcessInfo proc : apps) {
/frameworks/support/v4/
H A DAndroid.mk101 # Here is the final static library that apps can link against.
/frameworks/base/core/java/android/os/
H A DBatteryStats.java2239 public void dumpCheckinLocked(PrintWriter pw, String[] args, List<ApplicationInfo> apps) { argument
2251 if (apps != null) {
2253 for (int i=0; i<apps.size(); i++) {
2254 ApplicationInfo ai = apps.get(i);
/frameworks/base/services/java/com/android/server/net/
H A DNetworkStatsService.java1094 final List<ApplicationInfo> apps = mContext.getPackageManager().getInstalledApplications(
1096 for (ApplicationInfo app : apps) {
H A DNetworkPolicyManagerService.java1051 // restrict apps, so push really high quota.
1054 // snoozing past quota, but we still need to restrict apps,
1771 final List<ApplicationInfo> apps = pm.getInstalledApplications(
1775 for (ApplicationInfo app : apps) {
1787 // allow rules on specific system services, and any apps
/frameworks/base/services/java/com/android/server/
H A DBackupManagerService.java247 // A similar synchronization mechanism around clearing apps' data for restore
432 // Keep a log of all the apps we've ever backed up, and what the
947 // Keep a log of what apps we've ever backed up. Because we might have
1407 // Look for apps that define the android:backupAgent attribute
2417 // Exclude system apps if we've been asked to do so
2736 // Forward-locked apps, system-bundled .apks, etc are filtered out before we get here
3271 // apps with their own backup agents are
3868 // first: apps/shared/unrecognized
3880 // strip the apps/ prefix
4092 // Allow unsigned apps, bu
[all...]

Completed in 818 milliseconds