Searched refs:forProto (Results 1 – 3 of 3) sorted by relevance
32 val parsedEntry = WindowManagerStateBuilder().forProto(input).build() in doDecodeByteArray()
61 .forProto(entry.windowManagerService) in doParseEntry()
81 fun forProto(value: WindowManagerServiceDumpProto) = apply { proto = value } in <lambda>() method