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 34 static final boolean DEBUG_PARCEL = false;
74 if (DEBUG_PARCEL) Log.d(TAG, "Request for data on " + as
77 if (DEBUG_PARCEL) Log.d(TAG, "Resuming partial write of " + token);
141 if (DEBUG_PARCEL) Log.d(TAG, "Creating PooledStringWriter @ " + out.dataPosition());
148 if (DEBUG_PARCEL) Log.d(TAG, "Assist data size is " + out.dataSize()
152 if (DEBUG_PARCEL) Log.d(TAG, "Finishing PooledStringWriter @ "
158 if (DEBUG_PARCEL) Log.d(TAG, "Finishing PooledStringWriter @ "
182 if (DEBUG_PARCEL) Log.d(TAG, "write view: at " + out.dataPosition()
235 if (DEBUG_PARCEL) Log.d(TAG, "write window #" + pos + ": at " + out.dataPosition()
272 if (DEBUG_PARCEL) Log.d(TAG, "Creating PooledStringReader @
    [all...]
  /frameworks/base/core/java/com/android/internal/app/procstats/
ProcessStats.java 62 static final boolean DEBUG_PARCEL = false;
    [all...]
ProcessState.java 77 private static final boolean DEBUG_PARCEL = false;
303 if (DEBUG_PARCEL) Slog.d(TAG, "Reading durations table...");
307 if (DEBUG_PARCEL) Slog.d(TAG, "Reading pss table...");
    [all...]
  /frameworks/base/core/jni/android/graphics/
Bitmap.cpp 30 #define DEBUG_PARCEL 0
    [all...]

Completed in 245 milliseconds