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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapAppObserver.java70 private BluetoothMapAccountItem getApp(String authoritiesName) { argument
72 Log.d(TAG, "getApp(): Looking for " + authoritiesName);
78 if (app.getProviderAuthority().equals(authoritiesName)) {

Completed in 11 milliseconds