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

123

/frameworks/base/tools/obbtool/
H A Dmkobb.sh87 cleanup() { function
/frameworks/base/services/core/java/com/android/server/location/
H A DFlpHardwareProvider.java71 public void cleanup() { method in class:FlpHardwareProvider
72 if (DEBUG) Log.d(TAG, "empty cleanup()");
/frameworks/base/wifi/tests/src/android/net/wifi/
H A DWifiScannerTest.java69 public void cleanup() { method in class:WifiScannerTest
/frameworks/native/services/sensorservice/
H A DBatteryService.h61 static void cleanup(uid_t uid) { function in class:android::BatteryService
/frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/
H A DUT_blur_validation.java39 private void cleanup() { method in class:UT_blur_validation
82 cleanup();
87 cleanup();
93 cleanup();
H A DRSTestCore.java195 public void cleanup() { method in class:RSTestCore
/frameworks/support/design/tests/src/android/support/design/widget/
H A DTextInputLayoutPseudoLocaleTest.java68 public static void cleanup() { method in class:TextInputLayoutPseudoLocaleTest
/frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_blur_validation.java40 private void cleanup() { method in class:UT_blur_validation
84 cleanup();
89 cleanup();
95 cleanup();
H A DRSTestCore.java189 public void cleanup() { method in class:RSTestCore
/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/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiConfigStoreLegacyTest.java78 public void cleanup() { method in class:WifiConfigStoreLegacyTest
H A DSavedNetworkEvaluatorTest.java81 public void cleanup() { method in class:SavedNetworkEvaluatorTest
H A DWifiConnectivityHelperTest.java53 public void cleanup() { method in class:WifiConnectivityHelperTest
/frameworks/rs/rsov/tests/RSoVTest/src/com/android/rs/rsov/test/
H A DRSoVTestCore.java134 public void cleanup() { method in class:RSoVTestCore
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A DRSTestCore.java179 public void cleanup() { method in class:RSTestCore
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DZenFooter.java106 public void cleanup() { method in class:ZenFooter
/frameworks/compile/slang/tests/
H A Dslang_test.py72 cleanup = 1 variable in class:Options
306 if Options.cleanup:
317 ' -n, --no-cleanup Don\'t clean up after running tests\n'
342 elif arg in ('-n', '--no-cleanup'):
343 Options.cleanup = 0
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
H A DHalWifiScannerImpl.java63 public void cleanup() { method in class:HalWifiScannerImpl
64 mWificondScannerDelegate.cleanup();
H A DWifiScannerImpl.java74 public abstract void cleanup(); method in class:WifiScannerImpl
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
H A DRSTestCore.java159 public void cleanup() { method in class:RSTestCore
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
H A DRSTestCore.java163 public void cleanup() { method in class:RSTestCore
/frameworks/rs/tests/java_api/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.java465 public void cleanup() { method in class:BluetoothLeAdvertiser
H A DBluetoothLeScanner.java328 public void cleanup() { method in class:BluetoothLeScanner

Completed in 5817 milliseconds

123