Home
last modified time | relevance | path

Searched refs:METHOD_GET_MASTER_ELECTION_PRIORITY (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
DCommonTimeConfig.java121 return (byte)mUtils.transactGetInt(METHOD_GET_MASTER_ELECTION_PRIORITY, -1); in getMasterElectionPriority()
431 private static final int METHOD_GET_MASTER_ELECTION_PRIORITY = IBinder.FIRST_CALL_TRANSACTION; field in CommonTimeConfig
432 …ate static final int METHOD_SET_MASTER_ELECTION_PRIORITY = METHOD_GET_MASTER_ELECTION_PRIORITY + 1;