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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ContactsDictionaryConstants.java 50 public static final int LAST_TIME_CONTACTED_INDEX = 3;
ContactsManager.java 65 ContactsDictionaryConstants.LAST_TIME_CONTACTED_INDEX);
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsTest.java 78 final int LAST_TIME_CONTACTED_INDEX = 4;
106 assertEquals(0, cursor.getInt(LAST_TIME_CONTACTED_INDEX));
128 assertEquals((int) now, cursor.getInt(LAST_TIME_CONTACTED_INDEX));
    [all...]

Completed in 818 milliseconds