Searched refs:mAuthority (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DSearchRecentSuggestions.java109 private String mAuthority; field in class:SearchRecentSuggestions
137 mAuthority = new String(authority);
140 mSuggestionsUri = Uri.parse("content://" + mAuthority + "/suggestions");
/frameworks/base/core/java/android/content/
H A DAbstractThreadedSyncAdapter.java138 private final String mAuthority; field in class:AbstractThreadedSyncAdapter.SyncThread
146 mAuthority = authority;
161 provider = mContext.getContentResolver().acquireContentProviderClient(mAuthority);
164 mAuthority, provider, syncResult);
H A DSearchRecentSuggestionsProvider.java72 private String mAuthority; field in class:SearchRecentSuggestionsProvider
176 mAuthority = new String(authority);
180 mSuggestionsUri = Uri.parse("content://" + mAuthority + "/suggestions");
182 mUriMatcher.addURI(mAuthority, SearchManager.SUGGEST_URI_PATH_QUERY, URI_MATCH_SUGGEST);
292 if (mAuthority == null || mMode == 0) {
H A DSyncManager.java436 private final String mAuthority; field in class:SyncManager.InitializerServiceConnection
444 mAuthority = authority;
455 Log.v(TAG, "calling initialize: " + mAccount + ", authority " + mAuthority);
457 ISyncAdapter.Stub.asInterface(service).initialize(mAccount, mAuthority);
461 Log.d(TAG, "error while initializing: " + mAccount + ", authority " + mAuthority,

Completed in 137 milliseconds