Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/network/
H A DTetherPreferenceControllerTest.java127 when(mTetheringManager.getTetherableBluetoothRegexs()).thenReturn(new String[]{"123"}); in updateSummary_btThetherOn_shouldShowTetherMessage()
135 when(mTetheringManager.getTetherableBluetoothRegexs()).thenReturn(new String[]{"123"}); in updateSummary_tetherOff_shouldShowTetherOffMessage()
146 when(mTetheringManager.getTetherableBluetoothRegexs()).thenReturn(new String[]{"23"}); in updateSummary_wifiBtTetherOn_shouldShowHotspotAndTetherMessage()
H A DBluetoothTetherPreferenceControllerTest.java61 when(mTetheringManager.getTetherableBluetoothRegexs()).thenReturn(new String[] {""}); in setUp()
99 when(mTetheringManager.getTetherableBluetoothRegexs()).thenReturn(new String[0]); in shouldShow_noBluetoothTetherable()
/aosp12/packages/modules/Connectivity/Tethering/common/TetheringLib/api/
H A Dmodule-lib-current.txt15 method @NonNull public String[] getTetherableBluetoothRegexs();
35 …method @Deprecated @NonNull public java.util.List<java.lang.String> getTetherableBluetoothRegexs();
/aosp12/packages/apps/Settings/src/com/android/settings/network/
H A DBluetoothTetherPreferenceController.java73 final String[] bluetoothRegexs = mTm.getTetherableBluetoothRegexs(); in shouldShow()
H A DTetherPreferenceController.java182 String[] bluetoothRegex = mTetheringManager.getTetherableBluetoothRegexs(); in updateSummary()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/
H A DTetherSettingsTest.java98 when(mTetheringManager.getTetherableBluetoothRegexs()).thenReturn(new String[0]); in setUp()
151 when(mTetheringManager.getTetherableBluetoothRegexs()).thenReturn(new String[0]); in testTetherNonIndexableKeys_bluetoothNotAvailable_bluetoothKeyReturned()
162 when(mTetheringManager.getTetherableBluetoothRegexs()) in testTetherNonIndexableKeys_bluetoothAvailable_bluetoothKeyNotReturned()
H A DAllInOneTetherSettingsTest.java99 doReturn(BT_REGEXS).when(mTetheringManager).getTetherableBluetoothRegexs(); in setUp()
/aosp12/packages/modules/Connectivity/core/java/android/net/
H A DIConnectivityManager.aidl98 String[] getTetherableBluetoothRegexs(); in getTetherableBluetoothRegexs() method
H A DConnectivityManager.java1456 public String[] getTetherableBluetoothRegexs() { in getTetherableBluetoothRegexs() method in ConnectivityManager
1458 return mService.getTetherableBluetoothRegexs(); in getTetherableBluetoothRegexs()
/aosp12/packages/modules/Connectivity/tests/cts/tethering/src/android/tethering/cts/
H A DTetheringManagerTest.java297 final List<String> btRegexs = tetherableRegexs.getTetherableBluetoothRegexs(); in testGetTetherableInterfaceRegexps()
301 assertEquals(btRegexs, Arrays.asList(mTM.getTetherableBluetoothRegexs())); in testGetTetherableInterfaceRegexps()
/aosp12/packages/apps/Settings/src/com/android/settings/
H A DTetherSettings.java180 mBluetoothRegexs = mTm.getTetherableBluetoothRegexs(); in onCreate()
599 tm.getTetherableBluetoothRegexs().length != 0;
/aosp12/packages/modules/Connectivity/Tethering/common/TetheringLib/src/android/net/
H A DTetheringManager.java1159 public List<String> getTetherableBluetoothRegexs() {
1407 public @NonNull String[] getTetherableBluetoothRegexs() {
/aosp12/frameworks/layoutlib/bridge/src/android/net/
H A DConnectivityManager.java555 public String[] getTetherableBluetoothRegexs() { in getTetherableBluetoothRegexs() method in ConnectivityManager
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
H A DUtils.java97 String[] bluetoothRegexs = tm.getTetherableBluetoothRegexs(); in getTetheringLabel()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
H A DPanService.java662 String[] bluetoothRegexs = tm.getTetherableBluetoothRegexs(); in configureBtIface()
/aosp12/packages/modules/Connectivity/framework/src/android/net/
H A DConnectivityManager.java2856 public String[] getTetherableBluetoothRegexs() { in getTetherableBluetoothRegexs() method in ConnectivityManager
2857 return getTetheringManager().getTetherableBluetoothRegexs(); in getTetherableBluetoothRegexs()
/aosp12/packages/modules/Connectivity/services/core/java/com/android/server/
H A DConnectivityService.java3548 public String[] getTetherableBluetoothRegexs() { in getTetherableBluetoothRegexs() method in ConnectivityService
3551 return mTethering.getTetherableBluetoothRegexs(); in getTetherableBluetoothRegexs()
3593 mTethering.getTetherableBluetoothRegexs().length != 0) && in isTetheringSupported()
/aosp12/packages/modules/Connectivity/Tethering/apex/hiddenapi/
H A Dhiddenapi-max-target-o-low-priority.txt200 Landroid/net/IConnectivityManager$Stub$Proxy;->getTetherableBluetoothRegexs()[Ljava/lang/String;
344 Landroid/net/IConnectivityManager;->getTetherableBluetoothRegexs()[Ljava/lang/String;