Searched refs:mUtils (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/os/
H A DCommonTimeConfig.java70 mUtils = new CommonTimeUtils(mRemote, mInterfaceDesc);
107 mUtils = null;
120 return (byte)mUtils.transactGetInt(METHOD_GET_MASTER_ELECTION_PRIORITY, -1);
134 return mUtils.transactSetInt(METHOD_SET_MASTER_ELECTION_PRIORITY, priority);
147 return mUtils.transactGetSockaddr(METHOD_GET_MASTER_ELECTION_ENDPOINT);
163 return mUtils.transactSetSockaddr(METHOD_SET_MASTER_ELECTION_ENDPOINT, ep);
175 return mUtils.transactGetLong(METHOD_GET_MASTER_ELECTION_GROUP_ID, INVALID_GROUP_ID);
188 return mUtils.transactSetLong(METHOD_SET_MASTER_ELECTION_GROUP_ID, id);
203 String ifaceName = mUtils.transactGetString(METHOD_GET_INTERFACE_BINDING, null);
225 return mUtils
419 private CommonTimeUtils mUtils; field in class:CommonTimeConfig
[all...]
H A DCommonClock.java118 mUtils = new CommonTimeUtils(mRemote, mInterfaceDesc);
157 mUtils = null;
171 return mUtils.transactGetLong(METHOD_GET_COMMON_TIME, TIME_NOT_SYNCED);
190 return mUtils.transactGetInt(METHOD_GET_ESTIMATED_ERROR, ERROR_ESTIMATE_UNKNOWN);
204 return mUtils.transactGetLong(METHOD_GET_TIMELINE_ID, INVALID_TIMELINE_ID);
218 return mUtils.transactGetInt(METHOD_GET_STATE, STATE_INVALID);
231 return mUtils.transactGetSockaddr(METHOD_GET_MASTER_ADDRESS);
293 if ((null == mRemote) || (null == mUtils))
303 private CommonTimeUtils mUtils; field in class:CommonClock
366 mUtils
[all...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
H A DCameraBinderTest.java62 protected CameraBinderTestUtils mUtils; field in class:CameraBinderTest
71 mUtils = new CameraBinderTestUtils(getContext());
77 int numCameras = mUtils.getCameraService().getNumberOfCameras(CAMERA_TYPE_ALL);
78 assertTrue("At least this many cameras: " + mUtils.getGuessedNumCameras(),
79 numCameras >= mUtils.getGuessedNumCameras());
85 for (int cameraId = 0; cameraId < mUtils.getGuessedNumCameras(); ++cameraId) {
87 CameraInfo info = mUtils.getCameraService().getCameraInfo(cameraId);
99 for (int cameraId = 0; cameraId < mUtils.getGuessedNumCameras(); ++cameraId) {
101 String parameters = mUtils.getCameraService().getLegacyParameters(cameraId);
118 for (int cameraId = 0; cameraId < mUtils
[all...]
H A DCameraDeviceBinderTest.java71 private CameraBinderTestUtils mUtils; field in class:CameraDeviceBinderTest
226 mUtils = new CameraBinderTestUtils(getContext());
238 mCameraUser = mUtils.getCameraService().connectDevice(mMockCb, mCameraId,
411 CameraMetadataNative info = mUtils.getCameraService().getCameraCharacteristics(mCameraId);
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothInstrumentation.java29 private BluetoothTestUtils mUtils = null; field in class:BluetoothInstrumentation
35 if (mUtils == null) {
36 mUtils = new BluetoothTestUtils(getContext(),
39 return mUtils;

Completed in 137 milliseconds