Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAccountItem.java45 Drawable icon, BluetoothMapUtils.TYPE appType, String uci, String uciPrefix) { in BluetoothMapAccountItem() argument
55 this.mUciPrefix = uciPrefix; in BluetoothMapAccountItem()
66 String uciPrefix) { in create() argument
68 uciPrefix); in create()
DBluetoothMapAccountLoader.java207 String uciPrefix = null; in parseAccounts() local
210 uciPrefix = c.getString(uciPreIndex); in parseAccounts()
219 app.getProviderAuthority(), null, app.getType(), uci, uciPrefix); in parseAccounts()