Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/server/am/
DWindowManagerState.java183 IdentifierProto identifierProto = state.rootWindowContainer.windows[i]; in parseSysDumpProto() local
184 String hash_code = Integer.toHexString(identifierProto.hashCode); in parseSysDumpProto()
496 IdentifierProto identifierProto = proto.identifier; in WindowState() local
497 mName = identifierProto.title; in WindowState()
498 mAppToken = Integer.toHexString(identifierProto.hashCode); in WindowState()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowManagerState.java228 IdentifierProto identifierProto = state.rootWindowContainer.windows[i]; in parseSysDumpProto() local
229 String hash_code = Integer.toHexString(identifierProto.hashCode); in parseSysDumpProto()
851 IdentifierProto identifierProto = proto.identifier; in WindowState() local
852 mName = identifierProto.title; in WindowState()
853 mAppToken = Integer.toHexString(identifierProto.hashCode); in WindowState()