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/Settings/src/com/android/settings/accounts/
H A DSyncStateSwitchPreference.java39 private String mAuthority; field in class:SyncStateSwitchPreference
52 mAuthority = null;
65 mAuthority = authority;
68 setVisible(!TextUtils.isEmpty(mAuthority));
162 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,
86 Log.d(TAG, "attachInfo() mAuthority = " + mAuthority);
102 if (mAuthority == null) {
106 newUri = BluetoothMapContract.buildAccountUri(mAuthority);
[all...]
H A DBluetoothMapEmailProvider.java57 private String mAuthority; field in class:BluetoothMapEmailProvider
88 mAuthority = info.authority;
91 mMatcher.addURI(mAuthority, BluetoothMapContract.TABLE_ACCOUNT, MATCH_ACCOUNT);
92 mMatcher.addURI(mAuthority, "#/" + BluetoothMapContract.TABLE_FOLDER, MATCH_FOLDER);
93 mMatcher.addURI(mAuthority, "#/" + BluetoothMapContract.TABLE_MESSAGE, MATCH_MESSAGE);
243 if (mAuthority == null) {
247 newUri = BluetoothMapContract.buildAccountUri(mAuthority);
249 newUri = BluetoothMapContract.buildAccountUriwithId(mAuthority, accountId);
268 if (mAuthority == null) {
273 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);
194 Uri parentUri = buildDocumentUri(mAuthority, parentId);
213 Uri parentUri = buildDocumentUri(mAuthority, parentId);
231 Uri parentUri = buildDocumentUri(mAuthority, parentId);
285 Uri uri = buildChildDocumentsUri(mAuthority, documentI
[all...]
H A DStubProvider.java92 private String mAuthority = DEFAULT_AUTHORITY; field in class:StubProvider
100 mAuthority = info.authority;
200 DocumentsContract.buildDocumentUri(mAuthority, document.documentId),
220 DocumentsContract.buildDocumentUri(mAuthority, document.documentId),
234 final Uri notifyUri = DocumentsContract.buildDocumentUri(mAuthority, parentDocumentId);
255 DocumentsContract.buildChildDocumentsUri(mAuthority, parentDocumentId));
323 DocumentsContract.buildDocumentUri(mAuthority, oldDoc.documentId), null, false);
328 DocumentsContract.buildDocumentUri(mAuthority, newDoc.documentId), null, false);
480 DocumentsContract.buildDocumentUri(mAuthority, document.documentId),
561 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/DocumentsUI/tests/common/com/android/documentsui/testing/
H A DTestModel.java45 private final String mAuthority; field in class:TestModel
52 mAuthority = authority;
105 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.java122 private String mAuthority; field in class:BluetoothMapObexServer
141 mAuthority = account.getProviderAuthority();
152 BluetoothMapContract.buildFolderUri(mAuthority, Long.toString(mAccountId));
173 mResolver.acquireUnstableContentProviderClient(mAuthority);
175 throw new RemoteException("Failed to acquire provider for " + mAuthority);
H A DBluetoothMapContentObserver.java132 private String mAuthority = null; field in class:BluetoothMapContentObserver
259 mAuthority = Uri.parse(account.mBase_uri).getAuthority();
266 mProviderClient = mResolver.acquireUnstableContentProviderClient(mAuthority);
268 throw new RemoteException("Failed to acquire provider for " + mAuthority);
987 mProviderClient = mResolver.acquireUnstableContentProviderClient(mAuthority);
989 throw new RemoteException("Failed to acquire provider for " + mAuthority);
1903 if (uri.getAuthority().equals(mAuthority)) {
1925 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 449 milliseconds