Home
last modified time | relevance | path

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

/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/experimental/StrictModeTest/src/com/android/strictmodetest/
DStrictModeActivity.java464 bindService(new Intent(this, LocalService.class), in onResume()
466 bindService(new Intent(this, RemoteService.class), in onResume()
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
DServiceProxy.java157 return mContext.bindService(mIntent, mConnection, Context.BIND_AUTO_CREATE); in setTask()
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
DCancelActivity.java51 bindService(new Intent(CancelActivity.this, in onClick()
DNfcImportVCardActivity.java204 bindService(intent, this, Context.BIND_AUTO_CREATE); in startImport()
DExportVCardActivity.java180 if (!bindService(intent, this, Context.BIND_AUTO_CREATE)) { in onCreate()
DImportVCardActivity.java986 bindService(new Intent(this, VCardService.class), in startVCardService()
/packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
DMagicSmokeSelector.java155 if (!bindService(mIntent, this, Context.BIND_AUTO_CREATE)) { in connect()
/packages/apps/Phone/src/com/android/phone/
DEmergencyCallbackModeExitDialog.java131 bindService(new Intent(EmergencyCallbackModeExitDialog.this,
DNetworkSetting.java243 bindService (new Intent(this, NetworkQueryService.class), mNetworkQueryServiceConnection, in onCreate()
DPhoneGlobals.java478 bindService(new Intent(this, BluetoothPhoneService.class), in onCreate()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DAbstractGalleryActivity.java324bindService(new Intent(this, BatchService.class), mBatchServiceConnection, Context.BIND_AUTO_CREAT… in doBindBatchService()
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
DLiveWallpaperPreview.java239 if (!bindService(mIntent, this, Context.BIND_AUTO_CREATE)) { in connect()
/packages/apps/Gallery2/src/com/android/camera/
DCameraActivity.java348 bindService(intent, mConnection, Context.BIND_AUTO_CREATE); in bindMediaSaveService()
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/
DIngestActivity.java539 bindService(new Intent(getApplicationContext(), IngestService.class), in doBindHelperService()
/packages/experimental/RpcPerformance/src/com/android/rpc_performance/
DProviderPerfActivity.java230 bindService(new Intent(this, MiscService.class), in onResume()
/packages/apps/Settings/src/com/android/settings/applications/
DManageApplications.java861 getActivity().bindService(containerIntent, mContainerConnection, Context.BIND_AUTO_CREATE); in onCreate()
/packages/apps/Music/src/com/android/music/
DMusicUtils.java175 if (cw.bindService((new Intent()).setClass(cw, MediaPlaybackService.class), sb, 0)) { in bindToService()
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
DPinyinIME.java913 if (bindService(serviceIntent, mPinyinDecoderServiceConnection, in startPinyinDecoderService()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java182 if (!context.bindService(new Intent(IBluetoothHeadsetPhone.class.getName()), in HeadsetStateMachine()
/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaProvider.java3446 context.bindService(new Intent(context, MtpService.class), in insertInternal()