Searched refs:undemote (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DContactsContract.java8293 * The method to invoke in order to undemote a formerly demoted contact. The contact id of
8298 public static final String UNDEMOTE_METHOD = "undemote";
8304 * @param contentResolver to perform the undemote operation on.
8305 * @param contactId the id of the contact to undemote.
8307 public static void undemote(ContentResolver contentResolver, long contactId) { method in class:ContactsContract.PinnedPositions

Completed in 75 milliseconds