Searched refs:mTetheringSupported (Results 1 – 2 of 2) 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 UsbBackend78 mTetheringSupported = tm.isTetheringSupported(); in UsbBackend()101 || (!mTetheringSupported && (functions & UsbManager.FUNCTION_RNDIS) != 0)) { in areFunctionsSupported()