Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAppObserver.java70 Log.v(TAG, " Comparing: " + app.getProviderAuthority()); in getApp()
71 if (app.getProviderAuthority().equals(authoritiesName)) { in getApp()
168 Uri uri = BluetoothMapContract.buildAccountUri(app.getProviderAuthority()); in registerObserver()
206 Uri uri = BluetoothMapContract.buildAccountUri(app.getProviderAuthority()); in unregisterObserver()
DBluetoothMapAccountItem.java228 public String getProviderAuthority() { in getProviderAuthority() method in BluetoothMapAccountItem
DBluetoothMapAccountLoader.java251 app.getProviderAuthority(), in parseAccounts()
DBluetoothMapObexServer.java147 if (account != null && account.getProviderAuthority() != null) { in BluetoothMapObexServer()
149 mAuthority = account.getProviderAuthority(); in BluetoothMapObexServer()
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/ui/settings/
DSettingsCloudMediaViewModel.java122 final String newCloudProvider = getProviderAuthority(newPreferenceKey); in updateSelectedProvider()
143 private String getProviderAuthority(@NonNull String preferenceKey) { in getProviderAuthority() method in SettingsCloudMediaViewModel
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapAccountItemTest.java56 assertThat(accountItem.getProviderAuthority()).isEqualTo(TEST_PROVIDER_AUTHORITY); in create_withAllParameters()
77 assertThat(accountItem.getProviderAuthority()).isEqualTo(TEST_PROVIDER_AUTHORITY); in create_withoutIdAndUciData()