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

/frameworks/base/services/java/com/android/server/am/
H A DIntentBindRecord.java34 /** All apps that have bound to this Intent. */
35 final HashMap<ProcessRecord, AppBindRecord> apps field in class:IntentBindRecord
64 if (apps.size() > 0) {
65 Iterator<AppBindRecord> it = apps.values().iterator();
H A DBatteryStatsService.java509 List<ApplicationInfo> apps = mContext.getPackageManager().getInstalledApplications(0);
511 mStats.dumpCheckinLocked(pw, args, apps);
H A DServiceRecord.java310 AppBindRecord a = i.apps.get(app);
315 i.apps.put(app, a);
H A DActivityManagerService.java223 // How long to wait after going idle before forcing apps to GC.
229 // The rate at which we check for apps using excessive power -- 15 mins.
1586 // We need to tell all apps about the system property change.
1589 for (SparseArray<ProcessRecord> apps : mProcessNames.getMap().values()) {
1590 final int NA = apps.size();
1592 ProcessRecord app = apps.valueAt(ia);
1802 // apps, then skip over that many that are currently hidden.
2032 // Also turn on CheckJNI for debuggable apps. It's quite
2189 // We don't allow third party apps to replace this.
3089 // 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/support/v4/
H A DAndroid.mk92 # Here is the final static library that apps can link against.
/frameworks/base/core/java/android/os/
H A DBatteryStats.java2164 public void dumpCheckinLocked(PrintWriter pw, String[] args, List<ApplicationInfo> apps) { argument
2176 if (apps != null) {
2178 for (int i=0; i<apps.size(); i++) {
2179 ApplicationInfo ai = apps.get(i);
/frameworks/base/services/java/com/android/server/net/
H A DNetworkPolicyManagerService.java1006 // restrict apps, so push really high quota.
1009 // snoozing past quota, but we still need to restrict apps,
1584 fout.println("Policy for apps:");
1698 final List<ApplicationInfo> apps = pm.getInstalledApplications(0);
1699 for (ApplicationInfo app : apps) {
1717 // allow rules on specific system services, and any apps
/frameworks/base/services/java/com/android/server/
H A DBackupManagerService.java245 // A similar synchronization mechanism around clearing apps' data for restore
430 // Keep a log of all the apps we've ever backed up, and what the
944 // Keep a log of what apps we've ever backed up. Because we might have
1404 // Look for apps that define the android:backupAgent attribute
2413 // Exclude system apps if we've been asked to do so
2717 // Forward-locked apps, system-bundled .apks, etc are filtered out before we get here
3248 // apps with their own backup agents are
3837 // first: apps/shared/unrecognized
3849 // strip the apps/ prefix
4061 // Allow unsigned apps, bu
[all...]

Completed in 782 milliseconds