Searched refs:ACTION_LOG_EVENT (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/lifecycle/service/src/androidTest/java/androidx/lifecycle/service/
H A DTestService.java34 public static final String ACTION_LOG_EVENT = "ACTION_LOG_EVENT"; field in class:TestService
44 Intent intent = new Intent(ACTION_LOG_EVENT);
/frameworks/ex/common/java/com/android/common/speech/
H A DLoggingEvents.java27 public static final String ACTION_LOG_EVENT = "com.android.common.speech.LOG_EVENT"; field in class:LoggingEvents
/frameworks/ex/common/java/com/android/common/userhappiness/
H A DUserHappinessSignals.java52 Intent i = new Intent(LoggingEvents.ACTION_LOG_EVENT);
/frameworks/support/lifecycle/service/src/androidTest/java/androidx/lifecycle/
H A DServiceLifecycleTest.java72 intentFilter.addAction(TestService.ACTION_LOG_EVENT);

Completed in 83 milliseconds