Searched refs:method_addUsbInterface (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/jni/
H A Dcom_android_server_UsbHostManager.cpp45 static jmethodID method_addUsbInterface; member in namespace:android
115 env->CallVoidMethod(thiz, method_addUsbInterface,
212 method_addUsbInterface = env->GetMethodID(clazz, "addUsbInterface",
214 if (method_addUsbInterface == NULL) {

Completed in 133 milliseconds