HomeSort by relevance Sort by last modified time
    Searched full:authorities (Results 1 - 25 of 210) sorted by null

1 2 3 4 5 6 7 8 9

  /packages/providers/TelephonyProvider/
AndroidManifest.xml 32 android:authorities="telephony"
37 android:authorities="sms"
44 android:authorities="mms"
54 android:authorities="mms-sms"
  /frameworks/base/packages/ExternalStorageProvider/
AndroidManifest.xml 11 android:authorities="com.android.externalstorage.documents"
31 android:authorities="com.example.documents"
  /packages/experimental/RpcPerformance/
AndroidManifest.xml 26 android:authorities="com.android.rpc_performance"
33 android:authorities="com.android.rpc_performance.local"
  /packages/providers/PartnerBookmarksProvider/
AndroidManifest.xml 20 <!-- We add an application tag here just to indicate the authorities -->
23 android:authorities="com.android.partnerbookmarks" />
  /cts/hostsidetests/appsecurity/test-apps/PermissionDeclareApp/
AndroidManifest.xml 42 android:authorities="ctspermissionwithsignature"
51 android:authorities="ctspermissionwithsignaturegranting"
61 android:authorities="ctsprivateprovider"
67 android:authorities="ctsprivateprovidergranting"
76 android:authorities="ctsambiguousprovider">
82 android:authorities="ctspermissionwithsignaturepath"
100 android:authorities="ctspermissionwithsignaturepathrestricting"
  /development/samples/Vault/
AndroidManifest.xml 10 android:authorities="com.example.android.vault.provider"
  /frameworks/base/packages/SettingsProvider/
AndroidManifest.xml 15 <provider android:name="SettingsProvider" android:authorities="settings"
  /frameworks/opt/photoviewer/sample/
AndroidManifest.xml 30 android:authorities="com.example.photoviewersample.SampleProvider">
  /packages/apps/Settings/src/com/android/settings/accounts/
ChooseAccountActivity.java 116 // Skip preferences for authorities not specified. If no authorities specified,
161 Log.v(TAG, "No providers found for authorities: " + auths);
174 ArrayList<String> authorities = mAccountTypeToAuthorities.get(sa.accountType); local
175 if (authorities == null) {
176 authorities = new ArrayList<String>();
177 mAccountTypeToAuthorities.put(sa.accountType, authorities);
183 authorities.add(sa.authority);
AccountPreferenceBase.java 50 public static final String AUTHORITIES_FILTER_KEY = "authorities";
123 ArrayList<String> authorities = mAccountTypeToAuthorities.get(sa.accountType); local
124 if (authorities == null) {
125 authorities = new ArrayList<String>();
126 mAccountTypeToAuthorities.put(sa.accountType, authorities);
132 authorities.add(sa.authority);
AccountSyncSettings.java 455 ArrayList<String> authorities = accountTypeToAuthorities.get(sa.accountType); local
456 if (authorities == null) {
457 authorities = new ArrayList<String>();
458 accountTypeToAuthorities.put(sa.accountType, authorities);
464 authorities.add(sa.authority);
482 final ArrayList<String> authorities = accountTypeToAuthorities.get(account.type); local
483 if (authorities != null && (mAccount == null || mAccount.equals(account))) {
484 for (int j = 0, m = authorities.size(); j < m; j++) {
485 final String authority = authorities.get(j);
  /frameworks/base/core/tests/coretests/EnabledTestApp/
AndroidManifest.xml 37 android:authorities="com.android.frameworks.coretests.enabled_app.DisabledProvider"
49 android:authorities="com.android.frameworks.coretests.enabled_app.EnabledProvider"
  /libcore/luni/src/main/java/javax/net/ssl/
X509TrustManager.java 69 * Returns the list of certificate issuer authorities which are trusted for
72 * @return the list of certificate issuer authorities which are trusted for
  /packages/apps/QuickSearchBox/tests/naughty/
AndroidManifest.xml 55 android:authorities="com.android.quicksearchbox.tests.naughty.crashing" />
58 android:authorities="com.android.quicksearchbox.tests.naughty.hanging" />
  /cts/hostsidetests/appsecurity/test-apps/PermissionDeclareAppCompat/
AndroidManifest.xml 26 android:authorities="ctsambiguousprovidercompat">
  /cts/tests/tests/webkit/
AndroidManifest.xml 27 android:authorities="android.webkit.cts.MockContentProvider" />
  /frameworks/base/tests/LocationTracker/
AndroidManifest.xml 27 android:authorities="com.android.locationtracker" />
  /frameworks/support/tests/
AndroidManifest.xml 25 android:authorities="moocow"
  /packages/apps/QuickSearchBox/tests/slow/
AndroidManifest.xml 37 android:authorities="com.android.quicksearchbox.tests.slow" />
  /packages/apps/QuickSearchBox/tests/spammy/
AndroidManifest.xml 37 android:authorities="com.android.quicksearchbox.tests.spammy" />
  /packages/providers/ContactsProvider/
AndroidManifest.xml 31 android:authorities="contacts;com.android.contacts"
50 android:authorities="call_log"
58 android:authorities="com.android.voicemail"
112 android:authorities="com.android.contacts.dumpfile"
  /packages/providers/UserDictionaryProvider/
AndroidManifest.xml 27 <provider android:name="UserDictionaryProvider" android:authorities="user_dictionary"
  /sdk/eclipse/scripts/
_mk_icons.sh 31 icon A green authorities
  /packages/apps/UnifiedEmail/
AndroidManifest.xml 126 android:authorities="com.android.mail.accountcache"
134 android:authorities="com.android.mail.mockprovider"
142 android:authorities="com.android.mail.conversation.provider"
150 android:authorities="@string/eml_attachment_provider"
162 android:authorities="com.android.mail.suggestionsprovider" />
  /packages/apps/Exchange/src/com/android/exchange/service/
EasService.java 58 * The content authorities that can be synced for EAS accounts. Initialization must wait until
316 * @param authorities All possible authorities we could care about.
317 * @return The authorities for the content types we want to sync for account.
320 final String[] authorities) {
322 for (final String authority : authorities) {

Completed in 523 milliseconds

1 2 3 4 5 6 7 8 9