Home
last modified time | relevance | path

Searched defs:lastValue (Results 1 – 15 of 15) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/quickaffordance/
H A DFlashlightQuickAffordanceConfigTest.kt74 val lastValue = values.last() regex
97 val lastValue = values.last() regex
120 val lastValue = values.last() regex
143 val lastValue = values.last() regex
160 val lastValue = values.last() regex
182 val lastValue = values.last() regex
H A DDoNotDisturbQuickAffordanceConfigTest.kt246 val lastValue = valueSnapshot() regex
266 val lastValue = valueSnapshot() regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/coroutines/
H A DFlowTest.kt21 val lastValue by collectLastValue(flow) regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DRoundable.kt90 val lastValue = roundnessMap.values.maxOrNull() ?: 0f regex
159 val lastValue = roundnessMap.values.maxOrNull() ?: 0f regex
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/log/
H A DALSProbeTest.java324 final float lastValue = 5.5f; in testDestroyAllowsAwaitLuxExactlyOnce() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/
H A DKeyguardTransitionRepositoryTest.kt239 val lastValue = fractions[fractions.size - 1].toFloat() regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/fontscaling/
H A DFontScalingDialog.kt181 var lastValue = strEntryValues[0].toFloat() regex
/aosp14/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/scene/
H A DElement.kt332 val lastValue = element.lastOffset regex
/aosp14/frameworks/base/core/java/android/os/
H A DBundleMerger.java244 final Object lastValue = last.get(key); in merge() local
H A DParcel.java389 private static native void nativeRestoreAllowFds(long nativePtr, boolean lastValue); in nativeRestoreAllowFds()
764 public final void restoreAllowFds(boolean lastValue) { in restoreAllowFds()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyboard/data/repository/
H A DKeyboardRepositoryTest.kt202 val lastValue = collectLastValue(flow) regex
/aosp14/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/widget/scaffold/
H A DCustomizedAppBar.kt587 var lastValue = 0f regex
/aosp14/system/core/libutils/
H A DLruCache_test.cpp122 StringValue lastValue; member in android::EntryRemovedCallback
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/user/domain/interactor/
H A DUserInteractorTest.kt174 val lastValue = collectLastValue(underTest.dialogDismissRequests) regex
/aosp14/frameworks/base/core/jni/
H A Dandroid_os_Parcel.cpp188 static void android_os_Parcel_restoreAllowFds(jlong nativePtr, jboolean lastValue) in android_os_Parcel_restoreAllowFds()