Home
last modified time | relevance | path

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

1234567

/packages/apps/Gallery2/jni_jpegstream/src/
Dstream_wrapper.cpp29 cleanup(); in ~StreamWrapper()
48 cleanup(); in init()
54 cleanup(); in init()
59 cleanup(); in init()
64 cleanup(); in init()
70 void StreamWrapper::cleanup() { in cleanup() function in StreamWrapper
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/featureflags/
DFeatureFlagPersistentTest.java63 cleanup(PERSISTENT_FALSE_NAME); in tearDown()
64 cleanup(PERSISTENT_TRUE_NAME); in tearDown()
65 cleanup(VOLATILE_FALSE_NAME); in tearDown()
66 cleanup(VOLATILE_TRUE_NAME); in tearDown()
67 cleanup(TEST_FEATURE_NAME); in tearDown()
70 private void cleanup(String flagName) { in cleanup() method in FeatureFlagPersistentTest
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/jpegstream/
DJPEGOutputStream.java75 cleanup(); in close()
90 cleanup(); in write()
107 cleanup(); in write()
129 cleanup(); in finalize()
137 native private void cleanup(); in cleanup() method in JPEGOutputStream
DJPEGInputStream.java76 cleanup(); in close()
117 cleanup(); in read()
157 cleanup(); in finalize()
165 cleanup(); in applyConfigChange()
184 native private void cleanup(); in cleanup() method in JPEGInputStream
/packages/services/Telephony/src/com/android/services/telephony/
DRadioOnStateListener.java152 cleanup(); in startSequenceInternal()
191 cleanup(); in onServiceStateChanged()
205 cleanup(); in onRadioOn()
237 cleanup(); in onRetryTimeout()
247 cleanup(); in onRetryTimeout()
274 public void cleanup() { in cleanup() method in RadioOnStateListener
/packages/apps/Dialer/java/com/android/incallui/answerproximitysensor/
DAnswerProximitySensor.java106 private void cleanup() { in cleanup() method in AnswerProximitySensor
129 cleanup(); in onDialerCallDisconnect()
136 cleanup(); in onDialerCallUpdate()
166 cleanup(); in onScreenOn()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/password/
DBiometricFragment.java60 cleanup();
68 cleanup();
105 cleanup(); in cancel()
108 private void cleanup() { in cleanup() method in BiometricFragment
/packages/apps/Settings/src/com/android/settings/password/
DBiometricFragment.java62 cleanup();
71 cleanup();
122 cleanup(); in cancel()
125 private void cleanup() { in cleanup() method in BiometricFragment
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DProfileService.java51 void cleanup(); in cleanup() method
101 protected void cleanup() {} in cleanup() method in ProfileService
211 cleanup(); in onDestroy()
213 mBinder.cleanup(); in onDestroy()
DAdapterService.java529 cleanup(); in onUnbind()
704 void cleanup() { in cleanup() method in AdapterService
735 mDatabaseManager.cleanup(); in cleanup()
747 mRemoteDevices.cleanup(); in cleanup()
751 mSdpManager.cleanup(); in cleanup()
756 mBluetoothKeystoreService.cleanup(); in cleanup()
766 mAdapterProperties.cleanup(); in cleanup()
770 mJniCallbacks.cleanup(); in cleanup()
774 mPhonePolicy.cleanup(); in cleanup()
778 mSilenceDeviceManager.cleanup(); in cleanup()
[all …]
DAdapterState.java131 private void cleanup() { in cleanup() method in AdapterState
139 cleanup(); in onQuitting()
/packages/apps/UniversalMediaPlayer/java/com/android/pump/provider/
DQuery.java126 String name = cleanup(matchResult.group(1)); in parseEpisode()
152 String name = cleanup(matchResult.group(1)); in parseMovie()
162 private static String cleanup(String string) { in cleanup() method in Query
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/service/
DCompanionDeviceSupportService.java124 cleanup(); in onDestroy()
136 cleanup(); in onBluetoothStateChanged()
143 private void cleanup() { in cleanup() method in CompanionDeviceSupportService
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/provisioning/
DAbstractProvisioningController.java132 cleanup(STATUS_CLEANED_UP); in cancel()
171 cleanup(STATUS_ERROR); in onError()
177 private void cleanup(final int newStatus) { in cleanup() method in AbstractProvisioningController
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DMediaPlayerWrapper.java97 void cleanup() { in cleanup() method in MediaPlayerWrapper
239 mControllerCallbacks.cleanup(); in unregisterCallback()
255 mControllerCallbacks.cleanup(); in updateMediaController()
341 void cleanup() { in cleanup() method in MediaPlayerWrapper.MediaControllerListener
DBrowsedPlayerWrapper.java356 cleanup();
361 void cleanup() {
382 cleanup();
DAvrcpTargetService.java225 if (mMediaPlayerList != null) mMediaPlayerList.cleanup(); in stop()
226 if (mNativeInterface != null) mNativeInterface.cleanup(); in stop()
422 public void cleanup() { in cleanup() method in AvrcpTargetService.AvrcpTargetBinder
/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
DHearingAidService.java154 mHearingAidNativeInterface.cleanup(); in stop()
170 sm.cleanup(); in stop()
194 protected void cleanup() { in cleanup() method in HearingAidService
769 sm.cleanup(); in removeStateMachine()
861 public void cleanup() { in cleanup() method in HearingAidService.BluetoothHearingAidBinder
/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/Dialer/java/com/android/dialer/callcomposer/camera/
DCameraManager.java371 cleanup(); in openCamera()
375 cleanup(); in openCamera()
392 cleanup(); in openCamera()
395 private void cleanup() { in openCamera()
/packages/modules/DnsResolver/
DDnsStats.cpp132 const auto cleanup = [&](ServerStatsMap* statsMap) { in setServers() local
142 cleanup(&statsMap); in setServers()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarDebugActivity.java87 cleanup(); in onClick()
96 private void cleanup() { in cleanup() method in CalendarDebugActivity
/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
DDefaultCellBroadcastService.java65 mGsmCellBroadcastHandler.cleanup(); in onDestroy()
66 mCdmaCellBroadcastHandler.cleanup(); in onDestroy()
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
DHidDeviceService.java131 mDeathRcpt.cleanup(); in handleMessage()
254 public void cleanup() { in cleanup() method in HidDeviceService.BluetoothHidDeviceDeathRecipient
291 public void cleanup() { in cleanup() method in HidDeviceService.BluetoothHidDeviceBinder
747 mHidDeviceNativeInterface.cleanup(); in stop()
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_pan.cpp126 sPanIf->cleanup(); in initializeNative()
162 sPanIf->cleanup(); in cleanupNative()

1234567