Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DCommonTimeConfig.java148 return mUtils.transactGetSockaddr(METHOD_GET_MASTER_ELECTION_ENDPOINT); in getMasterElectionEndpoint()
433 …private static final int METHOD_GET_MASTER_ELECTION_ENDPOINT = METHOD_SET_MASTER_ELECTION_PRIORITY… field in CommonTimeConfig
434 …ate static final int METHOD_SET_MASTER_ELECTION_ENDPOINT = METHOD_GET_MASTER_ELECTION_ENDPOINT + 1;