Searched refs:isTetheringSupported (Results 1 – 3 of 3) sorted by relevance
32 return (cm.isTetheringSupported() || tetherConfigDisallowed) && !hasBaseUserRestriction; in isTetherAvailable()
120 when(mConnectivityManager.isTetheringSupported()).thenReturn(tetherSupported); in setupIsTetherAvailable()
506 public boolean isTetheringSupported() { in isTetheringSupported() method in ConnectivityManager