/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/ |
H A D | CameraPairwiseTest.java | 60 public enum PictureSize { SMALL, MEDIUM, LARGE }; enumConstant 140 PictureSize.LARGE, Geotagging.ON); in testCameraPairwiseScenario02() 170 SceneMode.AUTO, PictureSize.LARGE, Geotagging.OFF); in testCameraPairwiseScenario05() 210 PictureSize.LARGE, Geotagging.OFF); in testCameraPairwiseScenario09() 230 PictureSize.LARGE, Geotagging.ON); in testCameraPairwiseScenario11() 240 PictureSize.LARGE, Geotagging.OFF); in testCameraPairwiseScenario12() 300 PictureSize.LARGE, Geotagging.OFF); in testCameraPairwiseScenario18() 310 PictureSize.LARGE, Geotagging.OFF); in testCameraPairwiseScenario19() 470 case LARGE: in genericPairwiseTestCase()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardClockSwitch.java | 45 @IntDef({LARGE, SMALL}) 49 public static final int LARGE = 0; field in KeyguardClockSwitch 284 animateClockChange(clockSize == LARGE); in switchToClock() 296 animateClockChange(mDisplayedClockSize == LARGE); in onLayout()
|
H A D | KeyguardClockSwitchController.java | 22 import static com.android.keyguard.KeyguardClockSwitch.LARGE; 292 if (!mCanShowDoubleLineClock && clockSize == KeyguardClockSwitch.LARGE) { in displayClock() 297 if (appeared && clockSize == LARGE) { in displayClock()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
H A D | KeyguardClockSwitchTest.java | 22 import static com.android.keyguard.KeyguardClockSwitch.LARGE; 257 mKeyguardClockSwitch.switchToClock(LARGE); in switchingToBigClock_makesSmallClockDisappear() 283 assertThat(mKeyguardClockSwitch.switchToClock(LARGE)).isTrue(); in switchingToBigClock_returnsTrueOnlyWhenItWasNotVisibleBefore() 284 assertThat(mKeyguardClockSwitch.switchToClock(LARGE)).isFalse(); in switchingToBigClock_returnsTrueOnlyWhenItWasNotVisibleBefore()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/ |
H A D | FloatingMenuSizePreferenceControllerTest.java | 86 FloatingMenuSizePreferenceController.Size.LARGE); in updateState_floatingMenuLargeSizeAndFullCircle_largeSizeValue() 90 final String largeSize = String.valueOf(FloatingMenuSizePreferenceController.Size.LARGE); in updateState_floatingMenuLargeSizeAndFullCircle_largeSizeValue()
|
/aosp12/art/test/956-methodhandles/src/ |
H A D | Main.java | 1080 final int LARGE = 7932529; in testPrimitiveReturnValueConversions() local 1083 if ((int) mh.invokeExact(LARGE, SMALL) != SMALL) { in testPrimitiveReturnValueConversions() 1085 } else if ((int) mh.invoke(LARGE, SMALL) != SMALL) { in testPrimitiveReturnValueConversions() 1089 } else if ((int) mh.invoke(SMALL, LARGE) != SMALL) { in testPrimitiveReturnValueConversions() 1099 if ((long) mh.invoke(LARGE, SMALL) != (long) SMALL) { in testPrimitiveReturnValueConversions() 1127 Long l = (Long) mh.invokeExact(LARGE, SMALL); in testPrimitiveReturnValueConversions() 1132 Long l = (Long) mh.invoke(LARGE, SMALL); in testPrimitiveReturnValueConversions() 1138 Short s = (Short) mh.invokeExact(LARGE, SMALL); in testPrimitiveReturnValueConversions() 1143 Short s = (Short) mh.invoke(LARGE, SMALL); in testPrimitiveReturnValueConversions() 1149 Process p = (Process) mh.invokeExact(LARGE, SMALL); in testPrimitiveReturnValueConversions() [all …]
|
/aosp12/packages/apps/Settings/src/com/android/settings/accessibility/ |
H A D | FloatingMenuSizePreferenceController.java | 61 Size.LARGE, 66 int LARGE = 1; field
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
H A D | FontSize.java | 27 LARGE(0x1), enumConstant
|
/aosp12/bionic/tests/ |
H A D | string_test.cpp | 46 constexpr auto LARGE = 64 * KB; variable 876 StringTestState<char> state(LARGE); in TEST() 896 StringTestState<char> state(LARGE); in TEST() 916 StringTestState<char> state(LARGE); in TEST() 1014 StringTestState<char> state(LARGE); in TEST() 1031 StringTestState<char> state(LARGE); in TEST() 1057 RunSrcDstBufferAlignTest(LARGE, DoMemcpyTest); in TEST() 1092 RunSingleBufferAlignTest(LARGE, DoMemsetTest); in TEST() 1104 RunSingleBufferAlignTest(LARGE, DoStrlenTest); in TEST() 1123 RunSrcDstBufferAlignTest(LARGE, DoStrcpyTest); in TEST() [all …]
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | NotificationPanelViewControllerTest.java | 21 import static com.android.keyguard.KeyguardClockSwitch.LARGE; 801 verify(mKeyguardStatusViewController).displayClock(LARGE); in testSwitchesToCorrectClockInSinglePaneShade() 815 verify(mKeyguardStatusViewController).displayClock(LARGE); in testSwitchesToCorrectClockInSplitShade() 819 verify(mKeyguardStatusViewController, times(2)).displayClock(LARGE); in testSwitchesToCorrectClockInSplitShade() 832 verify(mKeyguardStatusViewController).displayClock(LARGE); in testSwitchesToBigClockInSplitShadeOnAod() 850 verify(mKeyguardStatusViewController, never()).displayClock(LARGE); in testDisplaysSmallClockOnLockscreenInSplitShadeWhenMediaIsPlaying()
|
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/ |
H A D | MaterialProgressDrawable.java | 54 public static final int LARGE = 0; field in MaterialProgressDrawable 168 if (size == LARGE) { in updateSizes() 469 @IntDef({LARGE, DEFAULT})
|
/aosp12/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/ |
H A D | ConfigGenerator.java | 92 .setSize(ScreenSize.LARGE) 137 .setSize(ScreenSize.LARGE)
|
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
H A D | RenderAction.java | 350 case LARGE: in getConfiguration()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/ |
H A D | AccessibilityFloatingMenuView.java | 143 SizeType.LARGE 148 int LARGE = 1; field
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/fuzzing/ |
H A D | TestRandomGraph.cpp | 424 enum GraphSize : uint32_t { SINGLE = 1, SMALL = 5, LARGE = 40 }; enumerator 791 testRandomGraph(GraphSize::LARGE, DimensionRange::NARROW); \
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | NotificationPanelViewController.java | 28 import static com.android.keyguard.KeyguardClockSwitch.LARGE; 1303 mKeyguardStatusViewController.displayClock(LARGE); in updateClockAppearance()
|
/aosp12/packages/apps/TV/libs/m2/ |
H A D | auto-value-1.5.3.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
H A D | guava-28.0-android.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
H A D | guava-28.0-jre.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/aosp12/packages/apps/TV/libs/ |
H A D | google-java-format-1.7-all-deps.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |