OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AutoLockTest
(Results
1 - 2
of
2
) sorted by null
/cts/apps/CtsVerifier/include/colorchecker/
autolocktest.h
24
class
AutoLockTest
: public ImageTestHandler {
26
AutoLockTest
() : ImageTestHandler() {}
27
AutoLockTest
(int debugHeight, int debugWidth) :
29
~
AutoLockTest
() {}
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/
AutoLockTest.java
59
public class
AutoLockTest
extends CameraTests {
61
private static final String TAG = "
AutoLockTest
";
110
private static
AutoLockTest
singletonTest = null;
199
* Constructs the
AutoLockTest
class, which can execute a series of tests
210
private
AutoLockTest
(){
214
public static synchronized
AutoLockTest
getSingletonTest() {
216
Log.v(TAG, "Creating a new
AutoLockTest
instance");
217
singletonTest = new
AutoLockTest
();
315
Log.v(TAG, "
AutoLockTest
thread started!");
[
all
...]
Completed in 152 milliseconds