Searched defs:getDevicePropertiesNative (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_server_BluetoothService.cpp703 static jobjectArray getDevicePropertiesNative(JNIEnv *env, jobject object, function in namespace:android
1688 {"getDevicePropertiesNative", "(Ljava/lang/String;)[Ljava/lang/Object;",
1689 (void *)getDevicePropertiesNative},
/frameworks/base/core/java/android/server/
H A DBluetoothService.java1158 return (String [])getDevicePropertiesNative(objectPath);
2795 private native Object[] getDevicePropertiesNative(String objectPath); method in class:BluetoothService

Completed in 333 milliseconds