Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java718 void setDebuggable(boolean isDebuggable) { in setDebuggable() method in ActivityManagerService.PackageAssociationInfo
2704 pai.setDebuggable((appInfo.flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0); in updateAssociationForApp()