Searched refs:mTetheringSupported (Results 1 – 3 of 3) sorted by relevance
31 private boolean mTetheringSupported = false; field in ShadowConnectivityManager43 mTetheringSupported = supported; in setTetheringSupported()48 return mTetheringSupported; in isTetheringSupported()
52 private final boolean mTetheringSupported; field in UsbBackend77 mTetheringSupported = cm.isTetheringSupported(); in UsbBackend()100 || (!mTetheringSupported && (functions & UsbManager.FUNCTION_RNDIS) != 0)) { in areFunctionsSupported()