Searched refs:mIsDebuggable (Results 1 – 3 of 3) sorted by relevance
22 private boolean mIsDebuggable; field in ApplicationInfoBuilder40 mIsDebuggable = true; in debuggable()51 if (mIsDebuggable) { in build()
39 private final boolean mIsDebuggable; field in TestSystemImpl50 mIsDebuggable = isDebuggable; in TestSystemImpl()108 public boolean systemIsDebuggable() { return mIsDebuggable; } in systemIsDebuggable()
742 private boolean mIsDebuggable; field in ActivityManagerService.PackageAssociationInfo748 mIsDebuggable = isDebuggable; in PackageAssociationInfo()756 return mIsDebuggable || mAllowedPackageAssociations.contains(targetPackage); in isPackageAssociationAllowed()760 return mIsDebuggable; in isDebuggable()764 mIsDebuggable = isDebuggable; in setDebuggable()