Searched refs:APK_1 (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/appbinding/hostside/src/com/android/cts/appbinding/ |
D | AppBindingHostTest.java | 45 private static final String APK_1 = "CtsAppBindingService1.apk"; field in AppBindingHostTest 350 installAndCheckBound(APK_1, PACKAGE_A, SERVICE_1, mCurrentUserId); in testSimpleBind1() 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() 531 installAndCheckBound(APK_1, PACKAGE_A, SERVICE_1, mCurrentUserId); in testUninstall() 555 installAndCheckBound(APK_1, PACKAGE_A, SERVICE_1, mCurrentUserId); in testSwitchDefaultApp() 586 installAndCheckBound(APK_1, PACKAGE_A, SERVICE_1, mCurrentUserId); in testSecondaryUser() 606 installAndCheckBound(APK_1, PACKAGE_A, SERVICE_1, userId); in testSecondaryUser() 643 installAndCheckBound(APK_1, PACKAGE_A, SERVICE_1, mCurrentUserId); in testCrashAndAutoRebind() [all …]
|