Searched refs:SERVICE_1 (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/appbinding/hostside/src/com/android/cts/appbinding/ |
D | AppBindingHostTest.java | 61 private static final String SERVICE_1 = "com.android.cts.appbinding.app.MyService"; field in AppBindingHostTest 350 installAndCheckBound(APK_1, PACKAGE_A, SERVICE_1, mCurrentUserId); in testSimpleBind1() 376 installAndCheckBound(APK_B, PACKAGE_B, SERVICE_1, mCurrentUserId); in testSimpleBindB() 445 installAndCheckBound(APK_1, PACKAGE_A, SERVICE_1, mCurrentUserId); in testUpgrade() 449 installAndCheckBound(APK_1, PACKAGE_A, SERVICE_1, mCurrentUserId); in testUpgrade() 470 installAndCheckBound(APK_1, PACKAGE_A, SERVICE_1, mCurrentUserId); in testServiceEnabledByDefault() 486 checkBound(PACKAGE_A, SERVICE_1, mCurrentUserId); in testServiceEnabledByDefault() 508 checkBound(PACKAGE_A, SERVICE_1, mCurrentUserId); in testServiceDisabledByDefault() 531 installAndCheckBound(APK_1, PACKAGE_A, SERVICE_1, mCurrentUserId); in testUninstall() 536 installAndCheckBound(APK_B, PACKAGE_B, SERVICE_1, mCurrentUserId); in testUninstall() [all …]
|