/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/data/quickaffordance/ |
H A D | FlashlightQuickAffordanceConfigTest.kt | 73 val lastValue = values.last() in <lambda>() constant 96 val lastValue = values.last() in flashlightIsOn_triggered_iconIsOffAndInactive() constant 119 val lastValue = values.last() in <lambda>() constant 142 val lastValue = values.last() in <lambda>() constant 159 val lastValue = values.last() in <lambda>() constant 181 val lastValue = values.last() in <lambda>() constant
|
H A D | DoNotDisturbQuickAffordanceConfigTest.kt | 376 val lastValue = valueSnapshot() in lockScreenState_dndAvailableStartsAsTrue_changeToFalse_StateIsHidden() constant 395 val lastValue = valueSnapshot() in lockScreenState_controllerDndAvailableStartsAsTrue_changeToFalse_StateIsHidden() constant 452 val lastValue = valueSnapshot() in lockScreenState_controllerDndModeStartsAsZEN_MODE_OFF_changeToNotOFF_StateVisible() constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/rotation/domain/interactor/ |
H A D | RotationLockTileDataInteractorTest.kt | 144 val lastValue by in tileData_cameraRotationMatchesSensorPrivacyRepository() constant 165 val lastValue by in tileData_cameraRotationMatchesAutoRotateRepository() constant 192 val lastValue by in tileData_matchesPackageManagerPermissionDenied() constant 207 val lastValue by in tileData_setConfigAllowRotationResolverToFalse_cameraRotationIsNotEnabled() constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
H A D | Roundable.kt | 76 val lastValue = roundnessMap.values.maxOrNull() ?: 0f in <lambda>() constant 143 val lastValue = roundnessMap.values.maxOrNull() ?: 0f in <lambda>() constant
|
/aosp_15_r20/out/soong/.intermediates/external/opencensus-java/api/opencensus-java-api/android_common_apex34/javac/anno/io/opencensus/stats/ |
D | AutoValue_AggregationData_LastValueDataDouble.java | 8 private final double lastValue; field in AutoValue_AggregationData_LastValueDataDouble 11 double lastValue) { in AutoValue_AggregationData_LastValueDataDouble()
|
D | AutoValue_AggregationData_LastValueDataLong.java | 8 private final long lastValue; field in AutoValue_AggregationData_LastValueDataLong 11 long lastValue) { in AutoValue_AggregationData_LastValueDataLong()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/coroutines/ |
H A D | FlowTest.kt | 21 val lastValue by collectLastValue(flow) in <lambda>() constant
|
/aosp_15_r20/external/mockito-kotlin/mockito-kotlin/src/main/kotlin/org/mockito/kotlin/ |
H A D | ArgumentCaptor.kt | 190 val lastValue: T constant in org.mockito.kotlin.KArgumentCaptor 211 val <T> ArgumentCaptor<T>.lastValue: T constant
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/operators/ |
H A D | Delay.kt | 207 var lastValue: Any? = null in debounceInternal() variable 275 var lastValue: Any? = null in sample() variable
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/data/repository/ |
H A D | LightRevealScrimRepositoryTest.kt | 224 val lastValue by collectLastValue(underTest.revealAmount) in <lambda>() constant
|
H A D | KeyguardTransitionRepositoryTest.kt | 600 val lastValue = fractions[fractions.size - 1].toFloat() in <lambda>() constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/fontscaling/ |
H A D | FontScalingDialogDelegate.kt | 189 var lastValue = strEntryValues[0].toFloat() in fontSizeValueToIndex() variable
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyboard/data/repository/ |
H A D | KeyboardRepositoryTest.kt | 209 val lastValue = collectLastValue(flow) in collectLastValueImmediately() constant
|
/aosp_15_r20/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/layout/ |
H A D | ExtensionWindowLayoutComponentTest.java | 971 WindowLayoutInfo lastValue = windowLayoutInfoConsumer.waitAndGet(); in changeActivityOrientationThenVerifyWindowLayout() local 1011 WindowLayoutInfo lastValue = windowLayoutInfoConsumer.waitAndGet(); in changeDisplayMetricThenVerifyWindowLayout() local
|
/aosp_15_r20/external/opencensus-java/api/src/main/java/io/opencensus/stats/ |
H A D | AggregationData.java | 465 public static LastValueDataDouble create(double lastValue) { in create() 508 public static LastValueDataLong create(long lastValue) { in create()
|
/aosp_15_r20/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/ |
D | TestEventListener.java | 34 private @Nullable T lastValue; field in TestEventListener
|
D | TestEventHandler.java | 33 private @Nullable T lastValue; field in TestEventHandler
|
/aosp_15_r20/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/ |
D | TestScopeExt.kt | 38 var lastValue: T? = null in collectLastValue() variable
|
/aosp_15_r20/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/animatable/ |
H A D | AnimatableGradientColorValue.java | 42 float lastValue = Float.NaN; in mergePositions() local
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/pipeline/mobile/ui/ |
D | MobileUiAdapter.java | 35 private java.util.List<java.lang.Integer> lastValue; field in MobileUiAdapter
|
/aosp_15_r20/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/widget/scaffold/ |
H A D | CustomizedAppBar.kt | 624 var lastValue = 0f in settleAppBar() variable
|
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/autofill/ |
H A D | PresentationEventLoggerTest.java | 38 AutofillValue lastValue = AutofillValue.forText("hello world"); in testViewEntered() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/ui/ |
H A D | MobileUiAdapter.kt | 51 private var lastValue: List<Int>? = null variable in com.android.systemui.statusbar.pipeline.mobile.ui.MobileUiAdapter
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/ |
H A D | LeftRightArrowPressedListenerTest.kt | 38 var lastValue: Int? = null variable in com.android.systemui.qs.LeftRightArrowPressedListenerTest
|
/aosp_15_r20/frameworks/native/libs/battery/ |
H A D | MultiStateCounter.h | 44 T lastValue; variable
|