Searched refs:getAppLocation (Results 1 – 5 of 5) sorted by relevance
33 public abstract AppLocation getAppLocation(); in getAppLocation() method in AppTestCommon44 return getAppLocation() == AppLocation.SYSTEM in systemPrivateLibsAccessibleFromAppNamespace()45 || (getAppLocation() == AppLocation.PRODUCT && TestUtils.productAppsAreShared()); in systemPrivateLibsAccessibleFromAppNamespace()54 return (getAppLocation() == AppLocation.SYSTEM || getAppLocation() == AppLocation.PRODUCT) in productPrivateLibsAccessibleFromAppNamespace()69 return getAppLocation() == AppLocation.SYSTEM in noSwitchToVendorOrProductNamespace()70 || (getAppLocation() == AppLocation.PRODUCT && TestUtils.productAppsAreShared()); in noSwitchToVendorOrProductNamespace()147 loadPrivateProductLib = getAppLocation() == AppLocation.SYSTEM in testLoadPrivateLibrariesViaProductSharedLibWithAbsolutePaths()148 || getAppLocation() == AppLocation.PRODUCT; in testLoadPrivateLibrariesViaProductSharedLibWithAbsolutePaths()
34 public AppLocation getAppLocation() { in getAppLocation() method in SystemAppTest
33 public AppLocation getAppLocation() { in getAppLocation() method in VendorAppTest
33 public AppLocation getAppLocation() { in getAppLocation() method in DataAppTest
33 public AppLocation getAppLocation() { in getAppLocation() method in ProductAppTest