Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAccountItem.java35 public final String mBase_uri; field in BluetoothMapAccountItem
56 this.mBase_uri = mBase_uri_no_account + "/" + id; in BluetoothMapAccountItem()
209 return mName + " (" + mBase_uri + ")"; in toString()
DBluetoothMapMasInstance.java131 mBaseUri = account.mBase_uri; in BluetoothMapMasInstance()
DBluetoothMapContentObserver.java274 mAuthority = Uri.parse(account.mBase_uri).getAuthority(); in BluetoothMapContentObserver()
275 mMessageUri = Uri.parse(account.mBase_uri + "/" + BluetoothMapContract.TABLE_MESSAGE); in BluetoothMapContentObserver()
279 account.mBase_uri + "/" + BluetoothMapContract.TABLE_CONVOCONTACT); in BluetoothMapContentObserver()
1105 uri = Uri.parse(mAccount.mBase_uri + "/" + BluetoothMapContract.TABLE_MESSAGE); in registerObserver()
1121 uri = Uri.parse(mAccount.mBase_uri + "/" + BluetoothMapContract.TABLE_CONVOCONTACT); in registerObserver()
DBluetoothMapObexServer.java152 mBaseUriString = account.mBase_uri + "/"; in BluetoothMapObexServer()
DBluetoothMapContent.java444 mBaseUri = account.mBase_uri + "/"; in BluetoothMapContent()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapMasInstanceTest.java82 + mAccountItem.mBase_uri in toString_returnsInfo()