Searched refs:mIsDebuggable (Results 1 – 2 of 2) sorted by relevance
39 private final boolean mIsDebuggable; field in TestSystemImpl50 mIsDebuggable = isDebuggable; in TestSystemImpl()108 public boolean systemIsDebuggable() { return mIsDebuggable; } in systemIsDebuggable()
697 private boolean mIsDebuggable; field in ActivityManagerService.PackageAssociationInfo703 mIsDebuggable = isDebuggable; in PackageAssociationInfo()711 return mIsDebuggable || mAllowedPackageAssociations.contains(targetPackage); in isPackageAssociationAllowed()715 return mIsDebuggable; in isDebuggable()719 mIsDebuggable = isDebuggable; in setDebuggable()