Searched refs:SERVICE_2 (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/appbinding/hostside/src/com/android/cts/appbinding/ |
D | AppBindingHostTest.java | 62 private static final String SERVICE_2 = "com.android.cts.appbinding.app.MyService2"; field in AppBindingHostTest 363 installAndCheckBound(APK_2, PACKAGE_A, SERVICE_2, mCurrentUserId); in testSimpleBind2() 446 installAndCheckBound(APK_2, PACKAGE_A, SERVICE_2, mCurrentUserId); in testUpgrade() 540 installAndCheckBound(APK_2, PACKAGE_A, SERVICE_2, mCurrentUserId); in testUninstall() 557 installAndCheckBound(APK_2, PACKAGE_A, SERVICE_2, mCurrentUserId); in testSwitchDefaultApp() 607 installAndCheckBound(APK_2, PACKAGE_A, SERVICE_2, userId); in testSecondaryUser() 620 checkBound(PACKAGE_A, SERVICE_2, userId); in testSecondaryUser()
|