OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:logInstructions
(Results
1 - 11
of
11
) sorted by null
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
AccelerometerMeasurementTestActivity.java
111
logger.
logInstructions
(descriptionResId);
126
logger.
logInstructions
(descriptionResId);
127
logger.
logInstructions
(R.string.snsr_device_steady);
GyroscopeMeasurementTestActivity.java
55
getTestLogger().
logInstructions
(R.string.snsr_gyro_device_placement);
113
logger.
logInstructions
(R.string.snsr_keep_device_rotating_clockwise);
151
logger.
logInstructions
(instructionsResId);
BatchingTestActivity.java
117
getTestLogger().
logInstructions
(instructionsResId);
135
getTestLogger().
logInstructions
(instructionsResId);
MagneticFieldMeasurementTestActivity.java
180
logger.
logInstructions
(R.string.snsr_mag_calibration_description);
189
logger.
logInstructions
(R.string.snsr_mag_calibration_complete);
SignificantMotionTestActivity.java
142
logger.
logInstructions
(R.string.snsr_significant_motion_test_deactivation);
183
logger.
logInstructions
(R.string.snsr_significant_motion_ap_suspend);
236
logger.
logInstructions
(instructionsResId);
DeviceSuspendTestActivity.java
79
logger.
logInstructions
(R.string.snsr_device_suspend_test_instr);
StepCounterTestActivity.java
145
getTestLogger().
logInstructions
(instructionsResId);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
SensorSettingContainer.java
88
logger.
logInstructions
(R.string.snsr_setting_mode_request, settingName, modeOn);
89
logger.
logInstructions
(R.string.snsr_on_complete_return);
SensorFeaturesDeactivator.java
64
.
logInstructions
(R.string.snsr_sensor_feature_deactivation);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
BaseSensorTestActivity.java
261
mTestLogger.
logInstructions
(resId);
292
mTestLogger.
logInstructions
(waitMessageResId);
485
mTestLogger.
logInstructions
(R.string.snsr_test_complete_with_errors);
495
mTestLogger.
logInstructions
(R.string.snsr_test_complete);
548
public void
logInstructions
(int instructionsResId, Object ... params) {
561
logInstructions
(R.string.snsr_test_play_sound);
SensorCtsTestActivity.java
76
logger.
logInstructions
(R.string.snsr_no_interaction);
77
logger.
logInstructions
(R.string.snsr_run_automated_tests);
Completed in 346 milliseconds