Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerDebugConfig.java70 static final boolean DEBUG_PERMISSIONS_REVIEW = DEBUG_ALL || false; field in ActivityManagerDebugConfig
DContentProviderHelper.java1627 if (ActivityManagerDebugConfig.DEBUG_PERMISSIONS_REVIEW) { in requestTargetProviderPermissionsReviewIfNeededLocked()
DBroadcastQueue.java896 if (DEBUG_PERMISSIONS_REVIEW) { in requestStartTargetPermissionsReviewIfNeededLocked()
DActiveServices.java70 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_PERMISSIONS_REVIEW;
968 if (DEBUG_PERMISSIONS_REVIEW) { in requestStartTargetPermissionsReviewIfNeededLocked()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityTaskManagerDebugConfig.java56 static final boolean DEBUG_PERMISSIONS_REVIEW = DEBUG_ALL || false; field in ActivityTaskManagerDebugConfig
DActivityStarter.java62 import static com.android.server.wm.ActivityTaskManagerDebugConfig.DEBUG_PERMISSIONS_REVIEW;
1101 if (DEBUG_PERMISSIONS_REVIEW) { in executeRequest()