Home
last modified time | relevance | path

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

/cts/hostsidetests/appbinding/hostside/src/com/android/cts/appbinding/
DAppBindingHostTest.java55 private static final String PACKAGE_B = "com.android.cts.appbinding.app.b"; field in AppBindingHostTest
187 getDevice().uninstallPackage(PACKAGE_B); in uninstallTestApps()
376 installAndCheckBound(APK_B, PACKAGE_B, SERVICE_1, mCurrentUserId); in testSimpleBindB()
536 installAndCheckBound(APK_B, PACKAGE_B, SERVICE_1, mCurrentUserId); in testUninstall()
537 getDevice().uninstallPackage(PACKAGE_B); in testUninstall()
538 checkPackageNotBound(PACKAGE_B, 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()
603 checkBound(PACKAGE_B, SERVICE_1, userId); in testSecondaryUser()
/cts/hostsidetests/appsecurity/test-apps/SessionInspector/src/com/android/cts/sessioninspector/
DConstants.java29 public static final String PACKAGE_B = PKG_BASE + "b"; field in Constants
DSessionInspectorTest.java52 ? Constants.PACKAGE_A : Constants.PACKAGE_B; in testOnlyOwnerCanSee()
53 String otherPackage = Constants.PACKAGE_A.equals(myPackage) ? Constants.PACKAGE_B in testOnlyOwnerCanSee()