HomeSort by relevance Sort by last modified time
    Searched refs:currentValue (Results 26 - 50 of 411) sorted by null

12 3 4 5 6 7 8 91011>>

  /packages/apps/Settings/tests/robotests/src/com/android/settings/display/
AmbientDisplayAlwaysOnPreferenceControllerTest.java 143 int currentValue = 1;
145 Settings.Secure.putInt(resolver, Settings.Secure.DOZE_ALWAYS_ON, currentValue);
149 assertThat(newValue).isEqualTo(currentValue);
AmbientDisplayNotificationsPreferenceControllerTest.java 161 int currentValue = 1;
163 Settings.Secure.putInt(resolver, Settings.Secure.DOZE_ENABLED, currentValue);
167 assertThat(newValue).isEqualTo(currentValue);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/gestures/
AssistGestureSettingsPreferenceControllerTest.java 106 int currentValue = 1;
108 Settings.Secure.putInt(resolver, Settings.Secure.ASSIST_GESTURE_ENABLED, currentValue);
112 assertThat(newValue).isEqualTo(currentValue);
DoubleTapPowerPreferenceControllerTest.java 132 int currentValue = 1;
135 Settings.Secure.CAMERA_DOUBLE_TAP_POWER_GESTURE_DISABLED, currentValue);
139 assertThat(newValue).isEqualTo(currentValue);
DoubleTapScreenPreferenceControllerTest.java 119 int currentValue = 1;
122 Settings.Secure.DOZE_PULSE_ON_DOUBLE_TAP, currentValue);
126 assertThat(newValue).isEqualTo(currentValue);
PIckupGesturePreferenceControllerTest.java 135 int currentValue = 1;
137 Settings.Secure.putInt(resolver, Settings.Secure.DOZE_PULSE_ON_PICK_UP, currentValue);
141 assertThat(newValue).isEqualTo(currentValue);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
BadgingNotificationPreferenceControllerTest.java 139 int currentValue = 1;
141 Settings.Secure.putInt(resolver, Settings.Secure.NOTIFICATION_BADGING, currentValue);
145 assertThat(newValue).isEqualTo(currentValue);
  /packages/services/Car/tests/carservice_test/src/com/android/car/test/
CarProjectionManagerTest.java 148 VehiclePropValue currentValue = mMap.get(value.prop);
150 return currentValue != null ? currentValue : value;
CarCabinManagerTest.java 173 VehiclePropValue currentValue = mMap.get(value.prop);
175 return currentValue != null ? currentValue : value;
CarHvacManagerTest.java 206 VehiclePropValue currentValue = mMap.get(value.prop);
208 return currentValue != null ? currentValue : value;
  /frameworks/ex/camera2/utils/src/com/android/ex/camera2/utils/
Camera2RequestSettingsSet.java 88 Object currentValue = get(key);
90 if (!mDictionary.containsKey(key) || !Objects.equals(value, currentValue)) {
  /external/protobuf/conformance/third_party/jsoncpp/
jsoncpp.cpp 360 currentValue().setComment(commentsBefore_, commentBefore);
367 currentValue().setOffsetLimit(current_ - begin_);
371 currentValue().setOffsetLimit(current_ - begin_);
382 currentValue().swapPayload(v);
383 currentValue().setOffsetStart(token.start_ - begin_);
384 currentValue().setOffsetLimit(token.end_ - begin_);
390 currentValue().swapPayload(v);
391 currentValue().setOffsetStart(token.start_ - begin_);
392 currentValue().setOffsetLimit(token.end_ - begin_);
398 currentValue().swapPayload(v)
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
ExpressionEvaluator.java 62 private Value currentValue;
82 assert currentValue == null;
85 Value result = currentValue;
86 currentValue = null;
245 currentValue = value;
  /cts/tests/tests/animation/src/android/animation/cts/
ValueAnimatorTest.java 176 float currentValue = (Float) anim.getAnimatedValue();
179 assertEquals(50, currentValue, EPSILON);
184 currentValue = (Float) delayedAnim.getAnimatedValue();
187 assertEquals(50, currentValue, EPSILON);
194 float currentValue = (Float) anim.getAnimatedValue();
197 assertEquals(50, currentValue, EPSILON);
201 currentValue = (Float) delayedAnim.getAnimatedValue();
204 assertEquals(50, currentValue, EPSILON);
218 currentValue = (Float) delayedAnim.getAnimatedValue();
221 assertTrue(currentValue > 50)
    [all...]
  /external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/testGenerator/
TestLauncher.py 149 criterionValue = [criterion.currentValue]
151 criterionValue = criterion.currentValue
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 749 String compareValue = "", currentValue;
765 currentValue = nameList.get(pos);
766 if (V) Log.d(TAG, "currentValue=" + currentValue);
767 if (currentValue.equals(compareValue)) {
769 if (currentValue.contains(","))
770 currentValue = currentValue.substring(0, currentValue.lastIndexOf(','));
771 writeVCardEntry(pos, currentValue,result)
    [all...]
  /frameworks/ex/common/tests/src/com/android/common/widget/
GroupingListAdapterTests.java 58 String currentValue = cursor.getString(GROUPING_COLUMN_INDEX);
62 if (TextUtils.equals(value, currentValue)) {
70 currentValue = value;
  /packages/apps/Settings/tests/robotests/src/com/android/settings/search/
InlineSwitchPayloadTest.java 109 int currentValue = 1;
110 Settings.System.putInt(mContext.getContentResolver(), DUMMY_SETTING, currentValue);
114 assertThat(newValue).isEqualTo(1 - currentValue);
  /external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
LocalCache.java 162 V currentValue = get(key);
163 if (currentValue != null) {
164 return currentValue;
191 V currentValue = get(key);
192 if (currentValue != null) {
193 alertListenerIfPresent(key, currentValue, RemovalCause.REPLACED);
  /external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
HistogramView.java 191 int currentValue = 1;
193 yLabels[i] = Integer.toString(currentValue);
197 currentValue *= mYAxisBase;
SettingsActivity.java 108 String currentValue = String.valueOf(samplingRate);
109 int nPosition = mAdapterSamplingRate.getPosition(currentValue);
296 String currentValue = String.valueOf(samplingRate);
297 int nPosition = mAdapterSamplingRate.getPosition(currentValue);
  /hardware/interfaces/thermal/1.1/vts/functional/
VtsHalThermalV1_1TargetTest.cpp 36 .currentValue = 98.6,
  /packages/apps/Settings/src/com/android/settings/development/
DevelopmentSettings.java     [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
  /frameworks/base/services/core/jni/
com_android_server_HardwarePropertiesManagerService.cpp 145 values[i] = list[i].currentValue;
181 values[length++] = finalizeTemperature(list[i].currentValue);

Completed in 1603 milliseconds

12 3 4 5 6 7 8 91011>>