Home
last modified time | relevance | path

Searched refs:connection3 (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/app.usage/BroadcastResponseStats/src/android/app/usage/brs/cts/
DBroadcastResponseStatsTest.java1006 final TestServiceConnection connection3 = bindToTestServiceAndGetConnection(TEST_APP3_PKG); in testBroadcastResponseStats_multiplePackages() local
1010 ITestReceiver testReceiver3 = connection3.getITestReceiver(); in testBroadcastResponseStats_multiplePackages()
1102 connection3.unbind(); in testBroadcastResponseStats_multiplePackages()
1116 final TestServiceConnection connection3 = bindToTestServiceAndGetConnection(TEST_APP3_PKG); in testBroadcastResponseStats_multiplePackages_multipleIds() local
1120 ITestReceiver testReceiver3 = connection3.getITestReceiver(); in testBroadcastResponseStats_multiplePackages_multipleIds()
1196 connection3.unbind(); in testBroadcastResponseStats_multiplePackages_multipleIds()
1210 final TestServiceConnection connection3 = bindToTestServiceAndGetConnection(TEST_APP3_PKG); in testBroadcastResponseStats_clearCounts_multiplePackages() local
1213 ITestReceiver testReceiver3 = connection3.getITestReceiver(); in testBroadcastResponseStats_clearCounts_multiplePackages()
1291 connection3.unbind(); in testBroadcastResponseStats_clearCounts_multiplePackages()
1304 final TestServiceConnection connection3 = bindToTestServiceAndGetConnection(TEST_APP3_PKG); in testBroadcastResponseStats_clearCounts_multipleIds() local
[all …]
/cts/tests/tests/telecom/src/android/telecom/cts/
DIncomingCallTest.java131 final Connection connection3 = verifyConnectionForIncomingCall(); in testAddNewIncomingCall_CorrectPhoneAccountHandle() local
134 assertTrue(connections.contains(connection3)); in testAddNewIncomingCall_CorrectPhoneAccountHandle()
135 connection3.onDisconnect(); in testAddNewIncomingCall_CorrectPhoneAccountHandle()
DConnectionServiceTest.java573 final Connection connection3 = verifyConnectionForIncomingCall();
576 assertTrue(connections.contains(connection3));
/cts/tests/BlobStore/src/com/android/cts/blob/
DBlobStoreManagerTest.java503 final TestServiceConnection connection3 = bindToHelperService(HELPER_PKG3); in testPrivateAccess() local
512 assertPkgCannotAccess(blobData, connection3); in testPrivateAccess()
517 assertPkgCannotAccess(blobData, connection3); in testPrivateAccess()
522 assertPkgCannotAccess(blobData, connection3); in testPrivateAccess()
527 connection3.unbind(); in testPrivateAccess()
562 final TestServiceConnection connection3 = bindToHelperService(HELPER_PKG3); in testMixedAccessType_fromMultiplePackages() local
578 assertPkgCannotAccess(blobData, connection3); in testMixedAccessType_fromMultiplePackages()
584 acquireLeaseAndAssertPkgCanAccess(blobData, connection3); in testMixedAccessType_fromMultiplePackages()
589 connection3.unbind(); in testMixedAccessType_fromMultiplePackages()