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

  /frameworks/base/core/java/android/app/assist/
AssistStructure.java 60 static final boolean DEBUG_PARCEL = false;
148 if (DEBUG_PARCEL) Log.d(TAG, "Request for data on " + as
151 if (DEBUG_PARCEL) Log.d(TAG, "Resuming partial write of " + token);
220 if (DEBUG_PARCEL) Log.d(TAG, "Creating PooledStringWriter @ " + out.dataPosition());
227 if (DEBUG_PARCEL) Log.d(TAG, "Assist data size is " + out.dataSize()
231 if (DEBUG_PARCEL) Log.d(TAG, "Finishing PooledStringWriter @ "
237 if (DEBUG_PARCEL) Log.d(TAG, "Finishing PooledStringWriter @ "
261 if (DEBUG_PARCEL) Log.d(TAG, "write view: at " + out.dataPosition()
314 if (DEBUG_PARCEL) Log.d(TAG, "write window #" + pos + ": at " + out.dataPosition()
354 if (DEBUG_PARCEL) Log.d(TAG, "Creating PooledStringReader @
    [all...]
  /frameworks/base/core/java/com/android/internal/app/procstats/
ProcessStats.java 55 static final boolean DEBUG_PARCEL = false;
    [all...]
ProcessState.java 71 private static final boolean DEBUG_PARCEL = false;
295 if (DEBUG_PARCEL) Slog.d(TAG, "Reading durations table...");
299 if (DEBUG_PARCEL) Slog.d(TAG, "Reading pss table...");
    [all...]
  /frameworks/base/core/jni/android/graphics/
Bitmap.cpp 38 #define DEBUG_PARCEL 0
    [all...]

Completed in 127 milliseconds