Searched refs:transactGetInt (Results 1 – 3 of 3) sorted by relevance
121 return (byte)mUtils.transactGetInt(METHOD_GET_MASTER_ELECTION_PRIORITY, -1); in getMasterElectionPriority()240 return mUtils.transactGetInt(METHOD_GET_MASTER_ANNOUNCE_INTERVAL, -1); in getMasterAnnounceInterval()267 return mUtils.transactGetInt(METHOD_GET_CLIENT_SYNC_INTERVAL, -1); in getClientSyncInterval()295 return mUtils.transactGetInt(METHOD_GET_PANIC_THRESHOLD, -1); in getPanicThreshold()323 return (1 == mUtils.transactGetInt(METHOD_GET_AUTO_DISABLE, 1)); in getAutoDisable()
199 return mUtils.transactGetInt(METHOD_GET_ESTIMATED_ERROR, ERROR_ESTIMATE_UNKNOWN); in getEstimatedError()227 return mUtils.transactGetInt(METHOD_GET_STATE, STATE_INVALID); in getState()
47 public int transactGetInt(int method_code, int error_ret_val) in transactGetInt() method in CommonTimeUtils