Home
last modified time | relevance | path

Searched refs:debugMsg (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/location/gnss/
DNtpNetworkTimeHelper.java205 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()
DTimeDetectorNetworkTimeHelper.java204 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/
DUserManagerInternal.java376 String debugMsg, boolean throwSecurityException); in isProfileAccessible() argument
DLauncherAppsService.java2203 BroadcastCookie cookie, UserHandle user, String debugMsg) { in isEnabledProfileOf() argument
2209 cookie.user.getIdentifier(), user.getIdentifier(), debugMsg, false); in isEnabledProfileOf()
DUserManagerService.java7707 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);