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

  /frameworks/av/media/mtp/
MtpStringBuffer.h 50 inline int getByteCount() const { return mByteCount; }
  /packages/apps/Email/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/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 370 long pixelSize = getByteCount();
406 long bitmapBytes = getByteCount();
874 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...]
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 228 milliseconds