OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mUtils
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/core/java/android/os/
CommonTimeConfig.java
71
mUtils
= new CommonTimeUtils(mRemote, mInterfaceDesc);
108
mUtils
= null;
121
return (byte)
mUtils
.transactGetInt(METHOD_GET_MASTER_ELECTION_PRIORITY, -1);
135
return
mUtils
.transactSetInt(METHOD_SET_MASTER_ELECTION_PRIORITY, priority);
148
return
mUtils
.transactGetSockaddr(METHOD_GET_MASTER_ELECTION_ENDPOINT);
164
return
mUtils
.transactSetSockaddr(METHOD_SET_MASTER_ELECTION_ENDPOINT, ep);
176
return
mUtils
.transactGetLong(METHOD_GET_MASTER_ELECTION_GROUP_ID, INVALID_GROUP_ID);
189
return
mUtils
.transactSetLong(METHOD_SET_MASTER_ELECTION_GROUP_ID, id);
204
String ifaceName =
mUtils
.transactGetString(METHOD_GET_INTERFACE_BINDING, null);
226
return
mUtils
.transactSetString(METHOD_SET_INTERFACE_BINDING
[
all
...]
CommonClock.java
127
mUtils
= new CommonTimeUtils(mRemote, mInterfaceDesc);
166
mUtils
= null;
180
return
mUtils
.transactGetLong(METHOD_GET_COMMON_TIME, TIME_NOT_SYNCED);
199
return
mUtils
.transactGetInt(METHOD_GET_ESTIMATED_ERROR, ERROR_ESTIMATE_UNKNOWN);
213
return
mUtils
.transactGetLong(METHOD_GET_TIMELINE_ID, INVALID_TIMELINE_ID);
227
return
mUtils
.transactGetInt(METHOD_GET_STATE, STATE_INVALID);
240
return
mUtils
.transactGetSockaddr(METHOD_GET_MASTER_ADDRESS);
302
if ((null == mRemote) || (null ==
mUtils
))
312
private CommonTimeUtils
mUtils
;
375
mUtils
= null
[
all
...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
CameraBinderTest.java
55
protected CameraBinderTestUtils
mUtils
;
64
mUtils
= new CameraBinderTestUtils(getContext());
70
int numCameras =
mUtils
.getCameraService().getNumberOfCameras();
71
assertTrue("At least this many cameras: " +
mUtils
.getGuessedNumCameras(),
72
numCameras >=
mUtils
.getGuessedNumCameras());
78
for (int cameraId = 0; cameraId <
mUtils
.getGuessedNumCameras(); ++cameraId) {
86
mUtils
.getCameraService().getCameraInfo(cameraId, info) ==
109
for (int cameraId = 0; cameraId <
mUtils
.getGuessedNumCameras(); ++cameraId) {
116
CameraBinderDecorator.newInstance(
mUtils
.getCameraService())
133
for (int cameraId = 0; cameraId <
mUtils
.getGuessedNumCameras(); ++cameraId)
[
all
...]
CameraDeviceBinderTest.java
66
private CameraBinderTestUtils
mUtils
;
158
mUtils
= new CameraBinderTestUtils(getContext());
171
mUtils
.getCameraService().connectDevice(mMockCb, mCameraId,
322
int status =
mUtils
.getCameraService().getCameraCharacteristics(mCameraId, /*out*/info);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactLocaleUtils.java
401
private final ContactLocaleUtilsBase
mUtils
;
411
mUtils
= new JapaneseContactUtils(mLocale);
413
mUtils
= new SimplifiedChineseContactUtils(mLocale);
415
mUtils
= new ContactLocaleUtilsBase(mLocale);
439
return
mUtils
.getSortKey(name);
443
return
mUtils
.getBucketIndex(name);
447
return
mUtils
.getBucketCount();
451
return
mUtils
.getBucketLabel(bucketIndex);
459
return
mUtils
.getLabels();
480
return
mUtils
.getNameLookupKeys(name, nameStyle)
[
all
...]
/packages/apps/Contacts/tests/src/com/android/contacts/interactions/
ContactDeletionInteractionTest.java
69
private IntegrationTestUtils
mUtils
;
79
mUtils
= new IntegrationTestUtils(getInstrumentation());
80
mUtils
.acquireScreenWakeLock(getInstrumentation().getTargetContext());
112
mUtils
.releaseScreenWakeLock();
Completed in 72 milliseconds