Searched refs:getDebugState (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/view/contentcapture/ |
D | MainContentCaptureSession.java | 228 + getDebugState() + ", id=" + mId); in start() 290 if (sVerbose) Log.v(TAG, "handleSendEvent(" + getDebugState() + "): " + event); in sendEvent() 294 Log.v(TAG, "handleSendEvent(" + getDebugState() + ", " in sendEvent() 379 Log.d(TAG, "Closing session for " + getDebugState() in sendEvent() 410 Log.v(TAG, "handleScheduleFlush(" + getDebugState(reason) in scheduleFlush() 421 Log.e(TAG, "handleScheduleFlush(" + getDebugState(reason) + "): should not be called " in scheduleFlush() 436 Log.d(TAG, "handleScheduleFlush(" + getDebugState(reason) + "): not a timeout " in scheduleFlush() 467 Log.e(TAG, "handleForceFlush(" + getDebugState(reason) + "): should not be when " in flush() 474 Log.v(TAG, "handleForceFlush(" + getDebugState(reason) + "): hold your horses, " in flush() 488 Log.d(TAG, "Flushing " + numberEvents + " event(s) for " + getDebugState(reason)); in flush() [all …]
|