Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DComponentResolver.java23 import static com.android.server.pm.PackageManagerService.DEBUG_REMOVE;
960 if (DEBUG_REMOVE && chatty) { in removeAllComponentsLocked()
969 if (DEBUG_REMOVE && chatty) { in removeAllComponentsLocked()
988 if (DEBUG_REMOVE && chatty) { in removeAllComponentsLocked()
995 if (DEBUG_REMOVE && chatty) { in removeAllComponentsLocked()
1004 if (DEBUG_REMOVE && chatty) { in removeAllComponentsLocked()
1013 if (DEBUG_REMOVE && chatty) { in removeAllComponentsLocked()
1022 if (DEBUG_REMOVE && chatty) { in removeAllComponentsLocked()
1031 if (DEBUG_REMOVE && chatty) { in removeAllComponentsLocked()
1040 if (DEBUG_REMOVE && chatty) { in removeAllComponentsLocked()
DPackageManagerService.java425 public static final boolean DEBUG_REMOVE = false; field in PackageManagerService
12399 } else if (DEBUG_REMOVE && chatty) {
12461 if (DEBUG_REMOVE && chatty) {
12471 if (DEBUG_REMOVE) Log.d(TAG, " Instrumentation: " + r);
12482 if (DEBUG_REMOVE && chatty) {
12500 if (DEBUG_REMOVE && chatty) {
12512 if (DEBUG_REMOVE) Log.d(TAG, " Libraries: " + r);
17808 if (DEBUG_REMOVE) {
18143 if (DEBUG_REMOVE) Slog.d(TAG, "deletePackageX: pkg=" + packageName + " user=" + userId);
18353 if (DEBUG_REMOVE) Slog.d(TAG, "removePackageDataLI: " + deletedPs);
[all …]
/frameworks/base/services/core/java/com/android/server/pm/permission/
DPermissionManagerService.java40 import static com.android.server.pm.PackageManagerService.DEBUG_REMOVE;
761 if (DEBUG_REMOVE && chatty) { in removeAllPermissions()
779 if (DEBUG_REMOVE) Log.d(TAG, " Permissions: " + r); in removeAllPermissions()
797 if (DEBUG_REMOVE) Log.d(TAG, " Permissions: " + r); in removeAllPermissions()