Searched refs:ServiceRunnerActivity (Results 1 – 5 of 5) sorted by relevance
30 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 …]
41 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()
32 public class ServiceRunnerActivity extends Activity { class33 private static String TAG = ServiceRunnerActivity.class.getName();46 private ServiceRunnerActivity mActivity;48 IncomingHandler(ServiceRunnerActivity activity) { in IncomingHandler()
28 public class IsolatedServiceTest extends ActivityInstrumentationTestCase2<ServiceRunnerActivity> {30 private ServiceRunnerActivity mActivity;38 super(ServiceRunnerActivity.class); in IsolatedServiceTest()
32 public class ServiceRunnerActivity extends Activity { class33 private static String TAG = ServiceRunnerActivity.class.getName();45 private ServiceRunnerActivity mActivity;47 IncomingHandler(ServiceRunnerActivity activity) { mActivity = activity; } in IncomingHandler()