Home
last modified time | relevance | path

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

/cts/hostsidetests/appbinding/hostside/src/com/android/cts/appbinding/
DAppBindingHostTest.java46 private static final String APK_2 = "CtsAppBindingService2.apk"; 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()