OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getGiven
(Results
1 - 5
of
5
) sorted by null
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMapBmessageBuilder.java
153
sb.append(nd.
getGiven
() == null ? "" : nd.
getGiven
()).append(";");
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
BluetoothPbapCard.java
89
json.put("given", name.
getGiven
());
PhonebookEntry.java
129
name.given = n.
getGiven
();
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardEntryTests.java
348
assertEquals("Given", nameData.
getGiven
());
/frameworks/opt/vcard/java/com/android/vcard/
VCardEntry.java
271
public String
getGiven
() {
[
all
...]
Completed in 229 milliseconds