Home
last modified time | relevance | path

Searched refs:cleanup (Results 1 – 25 of 47) sorted by relevance

12

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DProfileService.java43 public boolean cleanup(); in cleanup() method
65 protected boolean cleanup() { in cleanup() method in ProfileService
158 cleanup(); in onDestroy()
160 mBinder.cleanup(); in onDestroy()
DAdapterService.java272 cleanup(); in onUnbind()
338 void cleanup () { in cleanup() method in AdapterService
349 mAdapterStateMachine.cleanup(); in cleanup()
354 mBondStateMachine.cleanup(); in cleanup()
358 mRemoteDevices.cleanup(); in cleanup()
369 mAdapterProperties.cleanup(); in cleanup()
373 mJniCallbacks.cleanup(); in cleanup()
383 mBinder.cleanup(); in cleanup()
486 public boolean cleanup() { in cleanup() method in AdapterService.AdapterServiceBinder
1382 cleanup(); in finalize()
DJniCallbacks.java36 void cleanup() { in cleanup() method in JniCallbacks
DAdapterState.java106 public void cleanup() { in cleanup() method in AdapterState
/packages/apps/Phone/src/com/android/phone/
DEmergencyCallHelper.java150 cleanup(); in startSequenceInternal()
270 cleanup(); in onDisconnect()
299 cleanup(); in onRetryTimeout()
444 cleanup(); in scheduleRetryOrBailOut()
476 private void cleanup() { in cleanup() method in EmergencyCallHelper
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpService.java63 protected boolean cleanup() { in cleanup() method in A2dpService
65 mStateMachine.cleanup(); in cleanup()
200 public boolean cleanup() { in cleanup() method in A2dpService.BluetoothA2dpBinder
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
DHealthService.java114 appInfo.cleanup(); in cleanupApps()
121 protected boolean cleanup() { in cleanup() method in HealthService
164 appInfo.cleanup(); in handleMessage()
237 appInfo.cleanup(); in handleMessage()
296 public void cleanup(){ in cleanup() method in HealthService.BluetoothHealthDeathRecipient
312 public boolean cleanup() { in cleanup() method in HealthService.BluetoothHealthBinder
788 private void cleanup(){ in cleanup() method in HealthService.AppInfo
797 mRcpObj.cleanup(); in cleanup()
803 mRcpObj.cleanup(); in cleanup()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/debug/
DContactsDumpActivity.java77 cleanup(); in onClick()
86 private void cleanup() { in cleanup() method in ContactsDumpActivity
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_a2dp.cpp148 sBluetoothA2dpInterface->cleanup(); in initNative()
183 sBluetoothA2dpInterface->cleanup(); in cleanupNative()
Dcom_android_bluetooth_hdp.cpp144 sBluetoothHdpInterface->cleanup(); in initializeNative()
180 sBluetoothHdpInterface->cleanup(); in cleanupNative()
Dcom_android_bluetooth_pan.cpp121 sPanIf->cleanup(); in initializeNative()
153 sPanIf->cleanup(); in cleanupNative()
Dcom_android_bluetooth_hid.cpp189 sBluetoothHidInterface->cleanup(); in initializeNative()
228 sBluetoothHidInterface->cleanup(); in cleanupNative()
Dcom_android_bluetooth_hfp.cpp279 sBluetoothHfpInterface->cleanup(); in initializeNative()
315 sBluetoothHfpInterface->cleanup(); in cleanupNative()
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
DAccountSyncAdapter.java15 public void cleanup() { in cleanup() method in AccountSyncAdapter
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarDebugActivity.java87 cleanup(); in onClick()
96 private void cleanup() { in cleanup() method in CalendarDebugActivity
/packages/apps/Calendar/src/com/android/calendar/
DDayFragment.java153 view.cleanup(); in onPause()
155 view.cleanup(); in onPause()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetService.java85 protected boolean cleanup() { in cleanup() method in HeadsetService
87 mStateMachine.cleanup(); in cleanup()
122 public boolean cleanup() { in cleanup() method in HeadsetService.BluetoothHeadsetBinder
DHeadsetPhoneState.java69 public void cleanup() { in cleanup() method in HeadsetPhoneState
/packages/apps/Browser/src/com/android/browser/homepages/
DRequestHandler.java75 cleanup(); in run()
256 void cleanup() { in cleanup() method in RequestHandler
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DPhotoPageBottomControls.java126 public void cleanup() { in cleanup() method in PhotoPageBottomControls
/packages/apps/Settings/src/com/android/settings/
DRingerVolumePreference.java226 cleanup(); in onDialogClosed()
259 private void cleanup() { in cleanup() method in RingerVolumePreference
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DPhotoStore.java144 public Set<Long> cleanup(Set<Long> keysInUse) { in cleanup() method in PhotoStore
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
DHidService.java96 protected boolean cleanup() { in cleanup() method in HidService
284 public boolean cleanup() { in cleanup() method in HidService.BluetoothInputDeviceBinder
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
DPanService.java108 protected boolean cleanup() { in cleanup() method in PanService
177 public boolean cleanup() { in cleanup() method in PanService.BluetoothPanBinder
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DPhotoStoreTest.java221 Set<Long> photoIdsToCleanup = mPhotoStore.cleanup(photoFileIdsInUse); in testCleanup()

12