HomeSort by relevance Sort by last modified time
    Searched refs:DELEGATE_FIELD_DELEGATE (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
StatementParser.java 87 if (statement.optString(Utils.DELEGATE_FIELD_DELEGATE, null) != null) {
88 delegates.add(statement.optString(Utils.DELEGATE_FIELD_DELEGATE));
Utils.java 64 public static final String DELEGATE_FIELD_DELEGATE = "include";

Completed in 2287 milliseconds