Searched defs:SelectionResult (Results 1 – 2 of 2) sorted by relevance
318 type SelectionResult struct { struct319 moduleName string320 entries []string358 func (apkSet *ApkSet) writeApks(selected SelectionResult, config TargetConfig,421 func (apkSet *ApkSet) extractAndCopySingle(selected SelectionResult, outFile *os.File) error {
1228 private static final class SelectionResult { class in SelectionActionModeHelper1234 SelectionResult(int start, int end, in SelectionResult() method in SelectionActionModeHelper.SelectionResult