OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:structuredname
(Results
51 - 68
of
68
) sorted by null
1
2
3
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsActor.java
392
values.put(Data.MIMETYPE, CommonDataKinds.
StructuredName
.CONTENT_ITEM_TYPE);
393
values.put(CommonDataKinds.
StructuredName
.FAMILY_NAME, name);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyApiSupport.java
44
import android.provider.ContactsContract.CommonDataKinds.
StructuredName
;
126
+ "='" +
StructuredName
.CONTENT_ITEM_TYPE + "')"
154
+ "ifnull(name." +
StructuredName
.PHONETIC_GIVEN_NAME + ",' ')||' '||"
155
+ "ifnull(name." +
StructuredName
.PHONETIC_MIDDLE_NAME + ",' '))||' '||"
156
+ "ifnull(name." +
StructuredName
.PHONETIC_FAMILY_NAME + ",' ')) ";
561
String peopleColumns = "name." +
StructuredName
.DISPLAY_NAME
[
all
...]
ContactsDatabaseHelper.java
54
import android.provider.ContactsContract.CommonDataKinds.
StructuredName
;
[
all
...]
ContactsProvider2.java
83
import android.provider.ContactsContract.CommonDataKinds.
StructuredName
;
[
all
...]
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java
37
import android.provider.ContactsContract.CommonDataKinds.
StructuredName
;
396
if (mimeType.equals(
StructuredName
.CONTENT_ITEM_TYPE)) {
531
if (mimeType.equals(
StructuredName
.CONTENT_ITEM_TYPE)) {
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/activities/
ConfirmAddDetailActivity.java
44
import android.provider.ContactsContract.CommonDataKinds.
StructuredName
;
643
entity.getMimeEntries(
StructuredName
.CONTENT_ITEM_TYPE);
647
accountType,
StructuredName
.CONTENT_ITEM_TYPE);
[
all
...]
/frameworks/opt/vcard/java/com/android/vcard/
VCardComposer.java
37
import android.provider.ContactsContract.CommonDataKinds.
StructuredName
;
588
builder.appendNameProperties(contentValuesListMap.get(
StructuredName
.CONTENT_ITEM_TYPE))
/frameworks/base/docs/html/guide/topics/providers/
contacts-provider.jd
245
{@link android.provider.ContactsContract.CommonDataKinds.
StructuredName
} row. A raw contact
429
<td>{@link android.provider.ContactsContract.CommonDataKinds.
StructuredName
}</td>
[
all
...]
/frameworks/base/docs/html/sdk/api_diff/5/changes/
pkg_android.provider.html
196
<A NAME="ContactsContract.CommonDataKinds.
StructuredName
"></A>
197
<nobr><A HREF="../../../../reference/android/provider/ContactsContract.CommonDataKinds.
StructuredName
.html" target="_top"><code>ContactsContract.CommonDataKinds.<br>
StructuredName
</code></A></nobr>
classes_index_additions.html
100
<A HREF="pkg_android.provider.html#ContactsContract.CommonDataKinds.
StructuredName
" class="hiddenlink" target="rightframe"><b>ContactsContract.CommonDataKinds.
StructuredName
</b></A><br>
classes_index_all.html
194
<A HREF="pkg_android.provider.html#ContactsContract.CommonDataKinds.
StructuredName
" class="hiddenlink" target="rightframe"><b>ContactsContract.CommonDataKinds.
StructuredName
</b></A><br>
[
all
...]
alldiffs_index_additions.html
[
all
...]
alldiffs_index_all.html
[
all
...]
/frameworks/base/core/java/android/provider/
ContactsContract.java
[
all
...]
/frameworks/base/docs/html/sdk/api_diff/5/
missingSinces.txt
19
NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.
StructuredName
Class
[
all
...]
user_comments_for_4_to_5.xml
[
all
...]
/prebuilts/sdk/18/
android.jar
/frameworks/base/docs/html/
sitemap.txt
[
all
...]
Completed in 1410 milliseconds
1
2
3