Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAccountItem.java36 private final String mProviderAuthority; field in BluetoothMapAccountItem
50 this.mProviderAuthority = authority; in BluetoothMapAccountItem()
118 if (!other.mProviderAuthority.equals(this.mProviderAuthority)) { in compareTo()
120 Log.d(TAG, "Wrong providerName : " + this.mProviderAuthority + " vs " in compareTo()
121 + other.mProviderAuthority); in compareTo()
148 prime * result + ((mProviderAuthority == null) ? 0 : mProviderAuthority.hashCode()); in hashCode()
185 if (mProviderAuthority == null) { in equals()
186 if (other.mProviderAuthority != null) { in equals()
189 } else if (!mProviderAuthority.equals(other.mProviderAuthority)) { in equals()
224 return mProviderAuthority; in getProviderAuthority()