Searched refs:getActiveDeviceMethod (Results 1 – 1 of 1) sorted by relevance
206 Method getActiveDeviceMethod = bluetoothDevice.getClass().getDeclaredMethod("getAliasName"); in getAliasName() local207 getActiveDeviceMethod.setAccessible(true); in getAliasName()208 return (String) getActiveDeviceMethod.invoke(bluetoothDevice); in getAliasName()