Home
last modified time | relevance | path

Searched refs:TestServiceConnection (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DSelfManagedConnectionTest.java87 private class TestServiceConnection implements ServiceConnection { class in SelfManagedConnectionTest
164 TestServiceConnection controlConn = setUpControl(THIRD_PTY_CONTROL, in testBindToSupportNonUiInCallService()
187 TestServiceConnection controlConn = setUpControl(THIRD_PTY_CONTROL, in testBindToSupportDefaultDialerNoCarMode()
214 TestServiceConnection controlConn = setUpControl(THIRD_PTY_CONTROL, in testNoBindToUnsupportDefaultDialerNoCarMode()
233 TestServiceConnection controlConn = setUpControl(CAR_MODE_CONTROL, in testEnterCarMode()
257 TestServiceConnection controlConn1 = setUpControl(CAR_MODE_CONTROL, CAR_DIALER_1); in testChangeCarModeApp()
258 TestServiceConnection controlConn2 = setUpControl(CAR_MODE_CONTROL, CAR_DIALER_2); in testChangeCarModeApp()
291 TestServiceConnection controlConn = setUpControl(CAR_MODE_CONTROL, CAR_DIALER_1); in testExitCarMode()
312 private TestServiceConnection setUpControl(String action, ComponentName componentName) { in setUpControl()
316 TestServiceConnection serviceConnection = new TestServiceConnection(); in setUpControl()
/cts/tests/appsearch/src/com/android/cts/appsearch/app/
DGlobalSearchSessionPlatformCtsTest.java516 GlobalSearchSessionPlatformCtsTest.TestServiceConnection serviceConnection = in assertPackageCannotAccess()
529 GlobalSearchSessionPlatformCtsTest.TestServiceConnection serviceConnection = in assertPackageCanAccess()
541 GlobalSearchSessionPlatformCtsTest.TestServiceConnection serviceConnection = in indexGloballySearchableDocument()
552 GlobalSearchSessionPlatformCtsTest.TestServiceConnection serviceConnection = in indexNotGloballySearchableDocument()
563 GlobalSearchSessionPlatformCtsTest.TestServiceConnection serviceConnection = in clearData()
573 private GlobalSearchSessionPlatformCtsTest.TestServiceConnection bindToHelperService( in bindToHelperService()
575 GlobalSearchSessionPlatformCtsTest.TestServiceConnection serviceConnection = in bindToHelperService()
576 new GlobalSearchSessionPlatformCtsTest.TestServiceConnection(mContext); in bindToHelperService()
582 private class TestServiceConnection implements ServiceConnection { class in GlobalSearchSessionPlatformCtsTest
587 TestServiceConnection(Context context) { in TestServiceConnection() method in GlobalSearchSessionPlatformCtsTest.TestServiceConnection
/cts/tests/BlobStore/src/com/android/cts/blob/
DBlobStoreManagerTest.java494 final TestServiceConnection connection1 = bindToHelperService(HELPER_PKG); in testPrivateAccess()
495 final TestServiceConnection connection2 = bindToHelperService(HELPER_PKG2); in testPrivateAccess()
496 final TestServiceConnection connection3 = bindToHelperService(HELPER_PKG3); in testPrivateAccess()
553 final TestServiceConnection connection1 = bindToHelperService(HELPER_PKG); in testMixedAccessType_fromMultiplePackages()
554 final TestServiceConnection connection2 = bindToHelperService(HELPER_PKG2); in testMixedAccessType_fromMultiplePackages()
555 final TestServiceConnection connection3 = bindToHelperService(HELPER_PKG3); in testMixedAccessType_fromMultiplePackages()
684 final TestServiceConnection connection = bindToHelperService(HELPER_PKG); in testRecommitBlob_fromMultiplePackages()
937 final TestServiceConnection serviceConnection = bindToHelperService(HELPER_PKG); in testAcquireLease_multipleLeasees()
1155 final TestServiceConnection serviceConnection = bindToHelperService(HELPER_PKG); in testStorageAttribution_acquireLease()
1790 private void commitBlobFromPkg(FakeBlobData blobData, TestServiceConnection serviceConnection) in commitBlobFromPkg()
[all …]
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/
DClientTest.java466 final TestServiceConnection connection = new TestServiceConnection(); in testStartNormal()
481 final TestServiceConnection connection = new TestServiceConnection(); in testStartNormal()
647 final TestServiceConnection connection = new TestServiceConnection(); in testStartExposed08()
676 final TestServiceConnection connection = new TestServiceConnection(); in testStartExposed09()
981 final TestServiceConnection connection = new TestServiceConnection(); in testStartEphemeral()
1008 final TestServiceConnection connection = new TestServiceConnection(); in testStartEphemeral()
1515 private static class TestServiceConnection implements ServiceConnection { class in ClientTest
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DUsageStatsTest.java1794 final TestServiceConnection connection = new TestServiceConnection(); in bindToTestService()
1801 private class TestServiceConnection implements ServiceConnection { class in UsageStatsTest