Home | History | Annotate | Download | only in map

Lines Matching refs:mAuthority

104     private String mAuthority = null;
171 mAuthority = Uri.parse(account.mBase_uri).getAuthority();
173 mProviderClient = mResolver.acquireUnstableContentProviderClient(mAuthority);
175 throw new RemoteException("Failed to acquire provider for " + mAuthority);
406 mProviderClient = mResolver.acquireUnstableContentProviderClient(mAuthority);
408 throw new RemoteException("Failed to acquire provider for " + mAuthority);
808 if(uri.getAuthority().equals(mAuthority)) {