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

1 2 3 4 5 6 7

  /sdk/templates/other/ContentProvider/root/
AndroidManifest.xml.ftl 5 android:authorities="${authorities}"
  /sdk/templates/other/ContentProvider/
template.xml 16 id="authorities"
17 name="URI Authorities"
21 help="A list of one or more URI authorities that identify data under the purview of the content provider. " />
  /packages/providers/TelephonyProvider/
AndroidManifest.xml 31 android:authorities="telephony"
36 android:authorities="sms"
43 android:authorities="mms"
53 android:authorities="mms-sms"
  /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"
  /frameworks/base/packages/SettingsProvider/
AndroidManifest.xml 15 <provider android:name="SettingsProvider" android:authorities="settings"
  /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 454 ArrayList<String> authorities = accountTypeToAuthorities.get(sa.accountType); local
455 if (authorities == null) {
456 authorities = new ArrayList<String>();
457 accountTypeToAuthorities.put(sa.accountType, authorities);
463 authorities.add(sa.authority);
481 final ArrayList<String> authorities = accountTypeToAuthorities.get(account.type); local
482 if (authorities != null && (mAccount == null || mAccount.equals(account))) {
483 for (int j = 0, m = authorities.size(); j < m; j++) {
484 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">
  /frameworks/base/tests/LocationTracker/
AndroidManifest.xml 27 android:authorities="com.android.locationtracker" />
  /frameworks/opt/photoviewer/sample/
AndroidManifest.xml 31 android:authorities="com.example.photoviewersample.SampleProvider">
  /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/ApplicationsProvider/
AndroidManifest.xml 9 <provider android:name="ApplicationsProvider" android:authorities="applications"
  /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/DrmProvider/
AndroidManifest.xml 22 <provider android:name=".DrmProvider" android:authorities="drm"
  /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
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
CertificateRequest.java 40 * Certificate authorities
51 * Encoded form of certificate authorities

Completed in 276 milliseconds

1 2 3 4 5 6 7