Home
last modified time | relevance | path

Searched defs:second (Results 1 – 19 of 19) 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/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/
DDateTime.java39 private final int second; field in DateTime
42 …public DateTime(String yearString, int month, int day, int hour, int minute, int second, int timeZ… in DateTime()
69 …public static Date convertToDate(int year, int month, int day, int hour, int minute, int second, i… in convertToDate()
/packages/apps/Email/tests/src/com/android/emailcommon/utility/
DUtilityTest.java37 int day, int hour, int minute, int second) throws Exception { in testParseDateTimesHelper()
60 int day, int hour, int minute, int second, int millis) throws Exception { in testParseEmailDateTimeHelper()
/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/UnifiedEmail/tests/src/com/android/mail/ui/
DViewModeTests.java39 ViewMode second = new ViewMode(); in testBundleSaveRestorePreserveState() local
/packages/apps/Email/provider_src/com/android/email/mail/store/imap/
DImapUtility.java108 int second = Integer.parseInt(range.substring(colonPos + 1)); in getImapRangeValues() local
/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/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/
DDateTimeParser.java83 private int second; field in DateTimeParser.Time
86 public Time(int hour, int minute, int second, int zone) { in Time()
316 final public int second() throws ParseException { in second() method in DateTimeParser
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DCSite.h29 short second; member
/packages/apps/TV/tests/unit/src/com/android/tv/recommendation/
DRoutineWatchEvaluatorTest.java298 private int hourMinuteSecondToSec(int hour, int minute, int second) { in hourMinuteSecondToSec()
306 private Calendar todayAtHourMinSec(int hour, int minute, int second) { in todayAtHourMinSec()
/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.java715 Object second = new Object(); in testSplit() local
763 Object second = new Object(); in testCombine() local
845 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()