HomeSort by relevance Sort by last modified time
    Searched refs:debugLog (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
PointerTracker.java 269 debugLog("onDownEvent:", x, y);
295 debugLog("onMoveEvent:", x, y);
324 debugLog("onUpEvent :", x, y);
347 debugLog("onCancelEvt:", x, y);
512 private void debugLog(String title, int x, int y) {
  /packages/apps/Music/src/com/android/music/
MediaPlaybackService.java 161 MusicUtils.debugLog("mMediaplayerHandler.handleMessage " + msg.what);
212 MusicUtils.debugLog("mIntentReceiver.onReceive " + action + " / " + cmd);
590 MusicUtils.debugLog("onStartCommand " + action + " / " + cmd);
    [all...]
MusicUtils.java     [all...]

Completed in 179 milliseconds