Searched defs:apps (Results 1 - 4 of 4) 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 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
/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();

Completed in 111 milliseconds