Home
last modified time | relevance | path

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

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