Home | History | Annotate | Download | only in map

Lines Matching refs:mAuthority

98     private String mAuthority;
118 mAuthority = account.getProviderAuthority();
123 mEmailFolderUri = BluetoothMapContract.buildFolderUri(mAuthority,
141 ContentProviderClient providerClient = mResolver.acquireUnstableContentProviderClient(mAuthority);
143 throw new RemoteException("Failed to acquire provider for " + mAuthority);