Searched defs:mBase_uri_no_account (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapAccountItem.java40 public final String mBase_uri_no_account; field in class:BluetoothMapAccountItem
52 this.mBase_uri_no_account = "content://" + authority;
53 this.mBase_uri = mBase_uri_no_account + "/"+id;

Completed in 56 milliseconds