Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/connecteddevice/usb/
DUsbDetailsTranscodeMtpController.java85 final long previousFunctions = mUsbBackend.getCurrentFunctions(); in onPreferenceClick() local
87 mUsbBackend.setCurrentFunctions(previousFunctions & ~UsbManager.FUNCTION_MTP); in onPreferenceClick()
88 mUsbBackend.setCurrentFunctions(previousFunctions); in onPreferenceClick()