HomeSort by relevance Sort by last modified time
    Searched defs:authority (Results 26 - 50 of 241) sorted by null

12 3 4 5 6 7 8 910

  /packages/apps/Contacts/src/com/android/contacts/
ContactsUtils.java 174 final String authority = host.toLowerCase(); local
175 final Uri imUri = new Uri.Builder().scheme(SCHEME_IMTO).authority(
176 authority).appendPath(data).build();
  /packages/apps/DocumentsUI/src/com/android/documentsui/
DirectoryLoader.java 80 super(context, ProviderExecutor.forAuthority(root.authority));
101 final String authority = mUri.getAuthority(); local
109 client = DocumentsApplication.acquireUnstableProviderOrThrow(resolver, authority);
  /packages/apps/DocumentsUI/src/com/android/documentsui/files/
QuickViewIntentBuilder.java 174 String authority; local
197 authority = getCursorString(cursor, RootCursorWrapper.COLUMN_AUTHORITY);
198 uri = DocumentsContract.buildDocumentUri(authority, id);
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
ModelTest.java 46 private static final String AUTHORITY = "test_authority";
84 row.add(RootCursorWrapper.COLUMN_AUTHORITY, AUTHORITY);
143 String authority = local
147 switch (authority) {
155 fail("Unrecognized authority string");
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
PackageIconLoader.java 187 String authority = uri.getAuthority(); local
189 if (TextUtils.isEmpty(authority)) {
190 throw new FileNotFoundException("No authority: " + uri);
193 r = mPackageContext.getPackageManager().getResourcesForApplication(authority);
211 id = r.getIdentifier(path.get(1), path.get(0), authority);
  /packages/apps/Settings/src/com/android/settings/search/
DatabaseIndexingUtils.java 184 final String authority = info.providerInfo.authority; local
187 if (TextUtils.isEmpty(authority) || TextUtils.isEmpty(packageName)) {
  /development/apps/Development/src/com/android/development/
SyncAdapterDriver.java 101 names[i] = item.type.authority + " - " + item.type.accountType;
169 mActiveServiceConnection.mSyncAdapter.type.authority,
236 type.authority, type.accountType));
355 final String authority = local
359 if (authority == null || accountType == null) {
374 return new SyncAdapterType(authority, accountType, userVisible, supportsUploading,
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
XmlDocumentProvider.java 152 * local resource. <code>xmldocument</code> should match the authority declared for this
261 String authority = resourceUri.getAuthority(); local
263 if (TextUtils.isEmpty(authority)) {
264 throw new FileNotFoundException("No authority: " + resourceUri);
267 r = getContext().getPackageManager().getResourcesForApplication(authority);
269 throw new FileNotFoundException("No package found for authority: " + resourceUri);
285 id = r.getIdentifier(path.get(1), path.get(0), authority);
  /frameworks/base/services/tests/servicestests/src/com/android/server/content/
SyncStorageEngineTest.java 93 final String authority = "testprovider"; local
103 authority,
151 + "<authority id=\"0\" user=\"0\" account=\"account1\" type=\"type1\" authority=\"auth1\" />\n"
152 + "<authority id=\"1\" user=\"1\" account=\"account1\" type=\"type1\" authority=\"auth1\" />\n"
189 + "<authority id=\"0\" account=\"acc1\" type=\"type1\" authority=\"contacts\" />\n"
190 + "<authority id=\"1\" account=\"acc1\" type=\"type1\" authority=\"calendar\" />\n
    [all...]
  /frameworks/support/compat/java/android/support/v4/content/res/
FontResourcesParserCompat.java 180 String authority = array.getString(R.styleable.FontFamily_fontProviderAuthority); local
189 if (authority != null && providerPackage != null && query != null) {
195 new FontRequest(authority, providerPackage, query, certs), strategy, timeoutMs);
  /packages/apps/Calendar/src/com/android/calendar/
AsyncQueryServiceHelper.java 56 public String authority; field in class:AsyncQueryServiceHelper.OperationInfo
111 builder.append(",\n\t authority= ");
112 builder.append(authority);
327 args.result = resolver.applyBatch(args.authority, args.cpo);
  /packages/apps/Contacts/src/com/android/contacts/activities/
ContactEditorSpringBoardActivity.java 109 final String authority = mUri.getAuthority(); local
112 if (ContactsContract.AUTHORITY.equals(authority) &&
118 } else if (android.provider.Contacts.AUTHORITY.equals(authority)) {
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
DataAction.java 202 final String authority = host.toLowerCase(); local
203 final Uri imUri = new Uri.Builder().scheme(ContactsUtils.SCHEME_IMTO).authority(
204 authority).appendPath(data).build();
  /packages/apps/DocumentsUI/src/com/android/documentsui/base/
DocumentInfo.java 54 public String authority; field in class:DocumentInfo
73 authority = null;
92 authority = DurableUtils.readNullableString(in);
111 DurableUtils.writeNullableString(out, authority);
148 final String authority = getCursorString(cursor, RootCursorWrapper.COLUMN_AUTHORITY); local
149 return fromCursor(cursor, authority);
152 public static DocumentInfo fromCursor(Cursor cursor, String authority) {
155 info.updateFromCursor(cursor, authority);
159 public void updateFromCursor(Cursor cursor, String authority) {
160 this.authority = authority
    [all...]
RootInfo.java 86 public String authority; field in class:RootInfo
110 authority = null;
131 authority = DurableUtils.readNullableString(in);
150 DurableUtils.writeNullableString(out, authority);
185 public static RootInfo fromRootsCursor(String authority, Cursor cursor) {
187 root.authority = authority;
240 return DocumentsContract.buildRootUri(authority, rootId);
244 return authority == null && rootId == null;
255 return Providers.AUTHORITY_STORAGE.equals(authority);
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
MovieViewControl.java 139 String authority = uri.getAuthority(); local
141 && MediaStore.AUTHORITY.equalsIgnoreCase(authority));
  /packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/
SourceLatency.java 169 String authority = searchable.getSuggestAuthority(); local
170 if (authority == null) {
176 .authority(authority)
  /packages/experimental/LoaderApp/src/com/android/loaderapp/util/
ContactsUtils.java 251 final String authority = host.toLowerCase(); local
252 final Uri imUri = new Uri.Builder().scheme(Constants.SCHEME_IMTO).authority(
253 authority).appendPath(data).build();
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-auth/0.13.2/
grpc-auth-0.13.2.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-auth/1.0.1/
grpc-auth-1.0.1.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-auth/1.0.3/
grpc-auth-1.0.3.jar 
  /frameworks/base/core/java/com/android/server/backup/
AccountSyncSettingsBackupHelper.java 124 * Fetch and serialize Account and authority information as a JSON Array.
143 accountTypeToAuthorities.get(syncAdapter.accountType).add(syncAdapter.authority);
167 for (String authority : authorities) {
168 int syncState = ContentResolver.getIsSyncable(account, authority);
169 boolean syncEnabled = ContentResolver.getSyncAutomatically(account, authority);
172 authorityJSON.put(KEY_AUTHORITY_NAME, authority);
403 JSONObject authority = (JSONObject) authorities.get(i); local
404 final String authorityName = authority.getString(KEY_AUTHORITY_NAME);
405 boolean wasSyncEnabled = authority.getBoolean(KEY_AUTHORITY_SYNC_ENABLED);
406 int wasSyncable = authority.getInt(KEY_AUTHORITY_SYNC_STATE)
    [all...]
  /frameworks/base/media/java/android/media/
Ringtone.java 215 String authority = ContentProvider.getAuthorityWithoutUserId(uri.getAuthority()); local
217 if (Settings.AUTHORITY.equals(authority)) {
230 if (MediaStore.AUTHORITY.equals(authority)) {
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawer/
TileUtils.java 588 String authority = uri.getAuthority(); local
589 if (TextUtils.isEmpty(authority)) {
592 if (!providerMap.containsKey(authority)) {
593 providerMap.put(authority, context.getContentResolver().acquireUnstableProvider(uri));
595 return providerMap.get(authority);
  /frameworks/base/telephony/java/android/telephony/mbms/
MbmsDownloadReceiver.java 64 public static final String MBMS_FILE_PROVIDER_META_DATA_KEY = "mbms-file-provider-authority";
497 throw new RuntimeException("App must declare the file provider authority as metadata " +
500 String authority = appInfo.metaData.getString(MBMS_FILE_PROVIDER_META_DATA_KEY); local
501 if (authority == null) {
502 throw new RuntimeException("App must declare the file provider authority as metadata " +
505 return authority;

Completed in 1955 milliseconds

12 3 4 5 6 7 8 910