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

  /frameworks/support/lifecycle/service/src/androidTest/java/androidx/lifecycle/service/
TestService.java 34 public static final String ACTION_LOG_EVENT = "ACTION_LOG_EVENT";
44 Intent intent = new Intent(ACTION_LOG_EVENT);
  /frameworks/ex/common/java/com/android/common/speech/
LoggingEvents.java 27 public static final String ACTION_LOG_EVENT = "com.android.common.speech.LOG_EVENT";
  /frameworks/ex/common/java/com/android/common/userhappiness/
UserHappinessSignals.java 52 Intent i = new Intent(LoggingEvents.ACTION_LOG_EVENT);
  /frameworks/support/lifecycle/service/src/androidTest/java/androidx/lifecycle/
ServiceLifecycleTest.java 72 intentFilter.addAction(TestService.ACTION_LOG_EVENT);

Completed in 551 milliseconds