Home
last modified time | relevance | path

Searched refs:getActiveDeviceMethod (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/audioroute/
DAudioRouteSelectorDialogFragment.java206 Method getActiveDeviceMethod = bluetoothDevice.getClass().getDeclaredMethod("getAliasName"); in getAliasName() local
207 getActiveDeviceMethod.setAccessible(true); in getAliasName()
208 return (String) getActiveDeviceMethod.invoke(bluetoothDevice); in getAliasName()