Home
last modified time | relevance | path

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

/development/vndk/tools/definition-tool/tests/
Dcompat.py17 self.cleanup()
23 self.cleanup()
25 def cleanup(self): member in TemporaryDirectory
Dtest_elfdump.py46 cls.tmp_dir.cleanup()
/development/samples/browseable/WearSpeakerSample/src/com.example.android.wearable.speaker/
DSoundRecorder.java227 cleanup(); in startPlay()
232 cleanup(); in startPlay()
235 private void cleanup() { in startPlay()
258 public void cleanup() { in cleanup() method in SoundRecorder
DMainActivity.java250 mSoundRecorder.cleanup(); in onStop()