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

/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
H A DEjectRootTask.java35 private final String mAuthority; field in class:EjectRootTask
48 mAuthority = authority;
55 Uri rootUri = DocumentsContract.buildRootUri(mAuthority, mRootId);
59 mResolver, mAuthority);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
H A DTypedUriMatcherImpl.java27 private final String mAuthority; field in class:TypedUriMatcherImpl
33 mAuthority = authority;
49 mUriMatcher.addURI(mAuthority, path, value.ordinal());
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
H A DSyncStateSwitchPreference.java38 private String mAuthority; field in class:SyncStateSwitchPreference
49 mAuthority = null;
55 mAuthority = authority;
149 return mAuthority;
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
H A DBluetoothMapIMProvider.java53 private String mAuthority; field in class:BluetoothMapIMProvider
66 mAuthority = info.authority;
69 mMatcher.addURI(mAuthority, BluetoothMapContract.TABLE_ACCOUNT, MATCH_ACCOUNT);
70 mMatcher.addURI(mAuthority, "#/"+ BluetoothMapContract.TABLE_MESSAGE, MATCH_MESSAGE);
71 mMatcher.addURI(mAuthority, "#/"+ BluetoothMapContract.TABLE_CONVERSATION,
73 mMatcher.addURI(mAuthority, "#/"+ BluetoothMapContract.TABLE_CONVOCONTACT,
85 if(D) Log.d(TAG,"attachInfo() mAuthority = " + mAuthority);
100 if(mAuthority == null){
104 newUri = BluetoothMapContract.buildAccountUri(mAuthority);
[all...]
H A DBluetoothMapEmailProvider.java57 private String mAuthority; field in class:BluetoothMapEmailProvider
89 mAuthority = info.authority;
92 mMatcher.addURI(mAuthority, BluetoothMapContract.TABLE_ACCOUNT, MATCH_ACCOUNT);
93 mMatcher.addURI(mAuthority, "#/"+BluetoothMapContract.TABLE_FOLDER, MATCH_FOLDER);
94 mMatcher.addURI(mAuthority, "#/"+BluetoothMapContract.TABLE_MESSAGE, MATCH_MESSAGE);
238 if(mAuthority == null){
242 newUri = BluetoothMapContract.buildAccountUri(mAuthority);
244 newUri = BluetoothMapContract.buildAccountUriwithId(mAuthority, accountId);
261 if(mAuthority == null){
266 newUri = BluetoothMapContract.buildMessageUri(mAuthority);
[all...]
/packages/apps/DocumentsUI/src/com/android/documentsui/roots/
H A DRootCursorWrapper.java30 private final String mAuthority; field in class:RootCursorWrapper
46 mAuthority = authority;
131 return mAuthority;
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
H A DDocumentsProviderHelper.java61 private final String mAuthority; field in class:DocumentsProviderHelper
66 mAuthority = authority;
71 final Uri rootsUri = buildRootsUri(mAuthority);
77 return RootInfo.fromRootsCursor(mAuthority, cursor);
102 Uri parentUri = buildDocumentUri(mAuthority, parentId);
130 Uri parentUri = buildDocumentUri(mAuthority, parentId);
185 Uri parentUri = buildDocumentUri(mAuthority, parentId);
204 Uri parentUri = buildDocumentUri(mAuthority, parentId);
222 Uri parentUri = buildDocumentUri(mAuthority, parentId);
267 Uri uri = buildChildDocumentsUri(mAuthority, documentI
[all...]
H A DStubProvider.java90 private String mAuthority = DEFAULT_AUTHORITY; field in class:StubProvider
97 mAuthority = info.authority;
197 DocumentsContract.buildDocumentUri(mAuthority, document.documentId),
217 DocumentsContract.buildDocumentUri(mAuthority, document.documentId),
231 final Uri notifyUri = DocumentsContract.buildDocumentUri(mAuthority, parentDocumentId);
252 DocumentsContract.buildChildDocumentsUri(mAuthority, parentDocumentId));
320 DocumentsContract.buildDocumentUri(mAuthority, oldDoc.documentId), null, false);
325 DocumentsContract.buildDocumentUri(mAuthority, newDoc.documentId), null, false);
468 DocumentsContract.buildDocumentUri(mAuthority, document.documentId),
549 Uri uri = DocumentsContract.buildDocumentUri(mAuthority, documentI
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DContentProviderTask.java45 private String mAuthority; field in class:ContentProviderTask
86 result = Result.newSuccess(mResolver.applyBatch(mAuthority, mOps));
97 mAuthority = authority;
/packages/apps/Settings/src/com/android/settings/accounts/
H A DSyncStateSwitchPreference.java38 private String mAuthority; field in class:SyncStateSwitchPreference
51 mAuthority = null;
64 mAuthority = authority;
160 return mAuthority;
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
H A DTestModel.java45 private final String mAuthority; field in class:TestModel
52 mAuthority = authority;
104 doc.authority = mAuthority;
/packages/apps/DocumentsUI/perf-tests/src/com/android/documentsui/
H A DStressProvider.java79 private String mAuthority = DEFAULT_AUTHORITY; field in class:StressProvider
89 mAuthority = info.authority;
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactDirectoryManagerTest.java64 private String mAuthority; field in class:ContactDirectoryManagerTest.MockContactDirectoryProvider
70 mAuthority = info.authority;
87 if (uri.toString().equals("content://" + mAuthority + "/directories")) {
91 } else if (uri.toString().startsWith("content://" + mAuthority + "/contacts")) {
105 "content://" + mAuthority + "/aggregation_exceptions")) {
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapObexServer.java112 private String mAuthority; field in class:BluetoothMapObexServer
134 mAuthority = account.getProviderAuthority();
140 mEmailFolderUri = BluetoothMapContract.buildFolderUri(mAuthority,
160 mResolver.acquireUnstableContentProviderClient(mAuthority);
162 throw new RemoteException("Failed to acquire provider for " + mAuthority);
H A DBluetoothMapContentObserver.java131 private String mAuthority = null; field in class:BluetoothMapContentObserver
286 mAuthority = Uri.parse(account.mBase_uri).getAuthority();
293 mProviderClient = mResolver.acquireUnstableContentProviderClient(mAuthority);
295 throw new RemoteException("Failed to acquire provider for " + mAuthority);
979 mProviderClient = mResolver.acquireUnstableContentProviderClient(mAuthority);
981 throw new RemoteException("Failed to acquire provider for " + mAuthority);
1817 if(uri.getAuthority().equals(mAuthority)) {
1837 if (uri.getAuthority().equals(mAuthority)) {
/packages/apps/Email/provider_src/com/android/email/provider/
H A DEmailProvider.java6237 ContentResolver.requestSync(account, request.mAuthority, extras);
6250 private final String mAuthority; field in class:EmailProvider.SyncRequestMessage
6256 mAuthority = authority;
6274 && mAuthority.equals(that.mAuthority);
6279 int result = mAuthority.hashCode();
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
H A DCalendarProvider2Test.java2754 private String mAuthority; field in class:CalendarProvider2Test.MockProvider
2759 mAuthority = authority;
2781 return Uri.parse("content://" + mAuthority + "/" + mNumItems);

Completed in 3157 milliseconds