Searched refs:identifierProto (Results 1 – 2 of 2) sorted by relevance
186 IdentifierProto identifierProto = state.rootWindowContainer.windows[i]; in parseSysDumpProto() local187 String hash_code = Integer.toHexString(identifierProto.hashCode); in parseSysDumpProto()502 IdentifierProto identifierProto = proto.identifier; in WindowState() local503 mName = identifierProto.title; in WindowState()504 mAppToken = Integer.toHexString(identifierProto.hashCode); in WindowState()
219 IdentifierProto identifierProto = state.rootWindowContainer.windows[i]; in parseSysDumpProto() local220 String hash_code = Integer.toHexString(identifierProto.hashCode); in parseSysDumpProto()785 IdentifierProto identifierProto = proto.identifier; in WindowState() local786 mName = identifierProto.title; in WindowState()787 mAppToken = Integer.toHexString(identifierProto.hashCode); in WindowState()