Searched refs:APK_B (Results 1 – 2 of 2) sorted by relevance
/cts/hostsidetests/appbinding/hostside/src/com/android/cts/appbinding/ |
D | AppBindingHostTest.java | 52 private static final String APK_B = "CtsAppBindingServiceB.apk"; field in AppBindingHostTest 376 installAndCheckBound(APK_B, PACKAGE_B, SERVICE_1, mCurrentUserId); in testSimpleBindB() 536 installAndCheckBound(APK_B, PACKAGE_B, SERVICE_1, mCurrentUserId); in testUninstall() 556 installAndCheckBound(APK_B, PACKAGE_B, SERVICE_1, mCurrentUserId); in testSwitchDefaultApp() 593 installAndCheckBound(APK_B, PACKAGE_B, SERVICE_1, userId); in testSecondaryUser()
|
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/ |
D | StorageHostTest.java | 48 private static final String APK_B = "CtsStorageAppB.apk"; field in StorageHostTest 60 installPackage(APK_B); in setUp()
|