Home
last modified time | relevance | path

Searched refs:bindToHelperService (Results 1 – 8 of 8) sorted by relevance

/cts/tests/app/BroadcastsTest/src/android/app/cts/broadcasts/
DBroadcastDeliveryGroupTest.java35 final TestServiceConnection connection1 = bindToHelperService(HELPER_PKG1); in testDeliveryGroupPolicy_policyAll()
36 final TestServiceConnection connection2 = bindToHelperService(HELPER_PKG2); in testDeliveryGroupPolicy_policyAll()
64 final TestServiceConnection connection1 = bindToHelperService(HELPER_PKG1); in testDeliveryGroupPolicy_withForceDelay_policyAll()
65 final TestServiceConnection connection2 = bindToHelperService(HELPER_PKG2); in testDeliveryGroupPolicy_withForceDelay_policyAll()
98 final TestServiceConnection connection1 = bindToHelperService(HELPER_PKG1); in testDeliveryGroupPolicy_policyMostRecent()
99 final TestServiceConnection connection2 = bindToHelperService(HELPER_PKG2); in testDeliveryGroupPolicy_policyMostRecent()
130 final TestServiceConnection connection1 = bindToHelperService(HELPER_PKG1); in testDeliveryGroupPolicy_withForceDelay_policyMostRecent()
131 final TestServiceConnection connection2 = bindToHelperService(HELPER_PKG2); in testDeliveryGroupPolicy_withForceDelay_policyMostRecent()
DBroadcastDeferralTest.java56 final TestServiceConnection connection1 = bindToHelperService(HELPER_PKG1); in testFgBroadcastDeliveryToFrozenApp_withDeferUntilActive()
66 TestServiceConnection connection2 = bindToHelperService(HELPER_PKG2); in testFgBroadcastDeliveryToFrozenApp_withDeferUntilActive()
95 connection2 = bindToHelperService(HELPER_PKG2); in testFgBroadcastDeliveryToFrozenApp_withDeferUntilActive()
123 final TestServiceConnection connection1 = bindToHelperService(HELPER_PKG1); in testFgBroadcastDeliveryToFrozenApp()
132 TestServiceConnection connection2 = bindToHelperService(HELPER_PKG2); in testFgBroadcastDeliveryToFrozenApp()
158 connection2 = bindToHelperService(HELPER_PKG2); in testFgBroadcastDeliveryToFrozenApp()
DBroadcastFreezerTest.java79 TestServiceConnection connection = bindToHelperService(HELPER_PKG1); in testBroadcastOptions_appFreezingDelayed()
136 TestServiceConnection connection = bindToHelperService(HELPER_PKG1); in testBroadcastDelivery_syncTxnWhileFrozen()
169 TestServiceConnection connection1 = bindToHelperService(HELPER_PKG1); in testBroadcastDelivery_pendingFreezeCancelled()
174 TestServiceConnection connection2 = bindToHelperService(HELPER_PKG2); in testBroadcastDelivery_pendingFreezeCancelled()
198 connection2 = bindToHelperService(HELPER_PKG2); in testBroadcastDelivery_pendingFreezeCancelled()
DBroadcastsTest.java50 final TestServiceConnection connection = bindToHelperService(HELPER_PKG1); in testExplicitManifestBroadcast()
82 final TestServiceConnection connection = bindToHelperService(HELPER_PKG1); in testImplicitManifestBroadcast()
DBaseBroadcastTest.java299 protected TestServiceConnection bindToHelperService(String packageName) { in bindToHelperService() method in BaseBroadcastTest
DBroadcastReceiverTest.java404 final TestServiceConnection connection = bindToHelperService(HELPER_PKG1); in testPeekService()
/cts/tests/appsearch/src/com/android/cts/appsearch/app/
DGlobalSearchSessionServiceCtsTestBase.java250 bindToHelperService(PKG_A); in testPublicVisibility_accessibleTestPackage()
278 bindToHelperService(PKG_B); in testPublicVisibility_inaccessibleHelperApp()
295 serviceConnection = bindToHelperService(PKG_A); in testPublicVisibility_inaccessibleHelperApp()
375 bindToHelperService(PKG_A); in testPublicVisibility_invalidCertificate()
385 serviceConnection = bindToHelperService(PKG_B); in testPublicVisibility_invalidCertificate()
400 serviceConnection = bindToHelperService(PKG_A); in testPublicVisibility_invalidCertificate()
1860 bindToHelperService(pkg); in getSchemaAsPackage()
1872 bindToHelperService(pkg); in assertPackageCanAccess()
1910 bindToHelperService(pkg); in indexGloballySearchableDocument()
1950 bindToHelperService(pkg); in indexGloballySearchableDocumentVisibleToConfig()
[all …]
/cts/tests/BlobStore/src/com/android/cts/blob/
DBlobStoreManagerTest.java501 final TestServiceConnection connection1 = bindToHelperService(HELPER_PKG); in testPrivateAccess()
502 final TestServiceConnection connection2 = bindToHelperService(HELPER_PKG2); in testPrivateAccess()
503 final TestServiceConnection connection3 = bindToHelperService(HELPER_PKG3); in testPrivateAccess()
560 final TestServiceConnection connection1 = bindToHelperService(HELPER_PKG); in testMixedAccessType_fromMultiplePackages()
561 final TestServiceConnection connection2 = bindToHelperService(HELPER_PKG2); in testMixedAccessType_fromMultiplePackages()
562 final TestServiceConnection connection3 = bindToHelperService(HELPER_PKG3); in testMixedAccessType_fromMultiplePackages()
691 final TestServiceConnection connection = bindToHelperService(HELPER_PKG); in testRecommitBlob_fromMultiplePackages()
944 final TestServiceConnection serviceConnection = bindToHelperService(HELPER_PKG); in testAcquireLease_multipleLeasees()
1162 final TestServiceConnection serviceConnection = bindToHelperService(HELPER_PKG); in testStorageAttribution_acquireLease()
1824 final TestServiceConnection serviceConnection = bindToHelperService(pkg); in openSessionFromPkg()
[all …]