/packages/apps/StorageManager/robotests/src/com/android/storagemanager/utils/ |
D | PreferenceListCacheTest.java | 64 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/services/Car/tests/common_utils/src/com/android/car/test/power/ |
D | CarPowerPolicyUtil.java | 27 public static void assertPolicyIdentical(CarPowerPolicy first, CarPowerPolicy second) in assertPolicyIdentical() 34 private static void assertComponentsIdentical(int[] first, int[] second) throws Exception { in assertComponentsIdentical()
|
/packages/apps/Contacts/tests/src/com/android/contacts/model/ |
D | RawContactDeltaListTests.java | 380 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeDataRemoteInsert() local 391 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeDataLocalUpdateRemoteInsert() local 416 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeDataLocalUpdateRemoteDelete() local 442 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeDataLocalDeleteRemoteUpdate() local 467 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeDataLocalInsertRemoteInsert() local 493 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeRawContactLocalInsertRemoteInsert() local 526 final RawContactDeltaList second = buildSet( in testMergeRawContactLocalDeleteRemoteDelete() local 545 final RawContactDeltaList second = buildSet( in testMergeRawContactLocalUpdateRemoteDelete() local 577 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeUsesNewVersion() local 590 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeAfterEnsureAndTrim() local
|
/packages/apps/TV/common/tests/robotests/src/com/android/tv/common/ |
D | TvContentRatingCacheTest.java | 76 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/TV/common/tests/robotests/src/com/android/tv/common/support/tis/ |
D | BaseTvInputServiceTest.java | 108 WrappedSession second = tvInputService.onCreateSession("test"); in createSession_twice() local 117 WrappedSession second = tvInputService.onCreateSession("test"); in createSession_release() local
|
/packages/inputmethods/LatinIME/tools/dicttool/compat/android/util/ |
D | Pair.java | 25 public Pair(final T1 first, final T2 second) { in Pair()
|
/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/ |
D | asserts.py | 33 def assert_almost_equal(first, second, places=7, msg=None, delta=None, extras=None): argument
|
/packages/services/Telephony/src/com/android/services/telephony/rcs/ |
D | SipDelegateController.java | 198 resultPair.second); in create() 199 mDelegateStateTracker.sipDelegateConnected(allowedTags, resultPair.second); in create()
|
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/ |
D | ImapUtility.java | 104 int second = Integer.parseInt(range.substring(colonPos + 1)); in getImapRangeValues() local
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/ |
D | digraph_utils.h | 39 typedef struct { int first; int second; int compositeGlyph; } digraph_t; member
|
/packages/apps/StorageManager/tests/unit/src/com/android/storagemanager/deletionhelper/ |
D | FetchDownloadsLoaderTest.java | 85 File second = temporaryFolder.newFile(); in testSumFileSizes() local
|
/packages/apps/TV/tests/unit/src/com/android/tv/recommendation/ |
D | RoutineWatchEvaluatorTest.java | 303 private int hourMinuteSecondToSec(int hour, int minute, int second) { in hourMinuteSecondToSec() 311 private Calendar todayAtHourMinSec(int hour, int minute, int second) { in todayAtHourMinSec()
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
D | CSite.h | 29 short second; member
|
/packages/modules/Bluetooth/system/bta/test/gatt/ |
D | database_builder_test.cc | 36 uint16_t second) { in make_pair_u16()
|
D | database_builder_sample_device_test.cc | 40 uint16_t second) { in make_pair_u16()
|
/packages/apps/TV/tests/robotests/src/com/android/tv/dvr/ui/ |
D | SortedArrayAdapterTest.java | 214 private TestData(long id, String second) { in TestData()
|
/packages/apps/Calendar/tests/src/com/android/calendar/ |
D | UtilsTests.java | 140 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/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/util/ |
D | DateTimeUtilsTest.java | 191 private long generateDateTimeMillisAt(LocalDate when, int hour, int minute, int second) { in generateDateTimeMillisAt()
|
/packages/apps/Camera2/src/com/android/camera/one/v2/ |
D | ImageCaptureManager.java | 97 public void onImageMetadataChange(Key<?> key, Object second, Object newValue, in onImageMetadataChange()
|
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestUnknownDimensions.cpp | 319 for (auto second : seconds) { in Combine() local
|
/packages/apps/Launcher3/src/com/android/launcher3/icons/ |
D | IconCache.java | 403 /* useLowResIcons = */ sectionKey.second)) { in loadIconSubsection()
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/ |
D | DirectoryListBot.java | 418 private void assertOrder(String first, String second) throws UiObjectNotFoundException { in assertOrder()
|
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
D | DnsResolverTest.java | 188 static private void assertGreaterThan(String msg, int first, int second) { in assertGreaterThan()
|
/packages/modules/Connectivity/tests/unit/java/android/net/ |
D | NetworkStatsTest.java | 408 final NetworkStats second = new NetworkStats(TEST_START, 2) in testAddAllValues() local
|
/packages/providers/MediaProvider/jni/ |
D | node_test.cpp | 512 auto test_fn = [&](const std::string& name, node* first, node* second) { in TEST_F()
|