Home
last modified time | relevance | path

Searched defs:second (Results 1 – 18 of 18) sorted by relevance

/packages/apps/StorageManager/robotests/src/com/android/storagemanager/utils/
DPreferenceListCacheTest.java64 Preference second = createPreference("second"); in testCacheAndRestoreAllPreferences() local
81 Preference second = createPreference("second"); in testRestoreSomePreferences() local
99 Preference second = createPreference("second"); in testRestoreZeroPreferences() local
117 Preference second = createPreference("first"); in testKeyCollisionThrows() local
/packages/apps/TV/common/tests/robotests/src/com/android/tv/common/support/tis/
DBaseTvInputServiceTest.java108 WrappedSession second = tvInputService.onCreateSession("test"); in createSession_twice() local
117 WrappedSession second = tvInputService.onCreateSession("test"); in createSession_release() local
/packages/apps/TV/common/tests/robotests/src/com/android/tv/common/
DTvContentRatingCacheTest.java76 ImmutableList<TvContentRating> second = in testGetRatings_US_TV_MA_same() local
86 ImmutableList<TvContentRating> second = in testGetRatings_US_TV_MA_diffAfterClear() local
94 ImmutableList<TvContentRating> second = mCache.getRatings(Y7_AND_MA); in testGetRatings_TWO_orderDoesNotMatter() local
/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactDeltaListTests.java369 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeDataRemoteInsert() local
380 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeDataLocalUpdateRemoteInsert() local
405 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeDataLocalUpdateRemoteDelete() local
431 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeDataLocalDeleteRemoteUpdate() local
456 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeDataLocalInsertRemoteInsert() local
480 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeRawContactLocalInsertRemoteInsert() local
512 final RawContactDeltaList second = buildSet( in testMergeRawContactLocalDeleteRemoteDelete() local
531 final RawContactDeltaList second = buildSet( in testMergeRawContactLocalUpdateRemoteDelete() local
562 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeUsesNewVersion() local
575 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeAfterEnsureAndTrim() local
DRawContactModifierTests.java632 final ContentValues second = new ContentValues(); in testTrimUpdateRemain() local
/packages/inputmethods/LatinIME/tools/dicttool/compat/android/util/
DPair.java25 public Pair(final T1 first, final T2 second) { in Pair()
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
DImapUtility.java104 int second = Integer.parseInt(range.substring(colonPos + 1)); in getImapRangeValues() local
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
Ddigraph_utils.h39 typedef struct { int first; int second; int compositeGlyph; } digraph_t; member
/packages/apps/StorageManager/tests/unit/src/com/android/storagemanager/deletionhelper/
DFetchDownloadsLoaderTest.java85 File second = temporaryFolder.newFile(); in testSumFileSizes() local
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DCSite.h29 short second; member
/packages/apps/TV/tests/unit/src/com/android/tv/recommendation/
DRoutineWatchEvaluatorTest.java303 private int hourMinuteSecondToSec(int hour, int minute, int second) { in hourMinuteSecondToSec()
311 private Calendar todayAtHourMinSec(int hour, int minute, int second) { in todayAtHourMinSec()
/packages/modules/Cronet/tests/apitest/src/org/chromium/net/test/
DCronetApiTest.java72 static private void assertGreaterThan(String msg, int first, int second) { in assertGreaterThan()
/packages/apps/TV/tests/robotests/src/com/android/tv/dvr/ui/
DSortedArrayAdapterTest.java214 private TestData(long id, String second) { in TestData()
/packages/apps/Calendar/tests/src/com/android/calendar/
DUtilsTests.java140 private static long createTimeInMillis(int second, int minute, int hour, int monthDay, in createTimeInMillis()
146 private static long createTimeInMillis(int second, int minute, int hour, int monthDay, in createTimeInMillis()
/packages/apps/Car/libs/car-arch-common/tests/robotests/src/com/android/car/arch/common/
DLiveDataFunctionsTest.java713 Object second = new Object(); in testSplit() local
761 Object second = new Object(); in testCombine() local
843 private <T, R> Pair<T, R> pair(T first, R second) { in pair()
/packages/apps/Camera2/src/com/android/camera/one/v2/
DImageCaptureManager.java97 public void onImageMetadataChange(Key<?> key, Object second, Object newValue, in onImageMetadataChange()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DDirectoryListBot.java405 private void assertOrder(String first, String second) throws UiObjectNotFoundException { in assertOrder()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadStorageProvider.java885 selectionPair.first, selectionPair.second, null)) { in includeDownloadsFromMediaStore()