Home
last modified time | relevance | path

Searched refs:bindService (Results 1 – 25 of 28) 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/apps/FMRadio/src/com/android/fmradio/
DFmFavoriteActivity.java161 bindService(); in onCreate()
441 private void bindService() { in bindService() method in FmFavoriteActivity
442 mIsServiceBinded = bindService(new Intent(FmFavoriteActivity.this, FmService.class), in bindService()
DFmRecordActivity.java118 bindService(new Intent(this, FmService.class), mServiceConnection, in onCreate()
DFmMainActivity.java653 mIsServiceBinded = bindService(new Intent(FmMainActivity.this, FmService.class), in onStart()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DComponentContextFixture.java108 return bindService(serviceIntent, connection, flags); in bindServiceAsUser()
112 public boolean bindService( in bindService() method in ComponentContextFixture.FakeApplicationContext
/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/ContactsCommon/src/com/android/contacts/common/vcard/
DCancelActivity.java51 bindService(new Intent(CancelActivity.this, in onClick()
DExportVCardActivity.java95 if (!bindService(intent, this, Context.BIND_AUTO_CREATE)) { in connectVCardService()
DNfcImportVCardActivity.java210 bindService(intent, this, Context.BIND_AUTO_CREATE); in startImport()
DImportVCardActivity.java647 bindService(new Intent(this, VCardService.class), in startVCardService()
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
DServiceProxy.java181 return mContext.bindService(mIntent, mConnection, Context.BIND_AUTO_CREATE); in setTask()
/packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
DMagicSmokeSelector.java155 if (!bindService(mIntent, this, Context.BIND_AUTO_CREATE)) { in connect()
/packages/apps/Launcher3/src/com/android/launcher3/
DMemoryDumpActivity.java170 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.java91 isBound = mContext.bindService(serviceIntent, connection, bindingFlags); in bind()
/packages/apps/Terminal/src/com/android/terminal/
DTerminalActivity.java160 bindService( in onStart()
/packages/services/Telephony/src/com/android/phone/
DEmergencyCallbackModeExitDialog.java142 bindService(new Intent(EmergencyCallbackModeExitDialog.this,
DNetworkSetting.java273 bindService (new Intent(this, NetworkQueryService.class), mNetworkQueryServiceConnection, in onCreate()
DCarrierConfigLoader.java388 return mContext.bindService(carrierService, mServiceConnection[phoneId], in bindToConfigPackage()
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
DLiveWallpaperPreview.java240 if (!bindService(mIntent, this, Context.BIND_AUTO_CREATE)) { in connect()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DAbstractGalleryActivity.java330bindService(new Intent(this, BatchService.class), mBatchServiceConnection, Context.BIND_AUTO_CREAT… in doBindBatchService()
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/
DIngestActivity.java602 bindService(new Intent(getApplicationContext(), IngestService.class), in doBindHelperService()
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmActivity.java241 bindService(new Intent(this, AlarmService.class), mConnection, Context.BIND_AUTO_CREATE); in onStart()
/packages/experimental/RpcPerformance/src/com/android/rpc_performance/
DProviderPerfActivity.java230 bindService(new Intent(this, MiscService.class), in onResume()
/packages/apps/Music/src/com/android/music/
DMusicUtils.java175 if (cw.bindService((new Intent()).setClass(cw, MediaPlaybackService.class), sb, 0)) { in bindToService()

12