Home
last modified time | relevance | path

Searched refs:delegates (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
DStatementParser.java44 List<String> delegates = new ArrayList<String>(); in parseStatementList() local
59 delegates.addAll(result.getDelegates()); in parseStatementList()
63 return new ParsedStatement(statements, delegates); in parseStatementList()
83 List<String> delegates = new ArrayList<String>(); in parseStatement() local
88 delegates.add(statement.optString(Utils.DELEGATE_FIELD_DELEGATE)); in parseStatement()
109 return new ParsedStatement(statements, delegates); in parseStatement()
DParsedStatement.java29 public ParsedStatement(List<Statement> statements, List<String> delegates) { in ParsedStatement() argument
31 this.mDelegates = delegates; in ParsedStatement()
DDirectStatementRetriever.java185 List<String> delegates = new ArrayList<String>(); in retrieveFromAndroid() local
199 delegates.addAll(result.getDelegates()); in retrieveFromAndroid()
202 for (String delegate : delegates) { in retrieveFromAndroid()
/frameworks/base/tools/layoutlib/create/
DREADME.txt104 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 configuration
158 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
/frameworks/base/docs/html/training/sharing/
Dshareaction.jd70 This delegates responsibility for the item's appearance and function to
/frameworks/base/docs/html/training/contacts-provider/
Dmodify-data.jd62 to write to the Contacts Provider, because it delegates modifications to the contacts app,
/frameworks/base/docs/html/training/printing/
Dcustom-docs.jd296 <p>This sample delegates rendering of PDF page content to <code>drawPage()</code>
/frameworks/base/docs/html/topic/performance/
Dthreads.jd373 on it. In this example, when your app delegates the
/frameworks/base/docs/html/guide/topics/providers/
Dcontacts-provider.jd1395 The device's contacts app delegates read and write permissions to this content URI