HomeSort by relevance Sort by last modified time
    Searched refs:transactGetInt (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/os/
CommonTimeConfig.java 120 return (byte)mUtils.transactGetInt(METHOD_GET_MASTER_ELECTION_PRIORITY, -1);
239 return mUtils.transactGetInt(METHOD_GET_MASTER_ANNOUNCE_INTERVAL, -1);
266 return mUtils.transactGetInt(METHOD_GET_CLIENT_SYNC_INTERVAL, -1);
294 return mUtils.transactGetInt(METHOD_GET_PANIC_THRESHOLD, -1);
322 return (1 == mUtils.transactGetInt(METHOD_GET_AUTO_DISABLE, 1));
CommonClock.java 190 return mUtils.transactGetInt(METHOD_GET_ESTIMATED_ERROR, ERROR_ESTIMATE_UNKNOWN);
218 return mUtils.transactGetInt(METHOD_GET_STATE, STATE_INVALID);
CommonTimeUtils.java 48 public int transactGetInt(int method_code, int error_ret_val)

Completed in 62 milliseconds