Home
last modified time | relevance | path

Searched defs:actualValue (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/accessibility/data/repository/
DOneHandedModeRepositoryImplTest.kt57 val actualValue by collectLastValue(underTest.isEnabled(testUser1)) in isEnabled_settingNotInitialized_returnsFalseByDefault() constant
67 val actualValue by collectLastValue(underTest.isEnabled(testUser1)) in isEnabled_initiallyGetsSettingsValue() constant
78 val actualValue by collectLastValue(underTest.isEnabled(testUser1)) in isEnabled_settingUpdated_valueUpdated() constant
118 val actualValue = settings.getIntForUser(SETTING_NAME, testUser1.identifier) in setEnabled() constant
129 val actualValue = settings.getIntForUser(SETTING_NAME, testUser1.identifier) in setDisabled() constant
DColorInversionRepositoryImplTest.kt64 val actualValue by collectLastValue(underTest.isEnabled(testUser1)) in isEnabled_settingNotInitialized_returnsFalseByDefault() constant
74 val actualValue by collectLastValue(underTest.isEnabled(testUser1)) in isEnabled_initiallyGetsSettingsValue() constant
123 val actualValue = settings.getIntForUser(SETTING_NAME, testUser1.identifier) in setEnabled() constant
134 val actualValue = settings.getIntForUser(SETTING_NAME, testUser1.identifier) in setDisabled() constant
DColorCorrectionRepositoryImplTest.kt64 val actualValue by collectLastValue(underTest.isEnabled(testUser1)) in isEnabled_settingNotInitialized_returnsFalseByDefault() constant
74 val actualValue by collectLastValue(underTest.isEnabled(testUser1)) in isEnabled_initiallyGetsSettingsValue() constant
127 val actualValue = settings.getIntForUser(SETTING_NAME, testUser1.identifier) in setEnabled() constant
138 val actualValue = settings.getIntForUser(SETTING_NAME, testUser1.identifier) in setDisabled() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bluetooth/qsdialog/
DBluetoothAutoOnRepositoryTest.kt68 val actualValue by collectLastValue(bluetoothAutoOnRepository.isAutoOn) in testIsAutoOn_returnFalse() constant
80 val actualValue by collectLastValue(bluetoothAutoOnRepository.isAutoOn) in testIsAutoOn_returnTrue() constant
92 val actualValue = bluetoothAutoOnRepository.isAutoOnSupported() in testIsAutoOnSupported_returnTrue() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/dreams/homecontrols/
DHomeControlsComponentInteractorTest.kt85 val actualValue by collectLastValue(underTest.panelComponent) in testPanelComponentReturnsComponentNameForSelectedItemByUser() constant
103 val actualValue by collectLastValue(underTest.panelComponent) in testPanelComponentReturnsComponentNameAsInitialValueWithoutServiceUpdate() constant
115 val actualValue by collectLastValue(underTest.panelComponent) in testPanelComponentReturnsNullForHomeControlsThatDoesNotSupportPanel() constant
129 val actualValue by collectLastValue(underTest.panelComponent) in testPanelComponentReturnsNullWhenPanelIsUnauthorized() constant
140 val actualValue by collectLastValue(underTest.panelComponent) in testPanelComponentReturnsComponentNameForDifferentUsers() constant
170 val actualValue by collectLastValue(underTest.panelComponent) in testPanelComponentReturnsNullWhenControlsComponentReturnsNullForListingController() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/alarm/domain/interactor/
DAlarmTileDataInteractorTest.kt97 val actualValue = (model as AlarmTileModel.NextAlarmSet).is24HourFormat in <lambda>() constant
116 val actualValue = (model as AlarmTileModel.NextAlarmSet).is24HourFormat in <lambda>() constant
/frameworks/base/core/tests/timetests/src/android/app/time/
DUnixEpochTimeTest.java61 UnixEpochTime actualValue = UnixEpochTime.parseCommandLineArgs(testShellCommand); in testParseCommandLineArg_validSuggestion() local
DTimeZoneStateTest.java85 TimeZoneState actualValue = TimeZoneState.parseCommandLineArgs(testShellCommand); in testParseCommandLineArg_validSuggestion() local
DTimeStateTest.java93 TimeState actualValue = TimeState.parseCommandLineArgs(testShellCommand); in testParseCommandLineArg_validSuggestion() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
DAccessibilityButtonTargetsObserverTest.java99 final String actualValue = in getCurrentAccessibilityButtonTargets_expectedValue() local
DAccessibilityButtonModeObserverTest.java103 final int actualValue = in getCurrentAccessibilityButtonMode_expectedValue() local
/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/
DSettingsHelper.java108 String actualValue = get(namespace, key); in assertNewValue() local
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
DImportTestProvider.java227 final Object actualValue = actual.get(key); in equalsForContentValues() local
/frameworks/base/services/tests/servicestests/src/com/android/server/credentials/
DCredentialManagerServiceTest.java166 private void assertCredentialPropertyEquals(String actualValue, String newValue) { in assertCredentialPropertyEquals()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
DCameraErrorCollector.java586 String formattedMsg, String tooSmall, String tooLarge, int actualValue, in expectSimilarValues()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DBroadcastQueueModernImplTest.java1837 final Object actualValue = actual.get(key); in assertBundleEquals() local