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

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

Completed in 66 milliseconds