Searched defs:cleanup (Results 1 - 25 of 40) sorted by last modified time

12

/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DImageProcessingActivity.java451 void cleanup() { method in class:ImageProcessingActivity
483 cleanup();
/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/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/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/
H A DScriptGroupTestActivity.java215 void cleanup() { method in class:ScriptGroupTestActivity
246 cleanup();
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DRttService.java69 if (ci != null) ci.cleanup();
244 cleanup();
247 void cleanup() { method in class:RttService.RttServiceImpl.ClientInfo
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
H A DHalWifiScannerImpl.java60 public void cleanup() { method in class:HalWifiScannerImpl
61 mSupplicantScannerDelegate.cleanup();
H A DSupplicantWifiScannerImpl.java161 public void cleanup() { method in class:SupplicantWifiScannerImpl
H A DWifiScannerImpl.java70 public abstract void cleanup(); method in class:WifiScannerImpl
H A DWifiScanningServiceImpl.java170 client.cleanup();
940 mScannerImpl.cleanup();
1653 mInternalClientInfo.cleanup();
1822 public void cleanup() { method in class:WifiScanningServiceImpl.ClientInfo
1862 logw("failed to cleanup scan work: " + e.toString());
1923 public void cleanup() { method in class:WifiScanningServiceImpl.ExternalClientInfo
1925 // Internal clients should not have any wifi change requests. So, keeping this cleanup
1930 super.cleanup();
2419 mInternalClientInfo.cleanup();
/frameworks/opt/net/wifi/tests/wifitests/src/android/net/wifi/
H A DWifiScannerTest.java80 public void cleanup() { method in class:WifiScannerTest
/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.java85 public void cleanup() { method in class:WifiConnectivityManagerTest
H A DWifiQualifiedNetworkSelectorTest.java85 public void cleanup() { method in class:WifiQualifiedNetworkSelectorTest
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
H A DBackgroundScanSchedulerTest.java76 public void cleanup() { method in class:BackgroundScanSchedulerTest
H A DWifiScanningServiceTest.java116 public void cleanup() { method in class:WifiScanningServiceTest
/frameworks/native/services/sensorservice/
H A DBatteryService.h60 static void cleanup(uid_t uid) { function in class:android::BatteryService
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/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/services/core/java/com/android/server/location/
H A DFlpHardwareProvider.java342 public void cleanup() { method in class:FlpHardwareProvider
/frameworks/base/services/core/java/com/android/server/pm/
H A DOtaDexoptService.java97 public synchronized void cleanup() throws RemoteException { method in class:OtaDexoptService
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DFrameworkPerfActivity.java107 cleanup();
111 void cleanup() { method in class:FrameworkPerfActivity.TestConnection
347 conn.cleanup();

Completed in 427 milliseconds

12