Home
last modified time | relevance | path

Searched defs:authority (Results 1 – 25 of 37) sorted by relevance

12

/cts/tests/tests/content/src/android/content/cts/
DContentResolverSyncTestCase.java106 String authority, int accountIndex) { in addAccountAndVerifyInitSync()
128 private void cancelSync(Account account, String authority, int latchTimeoutMillis) { in cancelSync()
158 private void requestSync(Account account, String authority, int latchTimeoutMillis) { in requestSync()
174 private void setIsSyncable(Account account, String authority, boolean b) { in setIsSyncable()
DMockSyncAdapter.java86 public void startSync(ISyncContext syncContext, String authority, Account account, in startSync()
118 public void initialize(android.accounts.Account account, java.lang.String authority) in initialize()
DMockSRSProvider.java37 public void setupSuggestions(String authority, int mode) { in setupSuggestions()
/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DSyncAdapterEnumerationTests.java282 final String authority = providerPackageName + AUTHORITY_SUFFIX; in requestPeriodicSync() local
293 final String authority = providerPackageName + AUTHORITY_SUFFIX; in setSyncAutomatically() local
303 final String authority = targetPackageName + AUTHORITY_SUFFIX; in getSyncAutomatically() local
313 final String authority = targetPackageName + AUTHORITY_SUFFIX; in getIsSyncable() local
324 final String authority = targetPackageName + AUTHORITY_SUFFIX; in getPeriodicSyncs() local
/cts/tests/tests/syncmanager/apps/app1/src/android/content/syncmanager/cts/app/
DSyncManagerCtsSyncAdapter.java57 SyncResult onPerformSync(Account account, Bundle extras, String authority, in onPerformSync()
64 public void onPerformSync(Account account, Bundle extras, String authority, in onPerformSync()
/cts/tests/tests/appenumeration/lib/src/android/appenumeration/cts/
DTestActivity.java253 final String authority = intent.getStringExtra(Intent.EXTRA_PACKAGE_NAME); in handleIntent() local
277 final String authority = intent.getBundleExtra(EXTRA_DATA) in handleIntent() local
283 final String authority = intent.getBundleExtra(EXTRA_DATA) in handleIntent() local
290 final String authority = intent.getBundleExtra(EXTRA_DATA) in handleIntent() local
300 final String authority = intent.getBundleExtra(EXTRA_DATA) in handleIntent() local
307 final String authority = intent.getBundleExtra(EXTRA_DATA) in handleIntent() local
311 final String authority = intent.getBundleExtra(EXTRA_DATA) in handleIntent() local
317 final String authority = intent.getBundleExtra(EXTRA_DATA) in handleIntent() local
323 final String authority = intent.getBundleExtra(EXTRA_DATA) in handleIntent() local
434 final String authority = intent.getBundleExtra(EXTRA_DATA) in handleIntent() local
[all …]
/cts/hostsidetests/backup/SyncAdapterSettingsApp/src/android/cts/backup/syncadaptersettingsapp/
DSyncAdapterSettingsAdapter.java35 public void onPerformSync(Account account, Bundle extras, String authority, in onPerformSync()
/cts/tests/tests/appenumeration/app/target/src/android/appenumeration/testapp/
DMockSyncAdapterService.java48 public void onPerformSync(Account account, Bundle extras, String authority, in onPerformSync()
/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/
DStatsdSyncAdapter.java53 public void onPerformSync(Account account, Bundle extras, String authority, in onPerformSync()
/cts/tests/PhotoPicker/src/android/photopicker/cts/
DPhotoPickerBaseTest.java90 protected static void setCloudProvider(@Nullable String authority) throws Exception { in setCloudProvider()
DPhotoPickerCloudUtils.java115 String authority, Pair<String, String>... mediaPairs) throws Exception { in initCloudProviderWithImage() argument
274 @Nullable String authority) throws IOException { in setCloudProvider()
/cts/tests/tests/security/src/android/security/cts/CVE_2022_20358/
DPocSyncService.java65 public void onPerformSync(Account account, Bundle extras, String authority, in onPerformSync()
/cts/tests/tests/content/lib/accountaccess/src/com.android.cts.content/
DSyncAdapter.java55 public void onPerformSync(Account account, Bundle extras, String authority, in onPerformSync()
DUtils.java117 public static SyncRequest requestSync(String authority) { in requestSync()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0704/test-app/src/android/security/cts/CVE_2021_0704_test/
DSyncService.java70 public void onPerformSync(Account account, Bundle extras, String authority, in onPerformSync()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21272/test-app/src/android/security/cts/CVE_2023_21272_test/
DDeviceTest.java68 Object authority = partConstructor.newInstance(testAuthority, testAuthority); in testCVE_2023_21272() local
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DEnforcingAdminAndAuthorityTest.java117 RoleAuthority authority = new RoleAuthority(ROLES); in roleAuthority_equality_returnsTrue() local
/cts/tests/tests/uidmigration/src/android/uidmigration/cts/
DAppIdMigrationTest.kt127 val authority = Const.DATA_TEST_PKG + ".provider" in <lambda>() constant
/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/ime/
DCommandContentProvider.java69 public Bundle call(String authority, String method, String arg, Bundle extras) { in call()
/cts/tests/app/app/src/android/app/stubs/
DTestProvider.java35 public Bundle call(String authority, String method, String arg, Bundle extras) { in call()
DLocalProvider.java42 public Bundle call(String authority, String method, String arg, Bundle extras) { in call()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMultiUserUtils.java86 @NonNull String authority, @NonNull String method, @Nullable String arg, in callContentProvider()
/cts/tests/tests/syncmanager/common/proto/
Dsync_manager_cts.proto27 optional string authority = 4; field
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
DSearchUtil.java120 String authority = searchable.getSuggestAuthority(); in getSearchUri() local
/cts/hostsidetests/inputmethodservice/deviceside/provider/src/android/inputmethodservice/cts/provider/
DUriHelper.java78 FactoryBuilder addUri(String authority, String path, String type) { in addUri()

12