Searched refs:DISPLAY_NAME (Results 1 - 25 of 38) sorted by relevance

12

/frameworks/base/core/java/android/provider/
H A DOpenableColumns.java37 public static final String DISPLAY_NAME = "_display_name"; field in interface:OpenableColumns
/frameworks/opt/photoviewer/src/com/android/ex/photo/provider/
H A DPhotoContract.java35 public static final String NAME = OpenableColumns.DISPLAY_NAME;
/frameworks/support/frameworks/support/samples/Support13Demos/src/com/example/android/supportv13/app/
H A DCursorFragment.java61 new String[] { Contacts.DISPLAY_NAME, Contacts.CONTACT_STATUS },
107 Contacts.DISPLAY_NAME,
130 String select = "((" + Contacts.DISPLAY_NAME + " NOTNULL) AND ("
132 + Contacts.DISPLAY_NAME + " != '' ))";
135 Contacts.DISPLAY_NAME + " COLLATE LOCALIZED ASC");
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DLoaderCursorSupport.java82 new String[] { People.DISPLAY_NAME },
146 People.DISPLAY_NAME,
163 String select = "((" + People.DISPLAY_NAME + " NOTNULL) AND ("
164 + People.DISPLAY_NAME + " != '' ))";
167 People.DISPLAY_NAME + " COLLATE LOCALIZED ASC");
H A DLoaderRetainedSupport.java85 new String[] { People.DISPLAY_NAME },
140 People.DISPLAY_NAME,
157 String select = "((" + People.DISPLAY_NAME + " NOTNULL) AND ("
158 + People.DISPLAY_NAME + " != '' ))";
161 People.DISPLAY_NAME + " COLLATE LOCALIZED ASC");
/frameworks/support/samples/Support13Demos/src/com/example/android/supportv13/app/
H A DCursorFragment.java61 new String[] { Contacts.DISPLAY_NAME, Contacts.CONTACT_STATUS },
107 Contacts.DISPLAY_NAME,
130 String select = "((" + Contacts.DISPLAY_NAME + " NOTNULL) AND ("
132 + Contacts.DISPLAY_NAME + " != '' ))";
135 Contacts.DISPLAY_NAME + " COLLATE LOCALIZED ASC");
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DLoaderCursorSupport.java82 new String[] { People.DISPLAY_NAME },
146 People.DISPLAY_NAME,
163 String select = "((" + People.DISPLAY_NAME + " NOTNULL) AND ("
164 + People.DISPLAY_NAME + " != '' ))";
167 People.DISPLAY_NAME + " COLLATE LOCALIZED ASC");
H A DLoaderRetainedSupport.java85 new String[] { People.DISPLAY_NAME },
140 People.DISPLAY_NAME,
157 String select = "((" + People.DISPLAY_NAME + " NOTNULL) AND ("
158 + People.DISPLAY_NAME + " != '' ))";
161 People.DISPLAY_NAME + " COLLATE LOCALIZED ASC");
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardBuilderTest.java39 values.put(ContactsContract.CommonDataKinds.StructuredName.DISPLAY_NAME, "ने");
H A DVCardTestUtilsTests.java65 // DISPLAY_NAME is missing.
85 .put(StructuredName.DISPLAY_NAME, "[<{Unescaped:Asciis}>]");
H A DVCardExporterTests.java70 .put(StructuredName.DISPLAY_NAME, "DISPLAY NAME");
108 .put(StructuredName.DISPLAY_NAME, "DoNotEmitDisplayName1");
117 .put(StructuredName.DISPLAY_NAME, "AppropriateDisplayName")
131 .put(StructuredName.DISPLAY_NAME, "DoNotEmitDisplayName2")
168 .put(StructuredName.DISPLAY_NAME, "DoNotEmitDisplay1");
177 .put(StructuredName.DISPLAY_NAME, "DoNotEmitDisplay2")
187 .put(StructuredName.DISPLAY_NAME, "AppropriateDisplayName")
196 .put(StructuredName.DISPLAY_NAME, "DoNotEmitDisplay3")
238 .put(StructuredName.DISPLAY_NAME, "AppropriateDisplayName")
1181 .put(StructuredName.DISPLAY_NAME, "[<{Unescape
[all...]
H A DVCardImporterTests.java423 .put(StructuredName.DISPLAY_NAME, "Roid Ando");
435 .put(StructuredName.DISPLAY_NAME, "Roid Ando");
442 .put(StructuredName.DISPLAY_NAME, "Ando Roid");
453 .put(StructuredName.DISPLAY_NAME, "Ando Roid");
481 .put(StructuredName.DISPLAY_NAME, "A;B\\C\\;D:E\\\\");
488 .put(StructuredName.DISPLAY_NAME, "Normal Guy");
500 .put(StructuredName.DISPLAY_NAME, "Nice Guy");
517 .put(StructuredName.DISPLAY_NAME, "Smith");
635 .put(StructuredName.DISPLAY_NAME, "Joe Due");
710 .put(StructuredName.DISPLAY_NAME, "Omeg
[all...]
H A DVCardJapanizationTests.java142 .put(StructuredName.DISPLAY_NAME,
182 .put(StructuredName.DISPLAY_NAME,
201 .put(StructuredName.DISPLAY_NAME, "\uFF94\uFF8F\uFF80\uFF9E \uFF80\uFF9B\uFF73");
/frameworks/opt/chips/src/com/android/ex/chips/
H A DQueries.java32 Contacts.DISPLAY_NAME, // 0
52 Contacts.DISPLAY_NAME, // 0
/frameworks/support/core-utils/tests/java/android/support/v4/content/
H A DFileProviderTest.java19 import static android.provider.OpenableColumns.DISPLAY_NAME;
202 assertEquals(TEST_FILE, cursor.getString(cursor.getColumnIndex(DISPLAY_NAME)));
216 SIZE, DISPLAY_NAME }, null, null, null);
227 DISPLAY_NAME, SIZE }, null, null, null);
245 SIZE, "foobar", DISPLAY_NAME }, null, null, null);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DUserInfoControllerImpl.java167 ContactsContract.CommonDataKinds.Phone.DISPLAY_NAME
173 ContactsContract.CommonDataKinds.Phone.DISPLAY_NAME));
/frameworks/base/services/core/java/com/android/server/vr/
H A DVr2dDisplay.java44 private final static String DISPLAY_NAME = "VR 2D Display"; field in class:Vr2dDisplay
270 DISPLAY_NAME, mVirtualDisplayWidth, mVirtualDisplayHeight, mVirtualDisplayDpi,
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/
H A DDisplaySourceService.java42 private static final String DISPLAY_NAME = "Accessory Display"; field in class:DisplaySourceService
207 DISPLAY_NAME, mWidth, mHeight, mDensityDpi, surface, 0);
/frameworks/support/core-utils/java/android/support/v4/content/
H A DFileProvider.java326 OpenableColumns.DISPLAY_NAME, OpenableColumns.SIZE };
410 * <li>{@link android.provider.OpenableColumns#DISPLAY_NAME}</li>
446 if (OpenableColumns.DISPLAY_NAME.equals(col)) {
447 cols[i] = OpenableColumns.DISPLAY_NAME;
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
H A DMediaStoreSaver.java61 values.put(Images.Media.DISPLAY_NAME, title);
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
H A DMediaStoreSaver.java61 values.put(Images.Media.DISPLAY_NAME, title);
/frameworks/native/services/surfaceflinger/tests/
H A DSurfaceInterceptor_test.cpp47 const String8 DISPLAY_NAME("SurfaceInterceptor Display Test");
329 sp<IBinder> testDisplay = SurfaceComposerClient::createDisplay(DISPLAY_NAME, true);
334 sp<IBinder> testDisplay = SurfaceComposerClient::createDisplay(DISPLAY_NAME, false);
335 mTargetId = getDisplayId(DISPLAY_NAME.string());
663 bool isMatch(increment.display_creation().name() == DISPLAY_NAME.string() &&
/frameworks/ex/common/java/com/android/common/contacts/
H A DBaseEmailAddressAdapter.java115 Contacts.DISPLAY_NAME, // 0
148 public static final int DISPLAY_NAME = 3; field in class:BaseEmailAddressAdapter.DirectoryListQuery
383 partition.displayName = directoryCursor.getString(DirectoryListQuery.DISPLAY_NAME);
/frameworks/base/media/java/android/media/
H A DUtils.java367 OpenableColumns.DISPLAY_NAME
372 return cursor.getString(cursor.getColumnIndex(OpenableColumns.DISPLAY_NAME));
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSubscriptionControllerTest.java63 SubscriptionManager.DISPLAY_NAME, SubscriptionManager.CARRIER_NAME,

Completed in 516 milliseconds

12