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/apps/FMRadio/src/com/android/fmradio/
H A DFmFavoriteActivity.java161 bindService();
441 private void bindService() { method in class:FmFavoriteActivity
442 mIsServiceBinded = bindService(new Intent(FmFavoriteActivity.this, FmService.class),
445 Log.e(TAG, "bindService, mIsServiceBinded is false");
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DComponentContextFixture.java108 return bindService(serviceIntent, connection, flags);
112 public boolean bindService( method in class:ComponentContextFixture.FakeApplicationContext

Completed in 259 milliseconds