/aosp14/frameworks/base/services/core/java/com/android/server/net/ |
H A D | NetworkPolicyLogger.java | 96 if (LOGD || uid == mDebugUid) { in networkBlocked() 140 if (LOGD || mDebugUid != INVALID_UID) { in meterednessChanged() 150 if (LOGD || mDebugUid != INVALID_UID) { in removingUserState() 159 if (LOGD || mDebugUid != INVALID_UID) { in restrictBackgroundChanged() 169 if (LOGD || mDebugUid != INVALID_UID) { in deviceIdleModeEnabled() 178 if (LOGD || uid == mDebugUid) { in appIdleStateChanged() 187 if (LOGD || uid == mDebugUid) { in appIdleWlChanged() 196 if (LOGD || mDebugUid != INVALID_UID) { in paroleStateChanged() 224 if (LOGD || mDebugUid != INVALID_UID) { in firewallChainEnabled() 255 if (LOGD || mDebugUid == uid) { in meteredAllowlistChanged() [all …]
|
H A D | NetworkPolicyManagerService.java | 329 private static final boolean LOGD = NetworkPolicyLogger.LOGD; field in NetworkPolicyManagerService 891 if (LOGD) in addDefaultRestrictBackgroundAllowlistUidsUL() 909 if (LOGD) in addDefaultRestrictBackgroundAllowlistUidsUL() 914 if (LOGD) in addDefaultRestrictBackgroundAllowlistUidsUL() 953 if (LOGD) { in initService() 1515 if (LOGD) { 2179 if (LOGD) { 2364 if (LOGD) { 2432 if (LOGD) Slog.d(TAG, "Ignoring user-defined policy " + policy); 2919 if (LOGD) [all …]
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
H A D | RingtonePlayer.java | 56 private static final boolean LOGD = false; field in RingtonePlayer 98 if (LOGD) Log.d(TAG, "binderDied() token=" + mToken); in binderDied() 116 if (LOGD) { 154 if (LOGD) Log.d(TAG, "stop(token=" + token + ")"); 167 if (LOGD) Log.d(TAG, "isPlaying(token=" + token + ")"); 196 if (LOGD) Log.d(TAG, "playAsync(uri=" + uri + ", user=" + user + ")"); 208 if (LOGD) Log.d(TAG, "stopAsync()");
|
/aosp14/frameworks/base/core/java/android/util/ |
H A D | NtpTrustedTime.java | 215 private static final boolean LOGD = false; field in NtpTrustedTime 260 if (LOGD) Log.d(TAG, "forceRefresh: no network available"); in forceRefresh() 282 if (LOGD) Log.d(TAG, "forceRefreshLocked: network=" + network + " is not connected"); in forceRefreshLocked() 289 if (LOGD) Log.d(TAG, "forceRefreshLocked: invalid server config"); in forceRefreshLocked() 293 if (LOGD) { in forceRefreshLocked() 439 if (LOGD) Log.d(TAG, "currentTimeMillis() cache hit"); in currentTimeMillis() 454 if (LOGD) Log.d(TAG, "getCachedNtpTime() cache hit"); in getCachedNtpTime() 679 if (LOGD) Log.d(TAG, "getNetwork: no connectivity"); in isNetworkConnected() 690 if (LOGD) Log.d(TAG, "getConnectivityManager: no ConnectivityManager"); in getConnectivityManager()
|
H A D | Config.java | 55 public static final boolean LOGD = true; field in Config
|
H A D | RecurrenceRule.java | 47 private static final boolean LOGD = Log.isLoggable(TAG, Log.DEBUG); field in RecurrenceRule 205 if (LOGD) Log.d(TAG, "Resolving using anchor " + anchor); in RecurringIterator() 244 if (LOGD) Log.d(TAG, "Cycle " + i + " from " + cycleStart + " to " + cycleEnd); in next()
|
/aosp14/frameworks/base/core/java/com/android/internal/util/ |
H A D | FileRotator.java | 55 private static final boolean LOGD = false; field in FileRotator 115 if (LOGD) Log.d(TAG, "recovering " + name); in FileRotator() 125 if (LOGD) Log.d(TAG, "recovering " + name); in FileRotator() 236 if (LOGD) Log.d(TAG, "rewriting " + name); in rewriteSingle() 310 if (LOGD) Log.d(TAG, "reading matching " + name); in readMatching() 367 if (LOGD) Log.d(TAG, "rotating " + name); in maybeRotate() 377 if (LOGD) Log.d(TAG, "deleting " + name); in maybeRotate()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
H A D | VolumeUI.java | 36 private static boolean LOGD = Log.isLoggable(TAG, Log.DEBUG); field in VolumeUI 77 if (LOGD) Log.d(TAG, "Registering default volume controller"); in setDefaultVolumeController()
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | ViewFlipper.java | 41 private static final boolean LOGD = false; field in ViewFlipper 163 if (LOGD) { in updateRunning()
|
H A D | AdapterViewFlipper.java | 38 private static final boolean LOGD = false; field in AdapterViewFlipper 212 if (LOGD) { in updateRunning()
|
/aosp14/frameworks/base/core/java/android/appwidget/ |
H A D | AppWidgetHostView.java | 76 static final boolean LOGD = false; field in AppWidgetHostView 578 if (LOGD) Log.d(TAG, "was able to recycle existing layout"); in applyRemoteViews() 590 if (LOGD) Log.d(TAG, "had to inflate new layout"); in applyRemoteViews() 775 if (LOGD) { in getDefaultView() 819 if (LOGD) Log.d(TAG, "getDefaultView couldn't find any view, so inflating error"); in getDefaultView()
|
/aosp14/frameworks/base/media/java/android/media/ |
H A D | Ringtone.java | 52 private static final boolean LOGD = true; field in Ringtone 226 if (LOGD) { in createLocalMediaPlayer()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageInstallerService.java | 141 private static final boolean LOGD = Log.isLoggable(TAG, Log.DEBUG); field in PackageInstallerService 485 if (LOGD) Slog.v(TAG, "readSessionsLocked()"); in readSessionsLocked() 591 if (LOGD) Slog.v(TAG, "writeSessionsLocked()"); 965 if (LOGD) {
|
H A D | PackageInstallerSession.java | 212 private static final boolean LOGD = true; field in PackageInstallerSession 2611 if (LOGD) Slog.d(TAG, "Inherited files: " + mResolvedInheritedFiles); in prepareInheritedFiles() 3924 if (LOGD) Slog.d(TAG, "Copying " + fromFile + " to " + tmpFile); 3934 if (LOGD) Slog.d(TAG, "Renaming " + tmpFile + " to " + toFile); 5111 if (LOGD) Slog.w(TAG, "Writing changed icon " + appIconFile);
|
/aosp14/frameworks/base/services/core/java/com/android/server/connectivity/ |
H A D | Vpn.java | 214 private static final boolean LOGD = true; field in Vpn 827 if (LOGD) Log.d(TAG, "setting state=" + detailedState + ", reason=" + reason); in updateState()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 9686 Landroid/appwidget/AppWidgetHostView;->LOGD:Z 29580 Landroid/media/Ringtone;->LOGD:Z 39325 Landroid/os/SystemPropertiesProto$InitSvc;->LOGD:J 58087 Landroid/util/NtpTrustedTime;->LOGD:Z 58267 Landroid/util/RecurrenceRule;->LOGD:Z 66298 Landroid/widget/AdapterViewFlipper;->LOGD:Z 70913 Landroid/widget/ViewFlipper;->LOGD:Z
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 49335 field @Deprecated public static final boolean LOGD = true;
|