Searched refs:identifierProto (Results 1 – 2 of 2) sorted by relevance
183 IdentifierProto identifierProto = state.rootWindowContainer.windows[i]; in parseSysDumpProto() local184 String hash_code = Integer.toHexString(identifierProto.hashCode); in parseSysDumpProto()496 IdentifierProto identifierProto = proto.identifier; in WindowState() local497 mName = identifierProto.title; in WindowState()498 mAppToken = Integer.toHexString(identifierProto.hashCode); in WindowState()
228 IdentifierProto identifierProto = state.rootWindowContainer.windows[i]; in parseSysDumpProto() local229 String hash_code = Integer.toHexString(identifierProto.hashCode); in parseSysDumpProto()851 IdentifierProto identifierProto = proto.identifier; in WindowState() local852 mName = identifierProto.title; in WindowState()853 mAppToken = Integer.toHexString(identifierProto.hashCode); in WindowState()