Searched defs:bindService (Results 1 - 3 of 3) sorted by relevance

/packages/apps/KeyChain/tests/src/com/android/keychain/tests/
H A DKeyChainServiceTest.java79 mIsBoundSupport = bindService(new Intent(IKeyChainServiceTestSupport.class.getName()),
84 private void bindService() { method in class:KeyChainServiceTest
85 mIsBoundService = bindService(new Intent(IKeyChainService.class.getName()),
195 bindService();
/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
H A DCallScreeningServiceFilter.java182 if (!bindService()) {
203 private boolean bindService() { method in class:CallScreeningServiceFilter
243 Log.d(this, "bindService, found service, waiting for it to connect");
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DComponentContextFixture.java130 return bindService(serviceIntent, connection, flags);
134 public boolean bindService( method in class:ComponentContextFixture.FakeApplicationContext

Completed in 433 milliseconds