Home
last modified time | relevance | path

Searched refs:ACTION_SIMPLE_ACTIVITY_START_FG_SERVICE_RESULT (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/devicepolicy/app/SimpleApp/src/com/android/cts/launcherapps/simpleapp/
DSimpleService3.java40 public static String ACTION_SIMPLE_ACTIVITY_START_FG_SERVICE_RESULT = field in SimpleService3
41 SimpleActivityStartFgService.ACTION_SIMPLE_ACTIVITY_START_FG_SERVICE_RESULT;
83 Intent reply = new Intent(ACTION_SIMPLE_ACTIVITY_START_FG_SERVICE_RESULT); in onStartCommand()
DSimpleActivityStartFgService.java36 public static String ACTION_SIMPLE_ACTIVITY_START_FG_SERVICE_RESULT = field in SimpleActivityStartFgService
74 Intent reply = new Intent(ACTION_SIMPLE_ACTIVITY_START_FG_SERVICE_RESULT); in attemptStartService()
/cts/tests/app/src/android/app/cts/
DActivityManagerProcessStateTest.java93 public static String ACTION_SIMPLE_ACTIVITY_START_FG_SERVICE_RESULT = field in ActivityManagerProcessStateTest
1178 waiter.prepare(ACTION_SIMPLE_ACTIVITY_START_FG_SERVICE_RESULT); in testBgRestrictedForegroundService()