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

  /packages/apps/TV/src/com/android/tv/search/
AutoValue_LocalSearchProvider_SearchResult.java 108 String getIntentAction() {
187 && ((this.intentAction == null) ? (that.getIntentAction() == null) : this.intentAction.equals(that.getIntentAction()))
LocalSearchProvider.java 185 row.add(result.getIntentAction());
287 abstract String getIntentAction();
  /cts/tests/tests/batterysaving/apps/app_target_api_current/src/android/os/cts/batterysaving/app/
CommReceiver.java 96 new Intent(req.getIntentAction()), 0);
  /cts/hostsidetests/incident/src/com/android/server/cts/
ActivityManagerIncidentTest.java 71 if (record.getIntentAction().equals(TEST_BROADCAST)) {

Completed in 210 milliseconds