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

  /frameworks/base/core/java/android/net/
TrafficStats.java 300 public static native long getRxBytes(String iface);
  /frameworks/base/core/jni/
android_net_TrafficStats.cpp 167 static jlong getRxBytes(JNIEnv* env, jobject clazz, jstring interface) {
333 {"getRxBytes", "(Ljava/lang/String;)J", (void*) getRxBytes},

Completed in 227 milliseconds