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.java186 IdentifierProto identifierProto = state.rootWindowContainer.windows[i]; in parseSysDumpProto() local
187 String hash_code = Integer.toHexString(identifierProto.hashCode); in parseSysDumpProto()
502 IdentifierProto identifierProto = proto.identifier; in WindowState() local
503 mName = identifierProto.title; in WindowState()
504 mAppToken = Integer.toHexString(identifierProto.hashCode); in WindowState()
/cts/tests/framework/base/activitymanager/util/src/android/server/am/
DWindowManagerState.java219 IdentifierProto identifierProto = state.rootWindowContainer.windows[i]; in parseSysDumpProto() local
220 String hash_code = Integer.toHexString(identifierProto.hashCode); in parseSysDumpProto()
785 IdentifierProto identifierProto = proto.identifier; in WindowState() local
786 mName = identifierProto.title; in WindowState()
787 mAppToken = Integer.toHexString(identifierProto.hashCode); in WindowState()