Home | History | Annotate | Download | only in unit

Lines Matching defs:allKeys

1288         List<CaptureResult.Key<?>> allKeys = captureResult.getKeys();
1289 if (VERBOSE) Log.v(TAG, "testCaptureResult: key list size " + allKeys);
1297 assertTrue(allKeys.size() >= 1); // FIXME: android.statistics.faces counts as a key
1298 assertTrue(allKeys.contains(CaptureResult.CONTROL_AE_MODE));