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.java119 mUtils = new CommonTimeUtils(mRemote, mInterfaceDesc);
158 mUtils = null;
172 return mUtils.transactGetLong(METHOD_GET_COMMON_TIME, TIME_NOT_SYNCED);
191 return mUtils.transactGetInt(METHOD_GET_ESTIMATED_ERROR, ERROR_ESTIMATE_UNKNOWN);
205 return mUtils.transactGetLong(METHOD_GET_TIMELINE_ID, INVALID_TIMELINE_ID);
219 return mUtils.transactGetInt(METHOD_GET_STATE, STATE_INVALID);
232 return mUtils.transactGetSockaddr(METHOD_GET_MASTER_ADDRESS);
294 if ((null == mRemote) || (null == mUtils))
304 private CommonTimeUtils mUtils; field in class:CommonClock
367 mUtils
[all...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
H A DCameraBinderTest.java61 protected CameraBinderTestUtils mUtils; field in class:CameraBinderTest
70 mUtils = new CameraBinderTestUtils(getContext());
76 int numCameras = mUtils.getCameraService().getNumberOfCameras();
77 assertTrue("At least this many cameras: " + mUtils.getGuessedNumCameras(),
78 numCameras >= mUtils.getGuessedNumCameras());
84 for (int cameraId = 0; cameraId < mUtils.getGuessedNumCameras(); ++cameraId) {
92 mUtils.getCameraService().getCameraInfo(cameraId, info) ==
105 for (int cameraId = 0; cameraId < mUtils.getGuessedNumCameras(); ++cameraId) {
110 mUtils.getCameraService().getLegacyParameters(cameraId, /*out*/parameters));
127 for (int cameraId = 0; cameraId < mUtils
[all...]
H A DCameraDeviceBinderTest.java67 private CameraBinderTestUtils mUtils; field in class:CameraDeviceBinderTest
191 mUtils = new CameraBinderTestUtils(getContext());
204 mUtils.getCameraService().connectDevice(mMockCb, mCameraId,
355 int status = mUtils.getCameraService().getCameraCharacteristics(mCameraId, /*out*/info);
/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 113 milliseconds