Home
last modified time | relevance | path

Searched refs:bindService (Results 1 – 25 of 30) sorted by relevance

12

/packages/apps/KeyChain/tests/src/com/android/keychain/tests/
DKeyChainServiceTest.java79 mIsBoundSupport = bindService(new Intent(IKeyChainServiceTestSupport.class.getName()), in bindSupport()
84 private void bindService() { in bindService() method in KeyChainServiceTest
85 mIsBoundService = bindService(new Intent(IKeyChainService.class.getName()), in bindService()
195 bindService(); in test_KeyChainService()
/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
DCallScreeningServiceFilter.java180 if (!bindService()) { in startFilterLookup()
201 private boolean bindService() { in bindService() method in CallScreeningServiceFilter
/packages/apps/TV/tests/unit/src/com/android/tv/
DBaseMainActivityTestCase.java56 .bindService(TestInputControlUtils.createIntent(), mConnection, in setUp()
/packages/apps/TV/tests/func/src/com/android/tv/tests/ui/
DLiveChannelsTestCase.java53 context.bindService(TestInputControlUtils.createIntent(), mConnection, in setUp()
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
DCancelActivity.java51 bindService(new Intent(CancelActivity.this, in onClick()
DExportVCardActivity.java104 if (!bindService(intent, this, Context.BIND_AUTO_CREATE)) { in connectVCardService()
DNfcImportVCardActivity.java210 bindService(intent, this, Context.BIND_AUTO_CREATE); in startImport()
DImportVCardActivity.java739 bindService(new Intent(this, VCardService.class), in startVCardService()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DComponentContextFixture.java129 return bindService(serviceIntent, connection, flags); in bindServiceAsUser()
133 public boolean bindService( in bindService() method in ComponentContextFixture.FakeApplicationContext
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
DServiceProxy.java181 return mContext.bindService(mIntent, mConnection, Context.BIND_AUTO_CREATE); in setTask()
/packages/experimental/StrictModeTest/src/com/android/strictmodetest/
DStrictModeActivity.java467 bindService(new Intent(this, LocalService.class), in onResume()
469 bindService(new Intent(this, RemoteService.class), in onResume()
/packages/apps/Terminal/src/com/android/terminal/
DTerminalActivity.java160 bindService( in onStart()
/packages/apps/Launcher3/src/com/android/launcher3/testing/
DMemoryDumpActivity.java180 context.bindService(new Intent(context, MemoryTracker.class), in startDump()
DWeightWatcher.java101 context.bindService(new Intent(context, MemoryTracker.class), in WeightWatcher()
/packages/services/Telecomm/src/com/android/server/telecom/
DServiceBinder.java92 isBound = mContext.bindService(serviceIntent, connection, bindingFlags); in bind()
/packages/services/Telephony/src/com/android/phone/
DEmergencyCallbackModeExitDialog.java142 bindService(new Intent(EmergencyCallbackModeExitDialog.this,
DNetworkSetting.java275 bindService (new Intent(this, NetworkQueryService.class).setAction( in onCreate()
DCarrierConfigLoader.java404 return mContext.bindService(carrierService, mServiceConnection[phoneId], in bindToConfigPackage()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DAbstractGalleryActivity.java330bindService(new Intent(this, BatchService.class), mBatchServiceConnection, Context.BIND_AUTO_CREAT… in doBindBatchService()
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
DLiveWallpaperPreview.java281 if (!bindService(mIntent, this, Context.BIND_AUTO_CREATE)) { in connect()
/packages/services/Car/bluetooth/bt-map-client-lib/src/com/google/android/auto/mapservice/
DBluetoothMapManager.java188 bound = mContext.bindService(intent, mServiceConnection, Context.BIND_AUTO_CREATE); in connect()
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/
DIngestActivity.java602 bindService(new Intent(getApplicationContext(), IngestService.class), in doBindHelperService()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DAddAccessoryActivity.java240 bindService(intent, mGamepadServiceConn, BIND_ADJUST_WITH_ACTIVITY); in onCreate()
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmActivity.java499 bindService(intent, mConnection, Context.BIND_AUTO_CREATE); in bindAlarmService()
/packages/experimental/RpcPerformance/src/com/android/rpc_performance/
DProviderPerfActivity.java230 bindService(new Intent(this, MiscService.class), in onResume()

12