Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DPackageInstallerActivity.java96 private final boolean mLocalLOGV = false; field in PackageInstallerActivity
192 if (mLocalLOGV) Log.i(TAG, "showDialogInner(" + id + ")"); in showDialogInner()
214 if (mLocalLOGV) Log.i(TAG, "createDialog(" + id + ")"); in createDialog()
338 if (mLocalLOGV) Log.i(TAG, "creating for user " + UserHandle.myUserId()); in onCreate()
418 if (mLocalLOGV) Log.i(TAG, "wasSetUp: " + wasSetUp); in onCreate()
429 if (mLocalLOGV) Log.i(TAG, "onResume(): mAppSnippet=" + mAppSnippet); in onResume()
521 if (mLocalLOGV) Log.i(TAG, "install allowed"); in checkIfAllowedAndInitiateInstall()
540 if (mLocalLOGV) Log.i(TAG, "handleUnknownSources(): appMode=" + appOpMode); in handleUnknownSources()
596 if (mLocalLOGV) Log.i(TAG, "creating snippet for " + label); in processPackageUri()
613 if (mLocalLOGV) Log.i(TAG, "creating snippet for local file " + sourceFile); in processPackageUri()
[all …]
H A DInstallStart.java60 private final boolean mLocalLOGV = false; field in InstallStart
314 if (mLocalLOGV) Log.i(TAG, "starting " + showAdminSupportDetailsIntent); in checkDevicePolicyRestrictions()
317 if (mLocalLOGV) Log.i(TAG, "Restriction set by system: " + restriction); in checkDevicePolicyRestrictions()
332 if (mLocalLOGV) Log.i(TAG, "showDialogInner(" + restriction + ")"); in showDialogInner()
353 if (mLocalLOGV) Log.i(TAG, "createDialog(" + restriction + ")"); in createDialog()