Searched refs:mBase_uri_no_account (Results 1 – 5 of 5) sorted by relevance
40 public final String mBase_uri_no_account; field in BluetoothMapAccountItem52 this.mBase_uri_no_account = "content://" + authority; in BluetoothMapAccountItem()53 this.mBase_uri = mBase_uri_no_account + "/" + id; in BluetoothMapAccountItem()
164 Uri.parse(app.mBase_uri_no_account)); in parseAccounts()171 Uri.parse(app.mBase_uri_no_account + "/" + BluetoothMapContract.TABLE_ACCOUNT); in parseAccounts()
320 Uri.parse(account.mBase_uri_no_account + "/" + BluetoothMapContract.TABLE_ACCOUNT); in updateAccount()
80 Log.d(TAG, " found " + app.mBase_uri_no_account); in getApp()
1016 mAccount.mBase_uri_no_account + "/" + BluetoothMapContract.TABLE_MESSAGE); in registerObserver()1032 uri = Uri.parse(mAccount.mBase_uri_no_account + "/" in registerObserver()