Home
last modified time | relevance | path

Searched refs:setDebuggable (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/core/java/android/content/pm/parsing/
H A DParsingPackage.java171 ParsingPackage setDebuggable(boolean debuggable); in setDebuggable() method
H A DParsingPackageImpl.java2482 public ParsingPackageImpl setDebuggable(boolean value) {
H A DParsingPackageUtils.java2186 .setDebuggable(bool(false, R.styleable.AndroidManifestApplication_debuggable, sa)) in parseBaseAppBasicFlags()
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java813 void setDebuggable(boolean isDebuggable) { in setDebuggable() method in ActivityManagerService.PackageAssociationInfo
2479 pai.setDebuggable((appInfo.flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0); in updateAssociationForApp()
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt5067 HSPLandroid/content/pm/parsing/ParsingPackageImpl;->setDebuggable(Z)Landroid/content/pm/parsing/Par…
5068 HSPLandroid/content/pm/parsing/ParsingPackageImpl;->setDebuggable(Z)Landroid/content/pm/parsing/Par…
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt5065 HSPLandroid/content/pm/parsing/ParsingPackageImpl;->setDebuggable(Z)Landroid/content/pm/parsing/Par…
5066 HSPLandroid/content/pm/parsing/ParsingPackageImpl;->setDebuggable(Z)Landroid/content/pm/parsing/Par…
/aosp12/frameworks/base/services/
H A Dart-profile6337 PLcom/android/server/am/ActivityManagerService$PackageAssociationInfo;->setDebuggable(Z)V