Home
last modified time | relevance | path

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

/cts/hostsidetests/appbinding/hostside/src/com/android/cts/appbinding/
DAppBindingHostTest.java52 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/
DStorageHostTest.java47 private static final String APK_B = "CtsStorageAppB.apk"; field in StorageHostTest
59 installPackage(APK_B); in setUp()