Home
last modified time | relevance | path

Searched refs:ACTIVITY_START_SERVICE (Results 1 – 2 of 2) sorted by relevance

/cts/tests/framework/base/windowmanager/backgroundactivity/TestApp/src/android/server/wm/backgroundactivity/appa/
DComponents.java111 public final ComponentName ACTIVITY_START_SERVICE; field in Components
164 ACTIVITY_START_SERVICE = in Components()
DBindServiceActivity.java51 Intent serviceIntent = new Intent().setComponent(appA.ACTIVITY_START_SERVICE); in onStart()