Searched defs:wipe (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Exchange/src/com/android/exchange/adapter/
H A DAbstractSyncParser.java157 wipe();
236 abstract protected void wipe(); method in class:AbstractSyncParser
H A DAbstractSyncAdapter.java76 public abstract void wipe(); method in class:AbstractSyncAdapter
H A DFolderSyncParser.java206 // wipe() will also backup and then restore non default sync settings.
207 wipe();
215 // act as though we have a bad folder sync key (wipe/reload mailboxes)
240 wipe();
784 protected void wipe() { method in class:FolderSyncParser
790 // For real accounts, let's go ahead and wipe some data.
H A DEmailSyncParser.java762 protected void wipe() { method in class:EmailSyncParser
H A DCalendarSyncParser.java1385 protected void wipe() { method in class:CalendarSyncParser
H A DContactsSyncParser.java1340 protected void wipe() { method in class:ContactsSyncParser
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DGeometryMathUtils.java61 public void wipe() { method in class:GeometryMathUtils.GeometryHolder
261 out.wipe();
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
H A DCalendarProvider2Test.java2505 * @param wipe true if instances should be wiped and regenerated
2508 private void commandSequences(boolean wipe) throws Exception { argument
2511 mWipe = wipe; // Set global flag

Completed in 120 milliseconds