Searched refs:delegates (Results 1 – 9 of 9) 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()
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
70 This delegates responsibility for the item's appearance and function to
62 to write to the Contacts Provider, because it delegates modifications to the contacts app,
296 <p>This sample delegates rendering of PDF page content to <code>drawPage()</code>
373 on it. In this example, when your app delegates the
1395 The device's contacts app delegates read and write permissions to this content URI