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

/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
H A DAccountSyncAdapter.java19 public void wipe() { method in class:AccountSyncAdapter
H A DAbstractSyncAdapter.java79 public abstract void wipe(); method in class:AbstractSyncAdapter
H A DCalendarSyncAdapter.java212 public void wipe() { method in class:CalendarSyncAdapter
H A DEmailSyncAdapter.java150 public void wipe() { method in class:EmailSyncAdapter
H A DContactsSyncAdapter.java234 public void wipe() { method in class:ContactsSyncAdapter
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
H A DCalendarProvider2Test.java2441 * @param wipe true if instances should be wiped and regenerated
2444 private void commandSequences(boolean wipe) throws Exception { argument
2447 mWipe = wipe; // Set global flag

Completed in 84 milliseconds