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

  /frameworks/base/core/jni/
android_net_wifi_Wifi.cpp 54 static jint doIntCommand(const char* fmt, ...)
171 return doIntCommand("ADD_NETWORK");
539 return doIntCommand("%s", command.c_str());
622 { "doIntCommand", "(Ljava/lang/String;)I", (void*) android_net_wifi_doIntCommand},
  /frameworks/base/wifi/java/android/net/wifi/
WifiNative.java 42 * be able to get everything done with doBooleanCommand, doIntCommand and
202 private native static int doIntCommand(String command);

Completed in 56 milliseconds