Home
last modified time | relevance | path

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

/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DPackageInstallerActivity.java103 private final boolean mLocalLOGV = false; field in PackageInstallerActivity
208 if (mLocalLOGV) Log.i(TAG, "showDialogInner(" + id + ")"); in showDialogInner()
230 if (mLocalLOGV) Log.i(TAG, "createDialog(" + id + ")"); in createDialog()
361 if (mLocalLOGV) Log.i(TAG, "creating for user " + UserHandle.myUserId()); in onCreate()
440 if (mLocalLOGV) Log.i(TAG, "wasSetUp: " + wasSetUp); in onCreate()
451 if (mLocalLOGV) Log.i(TAG, "onResume(): mAppSnippet=" + mAppSnippet); in onResume()
553 if (mLocalLOGV) Log.i(TAG, "install allowed"); in checkIfAllowedAndInitiateInstall()
572 if (mLocalLOGV) Log.i(TAG, "handleUnknownSources(): appMode=" + appOpMode); in handleUnknownSources()
604 if (mLocalLOGV) Log.i(TAG, "processPackageUri(): uri=" + packageUri + ", scheme=" + scheme); in processPackageUri()
628 if (mLocalLOGV) Log.i(TAG, "creating snippet for " + label); in processPackageUri()
[all …]
DInstallStart.java59 private final boolean mLocalLOGV = false; field in InstallStart
333 if (mLocalLOGV) Log.i(TAG, "starting " + showAdminSupportDetailsIntent); in checkDevicePolicyRestrictions()
336 if (mLocalLOGV) Log.i(TAG, "Restriction set by system: " + restriction); in checkDevicePolicyRestrictions()
351 if (mLocalLOGV) Log.i(TAG, "showDialogInner(" + restriction + ")"); in showDialogInner()
372 if (mLocalLOGV) Log.i(TAG, "createDialog(" + restriction + ")"); in createDialog()