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

  /packages/apps/TV/src/com/android/tv/search/
LocalSearchProvider.java 185 row.add(result.getIntentAction());
287 abstract String getIntentAction();
AutoValue_LocalSearchProvider_SearchResult.java 108 String getIntentAction() {
187 && ((this.intentAction == null) ? (that.getIntentAction() == null) : this.intentAction.equals(that.getIntentAction()))

Completed in 103 milliseconds