Searched defs:cleanUp (Results 1 - 17 of 17) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DKeyguardScreen.java44 void cleanUp(); method in interface:KeyguardScreen
H A DKeyguardViewBase.java140 abstract public void cleanUp(); method in class:KeyguardViewBase
H A DAccountUnlockScreen.java155 public void cleanUp() { method in class:AccountUnlockScreen
H A DPasswordUnlockScreen.java292 public void cleanUp() { method in class:PasswordUnlockScreen
H A DPatternUnlockScreen.java302 public void cleanUp() { method in class:PatternUnlockScreen
375 // Because the following can result in cleanUp() being called on this screen,
376 // member variables reset in cleanUp() shouldn't be accessed after this call.
H A DSimUnlockScreen.java132 public void cleanUp() { method in class:SimUnlockScreen
H A DLockScreen.java456 public void cleanUp() { method in class:LockScreen
H A DSimPukUnlockScreen.java135 public void cleanUp() { method in class:SimPukUnlockScreen
H A DLockPatternKeyguardView.java679 ((KeyguardScreen) mLockScreen).cleanUp();
691 ((KeyguardScreen) mUnlockScreen).cleanUp();
796 public void cleanUp() { method in class:LockPatternKeyguardView
799 ((KeyguardScreen) mLockScreen).cleanUp();
805 ((KeyguardScreen) mUnlockScreen).cleanUp();
/frameworks/base/tools/layoutlib/bridge/src/android/os/
H A DHandlerThread_Delegate.java41 public static void cleanUp(BridgeContext context) { method in class:HandlerThread_Delegate
/frameworks/base/core/java/android/speech/tts/
H A DFileSynthesisCallback.java58 cleanUp();
65 private void cleanUp() { method in class:FileSynthesisCallback
120 cleanUp();
133 cleanUp();
159 cleanUp();
188 cleanUp();
198 cleanUp();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DMediaRecorderStateUnitTestTemplate.java60 cleanUp();
333 private void cleanUp() { method in class:MediaRecorderStateUnitTestTemplate
H A DMediaPlayerStateUnitTestTemplate.java95 cleanUp();
499 private void cleanUp() { method in class:MediaPlayerStateUnitTestTemplate
/frameworks/base/policy/tests/src/com/android/internal/policy/impl/
H A DLockPatternKeyguardViewTest.java109 public void cleanUp() { method in class:LockPatternKeyguardViewTest.MockKeyguardScreen
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
H A DConnectionUtil.java674 public void cleanUp() { method in class:ConnectionUtil
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java457 private InstallParams sampleInstallFromRawResource(int flags, boolean cleanUp) { argument
458 return installFromRawResource("install.apk", R.raw.install, flags, cleanUp,
566 int flags, boolean cleanUp, boolean fail, int result,
596 if (cleanUp) {
608 int rawResId, int flags, boolean cleanUp, boolean fail, int result,
611 installFromRawResource(ip, flags, cleanUp, fail, result, expInstallLocation);
1490 int rawResId, int installFlags, int moveFlags, boolean cleanUp,
2736 private InstallParams replaceCerts(int apk1, int apk2, boolean cleanUp, boolean fail, int retCode) { argument
2750 if (cleanUp) {
2922 private void checkSharedSignatures(int apk1, int apk2, boolean cleanUp, boolea argument
565 installFromRawResource(InstallParams ip, int flags, boolean cleanUp, boolean fail, int result, int expInstallLocation) argument
607 installFromRawResource(String outFileName, int rawResId, int flags, boolean cleanUp, boolean fail, int result, int expInstallLocation) argument
1489 moveFromRawResource(String outFileName, int rawResId, int installFlags, int moveFlags, boolean cleanUp, boolean fail, int result) argument
[all...]
/frameworks/base/services/java/com/android/server/pm/
H A DPackageManagerService.java5846 cleanUp();
5853 cleanUp();
5877 cleanUp();
5901 private boolean cleanUp() { method in class:PackageManagerService.FileInstallArgs
5928 if (cleanUp()) {
6143 cleanUp();
6154 private void cleanUp() { method in class:PackageManagerService.SdInstallArgs
6169 cleanUp();

Completed in 308 milliseconds