Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/
DTethering.java88 private String[] mTetherableBluetoothRegexs; field in Tethering
208 mTetherableBluetoothRegexs = tetherableBluetoothRegexs; in updateConfiguration()
276 for (String regex : mTetherableBluetoothRegexs) { in isBluetooth()
602 return mTetherableBluetoothRegexs; in getTetherableBluetoothRegexs()