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

/frameworks/base/tools/localize/
H A DPerforce_test.cpp17 vector<string> apps; local
18 apps.push_back("apps/common");
19 apps.push_back("apps/Contacts");
20 int err = Perforce::GetResourceFileNames("43019", "//device", apps, &results, true);
27 if (results[0] != "//device/apps/common/res/values/strings.xml") {
30 if (results[1] != "//device/apps/Contacts/res/values/strings.xml") {
H A DPerforce.h14 const vector<string>& apps, vector<string>* result,
H A Dlocalize.h23 vector<string> apps; member in struct:Settings
H A DPerforce.cpp100 const vector<string>& apps, vector<string>* results,
109 const size_t I = apps.size();
111 cmd << " \"" << base << '/' << apps[i] << "/res/values/strings.xml@" << version << '"';
99 GetResourceFileNames(const string& version, const string& base, const vector<string>& apps, vector<string>* results, bool printOnFailure) argument
H A Dlocalize_test.cpp138 for (vector<string>::const_iterator app=setting.apps.begin();
139 app!=setting.apps.end(); app++) {
140 printf(" apps[%02d]='%s'\n", i, app->c_str());
H A Dlocalize.cpp72 settings.apps.push_back(dir);
246 setting.apps, &resFiles, true);
/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.java302 AppBindRecord a = i.apps.get(app);
307 i.apps.put(app, a);
H A DActivityManagerService.java206 // How long to wait after going idle before forcing apps to GC.
212 // The rate at which we check for apps using excessive power -- 15 mins.
1736 // apps, then skip over that many that are currently hidden.
1943 // Also turn on CheckJNI for debuggable apps. It's quite
2092 // We don't allow third party apps to replace this.
2949 // We'll take the stack crawls of just the top apps using CPU.
3260 for (SparseArray<ProcessRecord> apps : mProcessNames.getMap().values()) {
3261 final int NA = apps.size();
3263 ProcessRecord app = apps.valueAt(ia);
3459 for (SparseArray<ProcessRecord> apps
[all...]
/frameworks/base/services/java/com/android/server/pm/
H A DUserManager.java279 public UserInfo createUser(String name, int flags, List<ApplicationInfo> apps) { argument
283 if (!createPackageFolders(userId, userPath, apps)) {
370 private boolean createPackageFolders(int id, File userPath, final List<ApplicationInfo> apps) { argument
372 if (mInstaller == null || apps == null) return true;
381 for (ApplicationInfo app : apps) {
390 "Time to create " + apps.size() + " packages = " + (stopTime - startTime) + "ms");
/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/v4/
H A DAndroid.mk74 # 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.java825 // snoozing past quota, but we still need to restrict apps,
1351 final List<ApplicationInfo> apps = pm.getInstalledApplications(0);
1352 for (ApplicationInfo app : apps) {
/frameworks/base/docs/html/resources/
H A Dresources-data.js332 en: 'Android provides a Contacts API for managing and integrating contacts from multiple accounts and data sources and allows apps to read various information about individual contacts.'
/frameworks/base/services/java/com/android/server/
H A DBackupManagerService.java238 // A similar synchronization mechanism around clearing apps' data for restore
395 // Keep a log of all the apps we've ever backed up, and what the
885 // Keep a log of what apps we've ever backed up. Because we might have
1355 // Look for apps that define the android:backupAgent attribute
1395 // 'packageName' is null, *all* participating apps will be removed.
1402 // all apps with agents
2332 // Exclude system apps if we've been asked to do so
2624 // Forward-locked apps, system-bundled .apks, etc are filtered out before we get here
3182 // apps with their own backup agents are
3771 // first: apps/share
[all...]

Completed in 354 milliseconds