Searched refs:mUtils (Results 1 – 4 of 4) sorted by relevance
63 protected CameraBinderTestUtils mUtils; field in CameraBinderTest72 mUtils = new CameraBinderTestUtils(getContext()); in setUp()78 int numCameras = mUtils.getCameraService().getNumberOfCameras(CAMERA_TYPE_ALL); in testNumberOfCameras()79 assertTrue("At least this many cameras: " + mUtils.getGuessedNumCameras(), in testNumberOfCameras()80 numCameras >= mUtils.getGuessedNumCameras()); in testNumberOfCameras()86 for (int cameraId = 0; cameraId < mUtils.getGuessedNumCameras(); ++cameraId) { in testCameraInfo()88 CameraInfo info = mUtils.getCameraService().getCameraInfo(cameraId); in testCameraInfo()100 for (int cameraId = 0; cameraId < mUtils.getGuessedNumCameras(); ++cameraId) { in testGetLegacyParameters()102 String parameters = mUtils.getCameraService().getLegacyParameters(cameraId); in testGetLegacyParameters()119 for (int cameraId = 0; cameraId < mUtils.getGuessedNumCameras(); ++cameraId) { in testSupportsCamera2Api()[all …]
77 private CameraBinderTestUtils mUtils; field in CameraDeviceBinderTest232 mUtils = new CameraBinderTestUtils(getContext()); in setUp()245 mCameraUser = mUtils.getCameraService().connectDevice(mMockCb, mCameraId, in setUp()418 CameraMetadataNative info = mUtils.getCameraService().getCameraCharacteristics(mCameraId); in testCameraCharacteristics()
29 private BluetoothTestUtils mUtils = null; field in BluetoothInstrumentation35 if (mUtils == null) { in getBluetoothTestUtils()36 mUtils = new BluetoothTestUtils(getContext(), in getBluetoothTestUtils()39 return mUtils; in getBluetoothTestUtils()
341 private BiometricUtils mUtils; field in BiometricServiceBase.InternalEnumerateClient356 mUtils = utils; in InternalEnumerateClient()392 mUtils.removeBiometricForUser(getContext(), in doTemplateCleanup()