Searched refs:mUtils (Results 1 – 5 of 5) 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()244 mCameraUser = mUtils.getCameraService().connectDevice(mMockCb, mCameraId, in setUp()417 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()
320 private BiometricUtils mUtils; field in BiometricServiceBase.InternalEnumerateClient335 mUtils = utils; in InternalEnumerateClient()371 mUtils.removeBiometricForUser(getContext(), in doTemplateCleanup()
49399 Landroid/os/CommonClock;->mUtils:Landroid/os/CommonTimeUtils;49453 Landroid/os/CommonTimeConfig;->mUtils:Landroid/os/CommonTimeUtils;