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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DBinaryDictionaryUtils.java125 public static int setCurrentTimeForTest(final int currentTime) { method in class:BinaryDictionaryUtils
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/personalization/
H A DUserHistoryDictionaryTests.java87 return BinaryDictionaryUtils.setCurrentTimeForTest(currentTime);
91 return BinaryDictionaryUtils.setCurrentTimeForTest(-1);
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/
H A DPhoneCallDetailsHelperTest.java76 mHelper.setCurrentTimeForTest(
131 mHelper.setCurrentTimeForTest(
/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DPhoneCallDetailsHelper.java236 public void setCurrentTimeForTest(long currentTimeMillis) { method in class:PhoneCallDetailsHelper
243 * It can be injected in tests using {@link #setCurrentTimeForTest(long)}.

Completed in 132 milliseconds