HomeSort by relevance Sort by last modified time
    Searched refs:DIRTY_RETAIN (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/provider/
VoicemailContract.java 322 * {@link #DIRTY_RETAIN} to DIRTY in the {@link ContentValues}.
326 * @see #DIRTY_RETAIN
334 public static final int DIRTY_RETAIN = -1;
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
VoicemailProviderTest.java 252 retainDirty.put(Voicemails.DIRTY, Voicemails.DIRTY_RETAIN);
268 retainDirty.put(Voicemails.DIRTY, Voicemails.DIRTY_RETAIN);
283 retainDirty.put(Voicemails.DIRTY, Voicemails.DIRTY_RETAIN);
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DbModifierWithNotification.java 226 if (callerSetDirty == Voicemails.DIRTY_RETAIN) {
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
VoicemailContractTest.java 272 newValues.put(Voicemails.DIRTY, Voicemails.DIRTY_RETAIN);
376 newValues.put(Voicemails.DIRTY, Voicemails.DIRTY_RETAIN);

Completed in 110 milliseconds