Home
last modified time | relevance | path

Searched refs:ACTION_ITS_DO_JCA_CAPTURE (Results 1 – 2 of 2) sorted by relevance

/cts/apps/CameraITS/utils/
Dui_interaction_utils.py28 ACTION_ITS_DO_JCA_CAPTURE = ( variable
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsTestActivity.java98 private static final String ACTION_ITS_DO_JCA_CAPTURE = field in ItsTestActivity
188 if (ACTION_ITS_DO_JCA_CAPTURE.equals(intent.getAction())) {
1149 filter = new IntentFilter(ACTION_ITS_DO_JCA_CAPTURE); in onResume()