/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/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/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
|
D | RawContactModifierTests.java | 632 final ContentValues second = new ContentValues(); in testTrimUpdateRemain() local
|
/packages/inputmethods/LatinIME/tools/dicttool/compat/android/util/ |
D | Pair.java | 25 public Pair(final T1 first, final T2 second) { in Pair()
|
/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/services/Telephony/src/com/android/services/telephony/rcs/ |
D | SipDelegateController.java | 193 resultPair.second); in create() 194 mDelegateStateTracker.sipDelegateConnected(resultPair.second); in create()
|
/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/apps/TV/tests/robotests/src/com/android/tv/dvr/ui/ |
D | SortedArrayAdapterTest.java | 214 private TestData(long id, String second) { in TestData()
|
/packages/apps/Car/libs/car-arch-common/tests/robotests/src/com/android/car/arch/common/ |
D | LiveDataFunctionsTest.java | 713 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/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/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/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/dashboard/ |
D | PermissionUsageV2Fragment.java | 517 @NonNull Map.Entry<String, Integer> second, in comparePermissionGroupUsage()
|
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestUnknownDimensions.cpp | 319 for (auto second : seconds) { in Combine() local
|
D | TestValidation.cpp | 1515 auto second = std::async(std::launch::async, [compute, executionType2, execution] { in testConcurrentExecution() local 2589 auto second = std::async(std::launch::async, [this, secondExecution] { in TEST_F() local
|
/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 | 157 static private void assertGreaterThan(String msg, int first, int second) { in assertGreaterThan()
|
/packages/providers/MediaProvider/jni/ |
D | node_test.cpp | 439 auto test_fn = [&](const std::string& name, node* first, node* second) { in TEST_F()
|
/packages/modules/Connectivity/tests/unit/java/android/net/ |
D | NetworkStatsTest.java | 405 final NetworkStats second = new NetworkStats(TEST_START, 2) in testAddAllValues() local
|