Searched refs:setDebuggable (Results 1 – 7 of 7) sorted by relevance
171 ParsingPackage setDebuggable(boolean debuggable); in setDebuggable() method
2482 public ParsingPackageImpl setDebuggable(boolean value) {
2186 .setDebuggable(bool(false, R.styleable.AndroidManifestApplication_debuggable, sa)) in parseBaseAppBasicFlags()
810 void setDebuggable(boolean isDebuggable) { in setDebuggable() method in ActivityManagerService.PackageAssociationInfo2459 pai.setDebuggable((appInfo.flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0); in updateAssociationForApp()
5067 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…
5065 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…
6337 PLcom/android/server/am/ActivityManagerService$PackageAssociationInfo;->setDebuggable(Z)V