/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/network/ |
H A D | TetherPreferenceControllerTest.java | 127 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 D | BluetoothTetherPreferenceControllerTest.java | 61 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 D | module-lib-current.txt | 15 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 D | BluetoothTetherPreferenceController.java | 73 final String[] bluetoothRegexs = mTm.getTetherableBluetoothRegexs(); in shouldShow()
|
H A D | TetherPreferenceController.java | 182 String[] bluetoothRegex = mTetheringManager.getTetherableBluetoothRegexs(); in updateSummary()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/ |
H A D | TetherSettingsTest.java | 98 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 D | AllInOneTetherSettingsTest.java | 99 doReturn(BT_REGEXS).when(mTetheringManager).getTetherableBluetoothRegexs(); in setUp()
|
/aosp12/packages/modules/Connectivity/core/java/android/net/ |
H A D | IConnectivityManager.aidl | 98 String[] getTetherableBluetoothRegexs(); in getTetherableBluetoothRegexs() method
|
H A D | ConnectivityManager.java | 1456 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 D | TetheringManagerTest.java | 297 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 D | TetherSettings.java | 180 mBluetoothRegexs = mTm.getTetherableBluetoothRegexs(); in onCreate() 599 tm.getTetherableBluetoothRegexs().length != 0;
|
/aosp12/packages/modules/Connectivity/Tethering/common/TetheringLib/src/android/net/ |
H A D | TetheringManager.java | 1159 public List<String> getTetherableBluetoothRegexs() { 1407 public @NonNull String[] getTetherableBluetoothRegexs() {
|
/aosp12/frameworks/layoutlib/bridge/src/android/net/ |
H A D | ConnectivityManager.java | 555 public String[] getTetherableBluetoothRegexs() { in getTetherableBluetoothRegexs() method in ConnectivityManager
|
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/ |
H A D | Utils.java | 97 String[] bluetoothRegexs = tm.getTetherableBluetoothRegexs(); in getTetheringLabel()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pan/ |
H A D | PanService.java | 662 String[] bluetoothRegexs = tm.getTetherableBluetoothRegexs(); in configureBtIface()
|
/aosp12/packages/modules/Connectivity/framework/src/android/net/ |
H A D | ConnectivityManager.java | 2856 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 D | ConnectivityService.java | 3548 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 D | hiddenapi-max-target-o-low-priority.txt | 200 Landroid/net/IConnectivityManager$Stub$Proxy;->getTetherableBluetoothRegexs()[Ljava/lang/String; 344 Landroid/net/IConnectivityManager;->getTetherableBluetoothRegexs()[Ljava/lang/String;
|