Searched refs:debugLog (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Email/src/com/android/email/data/
H A DThrottlingCursorLoader.java58 private void debugLog(String message) { method in class:ThrottlingCursorLoader
64 if (Throttle.DEBUG) debugLog("startLoading");
71 if (Throttle.DEBUG) debugLog("forceLoad");
78 if (Throttle.DEBUG) debugLog("stopLoading");
85 if (Throttle.DEBUG) debugLog("onCancelled");
92 if (Throttle.DEBUG) debugLog("onReset");
99 if (Throttle.DEBUG) debugLog("onContentChanged");
105 if (Throttle.DEBUG) debugLog("callSuperOnContentChanged");
/packages/apps/Email/src/com/android/email/
H A DThrottle.java98 private void debugLog(String message) { method in class:Throttle
108 if (DEBUG) debugLog("Canceling scheduled callback");
121 if (DEBUG) debugLog("Timeout extended " + mTimeout);
124 if (DEBUG) debugLog("Timeout reset to " + mTimeout);
131 if (DEBUG) debugLog("onEvent");
136 if (DEBUG) debugLog(" callback already scheduled");
138 if (DEBUG) debugLog(" scheduling callback");
166 if (DEBUG) debugLog("Kicking callback");
/packages/apps/Music/src/com/android/music/
H A DMediaPlaybackService.java166 MusicUtils.debugLog("mMediaplayerHandler.handleMessage " + msg.what);
259 MusicUtils.debugLog("mIntentReceiver.onReceive " + action + " / " + cmd);
628 MusicUtils.debugLog("onStartCommand " + action + " / " + cmd);
1825 MusicUtils.debugLog(new Exception("MultiPlayer.start called"));
H A DMusicUtils.java1343 static void debugLog(Object o) { method in class:MusicUtils

Completed in 74 milliseconds