Searched defs:cleanup (Results 1 - 25 of 42) sorted by relevance

12

/frameworks/base/tools/obbtool/
H A Dmkobb.sh87 cleanup() { function
/frameworks/native/services/sensorservice/
H A DBatteryService.h61 static void cleanup(uid_t uid) { function in class:android::BatteryService
/frameworks/opt/net/wifi/tests/wifitests/src/android/net/wifi/
H A DWifiScannerTest.java80 public void cleanup() { method in class:WifiScannerTest
/frameworks/compile/slang/tests/
H A Dtest.py25 cleanup = 1 variable in class:Options
173 if Options.cleanup:
192 ' -n, --no-cleanup Don\'t clean up after running tests\n'
209 elif arg in ('-n', '--no-cleanup'):
210 Options.cleanup = 0
/frameworks/base/core/java/android/os/
H A DTokenWatcher.java90 public void cleanup(IBinder token, boolean unlink) method in class:TokenWatcher
108 cleanup(token, true);
193 cleanup(token, false);
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DWakeupMessageTest.java103 public void cleanup() { method in class:WakeupMessageTest
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DRSTestCore.java185 public void cleanup() { method in class:RSTestCore
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A DRSTestCore.java179 public void cleanup() { method in class:RSTestCore
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DRSTestCore.java198 public void cleanup() { method in class:RSTestCore
/frameworks/base/libs/hwui/
H A DTexture.h123 bool cleanup = false; member in class:android::uirenderer::Texture
177 if (texture && texture->cleanup) {
H A DVertexBuffer.h75 mCleanupMethod = &(cleanup<TYPE>);
86 mCleanupIndexMethod = &(cleanup<TYPE>);
155 static void cleanup(void* buffer) { function in class:android::uirenderer::VertexBuffer
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DZenFooter.java86 public void cleanup() { method in class:ZenFooter
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
H A DWifiScannerImpl.java70 public abstract void cleanup(); method in class:WifiScannerImpl
H A DHalWifiScannerImpl.java60 public void cleanup() { method in class:HalWifiScannerImpl
61 mSupplicantScannerDelegate.cleanup();
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
H A DRSTestCore.java159 public void cleanup() { method in class:RSTestCore
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
H A DRSTestCore.java163 public void cleanup() { method in class:RSTestCore
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
H A DRSTestCore.java163 public void cleanup() { method in class:RSTestCore
/frameworks/base/core/java/android/bluetooth/le/
H A DBluetoothLeAdvertiser.java169 public void cleanup() { method in class:BluetoothLeAdvertiser
H A DBluetoothLeScanner.java263 public void cleanup() { method in class:BluetoothLeScanner
/frameworks/base/core/java/android/preference/
H A DVolumePreference.java118 cleanup();
130 private void cleanup() { method in class:VolumePreference
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/services/
H A DJob.java155 final void cleanup() { method in class:Job
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DFingerprintUnlockController.java286 cleanup();
291 cleanup();
294 private void cleanup() { method in class:FingerprintUnlockController
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DRttServiceTest.java79 public void cleanup() { method in class:RttServiceTest
H A DWifiConnectivityManagerTest.java89 public void cleanup() { method in class:WifiConnectivityManagerTest
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
H A DBackgroundScanSchedulerTest.java76 public void cleanup() { method in class:BackgroundScanSchedulerTest

Completed in 983 milliseconds

12