Home
last modified time | relevance | path

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

/frameworks/base/packages/Tethering/common/TetheringLib/api/
Dmodule-lib-current.txt33 method @NonNull public String[] getTetherableBluetoothRegexs();
107 method @NonNull public java.util.List<java.lang.String> getTetherableBluetoothRegexs();
/frameworks/base/api/
Dmodule-lib-current.txt33 method @NonNull public String[] getTetherableBluetoothRegexs();
107 method @NonNull public java.util.List<java.lang.String> getTetherableBluetoothRegexs();
/frameworks/base/packages/Tethering/common/TetheringLib/src/android/net/
DTetheringManager.java986 public List<String> getTetherableBluetoothRegexs() {
1223 public @NonNull String[] getTetherableBluetoothRegexs() {
/frameworks/base/core/java/android/net/
DConnectivityManager.java2664 public String[] getTetherableBluetoothRegexs() { in getTetherableBluetoothRegexs() method in ConnectivityManager
2665 return mTetheringManager.getTetherableBluetoothRegexs(); in getTetherableBluetoothRegexs()
/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DTethering.java1284 String[] getTetherableBluetoothRegexs() { in getTetherableBluetoothRegexs() method in Tethering