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

/frameworks/base/core/java/android/provider/
H A DContactsContract.java8349 * One of {@link #MODE_SMALL}, {@link #MODE_MEDIUM}, or {@link #MODE_LARGE}.
8384 public static final int MODE_LARGE = 3; field in class:ContactsContract.QuickContact
8387 public static final int MODE_DEFAULT = MODE_LARGE;
8491 * {@link #MODE_LARGE}, indicating the desired dialog size,
8527 * {@link #MODE_LARGE}, indicating the desired dialog size,
8570 // Use MODE_LARGE instead of accepting mode as a parameter. The different mode
8610 // Use MODE_LARGE instead of accepting mode as a parameter. The different mode
8995 * {@link #MODE_SMALL}, {@link #MODE_MEDIUM}, or {@link #MODE_LARGE}.
9024 public static final int MODE_LARGE = 3; field in class:ContactsContract.Intents

Completed in 421 milliseconds