HomeSort by relevance Sort by last modified time
    Searched defs:getByteCount (Results 1 - 11 of 11) sorted by null

  /frameworks/base/media/mtp/
MtpStringBuffer.h 50 inline int getByteCount() const { return mByteCount; }
  /packages/apps/Email/emailcommon/src/org/apache/commons/io/input/
CountingInputStream.java 114 * See {@link #getByteCount()} for a method using a <code>long</code>.
120 long result = getByteCount();
155 public synchronized long getByteCount() {
  /packages/apps/Email/emailcommon/src/org/apache/commons/io/output/
CountingOutputStream.java 93 * See {@link #getByteCount()} for a method using a <code>long</code>.
99 long result = getByteCount();
134 public synchronized long getByteCount() {
ThresholdingOutputStream.java 184 public long getByteCount()
  /frameworks/base/core/java/android/net/
ThrottleManager.java 148 public long getByteCount(String iface, int direction, int period, int ago) {
150 return mService.getByteCount(iface, direction, period, ago);
  /frameworks/base/graphics/java/android/graphics/
Bitmap.java 344 long pixelSize = getByteCount();
380 long bitmapBytes = getByteCount();
831 public final int getByteCount() {
    [all...]
  /frameworks/base/services/java/com/android/server/
ThrottleService.java 303 public long getByteCount(String iface, int dir, int period, int ago) {
    [all...]
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/15/
android.jar 

Completed in 198 milliseconds