Searched refs:delegates (Results 1 – 6 of 6) sorted by relevance
44 List<String> delegates = new ArrayList<String>(); in parseStatementList() local59 delegates.addAll(result.getDelegates()); in parseStatementList()63 return new ParsedStatement(statements, delegates); in parseStatementList()83 List<String> delegates = new ArrayList<String>(); in parseStatement() local88 delegates.add(statement.optString(Utils.DELEGATE_FIELD_DELEGATE)); in parseStatement()109 return new ParsedStatement(statements, delegates); in parseStatement()
29 public ParsedStatement(List<Statement> statements, List<String> delegates) { in ParsedStatement() argument31 this.mDelegates = delegates; in ParsedStatement()
185 List<String> delegates = new ArrayList<String>(); in retrieveFromAndroid() local199 delegates.addAll(result.getDelegates()); in retrieveFromAndroid()202 for (String delegate : delegates) { in retrieveFromAndroid()
32 "path": "external/tensorflow/tensorflow/lite/delegates/nnapi"
104 The first step of the transformation is to implement the method delegates.137 This is useful for methods in the Java namespace where we cannot add delegates. The configuration158 This strategy is now obsolete and replaced by the method delegates.192 This strategy is now obsolete and replaced by the method delegates (See strategy 6- Method
6244 final List<String> delegates; in resolveDelegateReceiver() local6246 delegates = getDelegatePackagesInternalLocked(scope, userId); in resolveDelegateReceiver()6248 if (delegates.size() == 0) { in resolveDelegateReceiver()6250 } else if (delegates.size() > 1) { in resolveDelegateReceiver()6254 final String pkg = delegates.get(0); in resolveDelegateReceiver()