Home
last modified time | relevance | path

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

/cts/hostsidetests/tagging/sdk_30_memtag/src/android/cts/tagging/sdk30memtag/
DTaggingTest.java30 import android.cts.tagging.ServiceRunnerActivity;
37 …public ActivityTestRule<ServiceRunnerActivity> mServiceRunnerActivityRule = new ActivityTestRule<>(
38 ServiceRunnerActivity.class, false /*initialTouchMode*/, false /*launchActivity*/);
42 ServiceRunnerActivity activity = mServiceRunnerActivityRule.launchActivity(null); in testMemtagOffService()
49 ServiceRunnerActivity activity = mServiceRunnerActivityRule.launchActivity(null); in testMemtagOffIsolatedService()
56 ServiceRunnerActivity activity = mServiceRunnerActivityRule.launchActivity(null); in testMemtagOffAppZygoteService()
63 ServiceRunnerActivity activity = mServiceRunnerActivityRule.launchActivity(null); in testExportedMemtagSyncService()
71 ServiceRunnerActivity activity = mServiceRunnerActivityRule.launchActivity(null); in testExportedMemtagOffService()
81 ServiceRunnerActivity activity = mServiceRunnerActivityRule.launchActivity(null); in testExportedMemtagOffService_expectSync()
89 ServiceRunnerActivity activity = mServiceRunnerActivityRule.launchActivity(null); in testExportedMemtagSyncAppZygoteService()
[all …]
/cts/hostsidetests/tagging/sdk_30/src/android/cts/tagging/sdk30/
DTaggingTest.java41 import android.cts.tagging.ServiceRunnerActivity;
182 …public ActivityTestRule<ServiceRunnerActivity> mServiceRunnerActivityRule = new ActivityTestRule<>(
183 ServiceRunnerActivity.class, false /*initialTouchMode*/, false /*launchActivity*/);
187 ServiceRunnerActivity activity = mServiceRunnerActivityRule.launchActivity(null); in testExportedMemtagSyncService()
195 ServiceRunnerActivity activity = mServiceRunnerActivityRule.launchActivity(null); in testExportedMemtagOffService()
203 ServiceRunnerActivity activity = mServiceRunnerActivityRule.launchActivity(null); in testExportedMemtagSyncAppZygoteService()
211 ServiceRunnerActivity activity = mServiceRunnerActivityRule.launchActivity(null); in testExportedMemtagOffAppZygoteService()
/cts/tests/tests/uidisolation/src/android/uidisolation/cts/
DServiceRunnerActivity.java32 public class ServiceRunnerActivity extends Activity { class
33 private static String TAG = ServiceRunnerActivity.class.getName();
46 private ServiceRunnerActivity mActivity;
48 IncomingHandler(ServiceRunnerActivity activity) { in IncomingHandler()
DIsolatedServiceTest.java28 public class IsolatedServiceTest extends ActivityInstrumentationTestCase2<ServiceRunnerActivity> {
30 private ServiceRunnerActivity mActivity;
38 super(ServiceRunnerActivity.class); in IsolatedServiceTest()
/cts/hostsidetests/tagging/common/src/android/cts/tagging/
DServiceRunnerActivity.java32 public class ServiceRunnerActivity extends Activity { class
33 private static String TAG = ServiceRunnerActivity.class.getName();
45 private ServiceRunnerActivity mActivity;
47 IncomingHandler(ServiceRunnerActivity activity) { mActivity = activity; } in IncomingHandler()