Searched refs:debugMsg (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/core/java/com/android/server/location/gnss/ |
D | NtpNetworkTimeHelper.java | 205 String debugMsg = "blockingGetNtpTimeAndInject: Scheduling later NTP retrieval" in blockingGetNtpTimeAndInject() local 210 logDebug(debugMsg); in blockingGetNtpTimeAndInject() 227 String debugMsg = "maybeInjectCachedNtpTime: Not injecting latest NTP time" in maybeInjectCachedNtpTime() local 230 logDebug(debugMsg); in maybeInjectCachedNtpTime() 237 String debugMsg = "maybeInjectCachedNtpTime: Injecting latest NTP time" in maybeInjectCachedNtpTime() local 241 logDebug(debugMsg); in maybeInjectCachedNtpTime() 255 private void logDebug(String debugMsg) { in logDebug() argument 256 mDumpLog.log(debugMsg); in logDebug() 258 Log.d(TAG, debugMsg); in logDebug()
|
D | TimeDetectorNetworkTimeHelper.java | 204 String debugMsg = "queryAndInjectNtpTime: Scheduling periodic query" in queryAndInjectNetworkTime() local 208 logToDumpLog(debugMsg); in queryAndInjectNetworkTime() 233 String debugMsg = "maybeInjectNetworkTime: Not injecting latest network time" in maybeInjectNetworkTime() local 236 logToDumpLog(debugMsg); in maybeInjectNetworkTime() 243 String debugMsg = "maybeInjectNetworkTime: Injecting latest network time" in maybeInjectNetworkTime() local 247 logToDumpLog(debugMsg); in maybeInjectNetworkTime()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | UserManagerInternal.java | 376 String debugMsg, boolean throwSecurityException); in isProfileAccessible() argument
|
D | LauncherAppsService.java | 2203 BroadcastCookie cookie, UserHandle user, String debugMsg) { in isEnabledProfileOf() argument 2209 cookie.user.getIdentifier(), user.getIdentifier(), debugMsg, false); in isEnabledProfileOf()
|
D | UserManagerService.java | 7707 public boolean isProfileAccessible(int callingUserId, int targetUserId, String debugMsg, 7717 debugMsg + " for another profile " 7720 Slog.w(LOG_TAG, debugMsg + " for another profile " 7730 Slog.w(LOG_TAG, debugMsg + " for disabled profile " 7741 debugMsg + " for unrelated profile " + targetUserId);
|