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

/frameworks/base/services/core/jni/
H A Dcom_android_server_UsbHostManager.cpp44 static jmethodID method_addUsbConfiguration; member in namespace:android
104 env->CallVoidMethod(thiz, method_addUsbConfiguration,
206 method_addUsbConfiguration = env->GetMethodID(clazz, "addUsbConfiguration",
208 if (method_addUsbConfiguration == NULL) {

Completed in 50 milliseconds