Home
last modified time | relevance | path

Searched refs:updateWidgets (Results 1 – 3 of 3) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DGyroscopeTestActivity.java181 updateWidgets( in onSensorChanged()
186 updateWidgets( in onSensorChanged()
193 updateWidgets( in onSensorChanged()
198 updateWidgets( in onSensorChanged()
204 updateWidgets( in onSensorChanged()
215 void updateWidgets(float sensorValue, int backgroundColor, int icon) { in updateWidgets() method in GyroscopeTestActivity.SensorListener
DHeartRateMonitorTestActivity.java95 updateWidgets(value, sensorEvent.accuracy, R.drawable.fs_error); in onSensorChanged()
97 updateWidgets(value, sensorEvent.accuracy, R.drawable.fs_good); in onSensorChanged()
101 void updateWidgets(float value, float accuracy, int icon) { in updateWidgets() method in HeartRateMonitorTestActivity.SensorListener
/cts/apps/CtsVerifier/src/com/android/cts/verifier/admin/
DPolicySerializationTestActivity.java84 updateWidgets(); in onCreate()
104 updateWidgets(); in onCreate()
182 private void updateWidgets() { in updateWidgets() method in PolicySerializationTestActivity