Home | History | Annotate | Download | only in os

Lines Matching refs:mUtils

119         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;
367 mUtils = null;