Searched refs:initialValue (Results 1 – 12 of 12) sorted by relevance
44 public static TestableFeature createTestableFeature(Feature delegate, Boolean initialValue) { in createTestableFeature() argument45 return new TestableFeature(delegate, initialValue); in createTestableFeature()52 private TestableFeature(Feature delegate, Boolean initialValue) { in TestableFeature() argument54 mTestValue = initialValue; in TestableFeature()
46 public IoStatsTracker(List<IoStatsEntry> initialValue, in IoStatsTracker() argument48 mTotal = new SparseArray<>(initialValue.size()); in IoStatsTracker()49 initialValue.forEach(uidIoStats -> mTotal.append(uidIoStats.uid, uidIoStats)); in IoStatsTracker()
164 final String initialValue = mListValues[i].toString(); in onDeveloperOptionsSwitchEnabled_shouldEnablePreference() local168 SystemProperties.set(MAX_CONNECTED_AUDIO_DEVICES_PROPERTY, initialValue); in onDeveloperOptionsSwitchEnabled_shouldEnablePreference()177 .isEqualTo(initialValue); in onDeveloperOptionsSwitchEnabled_shouldEnablePreference()
54 public ConcurrentState(T initialValue) { in ConcurrentState() argument59 mValue = initialValue; in ConcurrentState()
42 protected Boolean initialValue() {
58 LinearVhalEventGenerator setInitialValue(float initialValue) { in setInitialValue() argument59 mInitialValue = initialValue; in setInitialValue()
270 public DefaultPropertyHandler(VehiclePropConfig config, VehiclePropValue initialValue) { in DefaultPropertyHandler() argument272 mValue = initialValue; in DefaultPropertyHandler()
49 protected char[] initialValue() {
45 protected SimpleDateFormat initialValue() {
38 protected Integer initialValue() { in ThreadSafeCursorWrapper()
71 public Stack<TransactionData> initialValue() {
222 protected SimpleDateFormat initialValue() { in initialValue() method in Utility.ThreadLocalDateFormat