Searched refs:isOverlayMutable (Results 1 – 3 of 3) sorted by relevance
83 assertTrue(isOverlayMutable(SIG_OVERLAY_PACKAGE_NAME)); in installedIsStaticOverlayIsMutable()227 private boolean isOverlayMutable(String pkg) throws Exception { in isOverlayMutable() method in InstallOverlayTests
4564 if (!mPm.isOverlayMutable(pkg.getPackageName())) { in assertOverlayIsValid()
7918 boolean isOverlayMutable(String packageName) { in isOverlayMutable() method