/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | NotificationUiAdjustment.java | 83 @NonNull List<Notification.Action> first, @NonNull List<Notification.Action> second) { in areDifferent() 116 private static boolean areDifferent(@Nullable Icon first, @Nullable Icon second) { in areDifferent() 127 @Nullable RemoteInput[] first, @Nullable RemoteInput[] second) { in areDifferent() 152 @Nullable CharSequence[] first, @Nullable CharSequence[] second) { in areDifferent()
|
/aosp12/packages/apps/StorageManager/robotests/src/com/android/storagemanager/utils/ |
H A 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
|
/aosp12/frameworks/base/test-runner/src/android/test/ |
H A D | ViewAsserts.java | 124 static public void assertBaselineAligned(View first, View second) { in assertBaselineAligned() 142 static public void assertRightAligned(View first, View second) { in assertRightAligned() 161 static public void assertRightAligned(View first, View second, int margin) { in assertRightAligned() 179 static public void assertLeftAligned(View first, View second) { in assertLeftAligned() 198 static public void assertLeftAligned(View first, View second, int margin) { in assertLeftAligned() 216 static public void assertBottomAligned(View first, View second) { in assertBottomAligned() 235 static public void assertBottomAligned(View first, View second, int margin) { in assertBottomAligned() 253 static public void assertTopAligned(View first, View second) { in assertTopAligned() 272 static public void assertTopAligned(View first, View second, int margin) { in assertTopAligned()
|
/aosp12/frameworks/base/graphics/java/android/graphics/ |
H A D | SumPathEffect.java | 25 public SumPathEffect(PathEffect first, PathEffect second) { in SumPathEffect() 30 private static native long nativeCreate(long first, long second); in nativeCreate()
|
/aosp12/art/test/626-const-class-linking/src/ |
H A D | ClassPair.java | 19 public Class<?> second; field in ClassPair 21 public ClassPair(Class<?> first, Class<?> second) { in ClassPair()
|
/aosp12/packages/services/Car/tests/common_utils/src/com/android/car/test/power/ |
H A 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()
|
/aosp12/frameworks/base/core/java/com/android/internal/util/ |
H A D | IntPair.java | 27 public static long of(int first, int second) { in of() 35 public static int second(long intPair) { in second() method in IntPair
|
/aosp12/frameworks/base/services/incremental/ |
H A D | path.h | 92 std::string join(std::string&& first, std::string_view second, Paths&&... paths) { in join() 104 std::string join(std::string_view first, std::string_view second, Paths&&... paths) { in join() 109 std::string join(const char* first, std::string_view second, Paths&&... paths) { in join()
|
/aosp12/frameworks/base/core/java/android/util/ |
H A D | Pair.java | 30 public final S second; field in Pair 38 public Pair(F first, S second) { in Pair()
|
/aosp12/system/incremental_delivery/incfs/include/ |
H A D | path.h | 116 std::string join(std::string&& first, std::string_view second, Paths&&... paths) { in join() 128 std::string join(std::string_view first, std::string_view second, Paths&&... paths) { in join() 132 std::string join(const char* first, std::string_view second, Paths&&... paths) { in join()
|
/aosp12/packages/apps/TV/common/tests/robotests/src/com/android/tv/common/ |
H A 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
|
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/model/ |
H A 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
|
/aosp12/packages/apps/TV/common/tests/robotests/src/com/android/tv/common/support/tis/ |
H A D | BaseTvInputServiceTest.java | 108 WrappedSession second = tvInputService.onCreateSession("test"); in createSession_twice() local 117 WrappedSession second = tvInputService.onCreateSession("test"); in createSession_release() local
|
/aosp12/art/libartbase/base/ |
H A D | bit_vector_test.cc | 176 BitVector second(5, true, Allocator::GetMallocAllocator()); in TEST() local 188 BitVector second(5, true, Allocator::GetMallocAllocator()); in TEST() local 202 BitVector second(5, true, Allocator::GetMallocAllocator()); in TEST() local 211 BitVector second(5, true, Allocator::GetMallocAllocator()); in TEST() local 221 BitVector second(5, true, Allocator::GetMallocAllocator()); in TEST() local
|
/aosp12/frameworks/opt/chips/tests/src/com/android/ex/chips/ |
H A D | ChipsTest.java | 185 String second = (String) mTokenizer.terminateToken("SECOND"); in testSanitizeBetween() local 222 String second = (String) mTokenizer.terminateToken("SECOND"); in testSanitizeEnd() local 249 String second = (String) mTokenizer.terminateToken("SECOND"); in testMoreChipPlainText() local 265 String second = (String) mTokenizer.terminateToken("SECOND"); in testCountTokens() local 300 String second = (String) mTokenizer.terminateToken("SECOND"); in testMoreChip() local 361 String second = (String) mTokenizer.terminateToken("SECOND"); in testMoreChipLotsOfUsers() local 440 String second = (String) mTokenizer.terminateToken("SE,COND"); in testMoreChipSpecialChars() local 481 String second = (String) mTokenizer.terminateToken("SECOND"); in testMoreChipDupes() local 527 String second = (String) mTokenizer.terminateToken("SECOND"); in testRemoveChip() local 600 assertEquals(mEditable.toString(), first + second); in testRemoveChip() local [all …]
|
/aosp12/frameworks/base/libs/hwui/utils/ |
H A D | Pair.h | 28 S second; member
|
/aosp12/art/test/MultiDex/ |
H A D | Main.java | 19 Second second = new Second(); in main() local
|
/aosp12/art/test/MultiDexModifiedSecondary/ |
H A D | Main.java | 19 Second second = new Second(); in main() local
|
/aosp12/art/test/113-multidex/src-multidex/ |
H A D | Main.java | 21 Inf1 second = new Second(); in main() local
|
/aosp12/frameworks/ex/common/java/com/android/common/ |
H A D | LegacyHttpDateTime.java | 82 int second; field in LegacyHttpDateTime.TimeOfDay 219 int second = (timeString.charAt(i++) - '0') * 10 in getTime() local
|
/aosp12/art/test/170-interface-init/src/ |
H A D | Main.java | 29 final CountDownLatch second = new CountDownLatch(1); in main() local
|
/aosp12/frameworks/av/media/img_utils/include/img_utils/ |
H A D | Pair.h | 32 S second; variable
|
/aosp12/packages/inputmethods/LatinIME/tools/dicttool/compat/android/util/ |
H A D | Pair.java | 25 public Pair(final T1 first, final T2 second) { in Pair()
|
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/ |
H A D | SumPathEffect_Delegate.java | 65 /*package*/ static long nativeCreate(long first, long second) { in nativeCreate()
|
/aosp12/packages/services/Telephony/src/com/android/services/telephony/rcs/ |
H A D | SipDelegateController.java | 194 resultPair.second); in create() 195 mDelegateStateTracker.sipDelegateConnected(allowedTags, resultPair.second); in create()
|