Home
last modified time | relevance | path

Searched refs:ACTION_SHOW_APPLICATION_OVERLAY (Results 1 – 5 of 5) sorted by relevance

/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/
DStatsdCtsForegroundActivity.java49 public static final String ACTION_SHOW_APPLICATION_OVERLAY = "action.show_application_overlay"; field in StatsdCtsForegroundActivity
93 case ACTION_SHOW_APPLICATION_OVERLAY: in onCreate()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/
DProcStateAtomTests.java59 private static final String ACTION_SHOW_APPLICATION_OVERLAY = "action.show_application_overlay"; field in ProcStateAtomTests
173 executeForegroundActivity(getDevice(), ACTION_SHOW_APPLICATION_OVERLAY); in testForeground() local
270 executeForegroundActivity(getDevice(), ACTION_SHOW_APPLICATION_OVERLAY); in testCached() local
DUidAtomTests.java78 private static final String ACTION_SHOW_APPLICATION_OVERLAY = "action.show_application_overlay"; field in UidAtomTests
873 "StatsdCtsForegroundActivity", "action", ACTION_SHOW_APPLICATION_OVERLAY, waitTime);
/cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/
DBatteryStatsBgVsFgActions.java70 public static final String ACTION_SHOW_APPLICATION_OVERLAY = "action.show_application_overlay"; field in BatteryStatsBgVsFgActions
107 case ACTION_SHOW_APPLICATION_OVERLAY: in doAction()
140 tellHostActionFinished(ACTION_SHOW_APPLICATION_OVERLAY, requestCode); in showApplicationOverlay()
/cts/hostsidetests/incident/src/com/android/server/cts/
DBatteryStatsValidationTest.java68 public static final String ACTION_SHOW_APPLICATION_OVERLAY = "action.show_application_overlay"; field in BatteryStatsValidationTest