Searched defs:getAsString (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DPhoneticNameEditorView.java55 public String getAsString(String key) { method in class:PhoneticNameEditorView.PhoneticValuesDelta
59 return mValues.getAsString(key);
156 return getEntry().getAsString(DataKind.PSEUDO_COLUMN_PHONETIC_NAME);
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DValuesDelta.java91 public String getAsString(String key) { method in class:ValuesDelta
93 return mAfter.getAsString(key);
95 return mBefore.getAsString(key);
151 return getAsString(ContactsContract.Data.MIMETYPE);
281 put(key, from.getAsString(key));
380 builder.append(this.getAsString(key));
392 final String ourValue = this.getAsString(key);
393 final String theirValue = other.getAsString(key);
500 return getAsString(ContactsContract.CommonDataKinds.StructuredName.PHONETIC_FAMILY_NAME);
504 return getAsString(ContactsContrac
[all...]
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DEntityDelta.java535 public String getAsString(String key) { method in class:EntityDelta.ValuesDelta
537 return mAfter.getAsString(key);
539 return mBefore.getAsString(key);
580 return getAsString(Data.MIMETYPE);
761 builder.append(this.getAsString(key));
773 final String ourValue = this.getAsString(key);
774 final String theirValue = other.getAsString(key);
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 205 milliseconds