Searched defs:given (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aidl/
H A Dsearch_path.cpp19 find_import_file(const char* given) argument
21 string expected = given;
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java127 // Used only when no family nor given name is found.
253 return String.format("family: %s, given: %s, middle: %s, prefix: %s, suffix: %s",
295 public void setGiven(String given) { mGiven = given; } argument
2301 // we may still have non-URI phone number. To keep given data as much as

Completed in 37 milliseconds