Searched defs:reset (Results 1 - 25 of 49) sorted by relevance

12

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DLatencyTracker.java43 public void reset() { method in class:LatencyTracker
48 * Gets the number of milliseconds since the object was created, or {@link #reset} was called.
H A DShortcutRefresher.java61 public void reset(); method in interface:ShortcutRefresher
H A DSourceShortcutRefresher.java97 public void reset() { method in class:SourceShortcutRefresher
/packages/apps/Mms/src/com/android/mms/ui/
H A DViewInterface.java35 void reset(); method in interface:ViewInterface
H A DImageAttachmentView.java115 public void reset() { method in class:ImageAttachmentView
H A DSlideListItemView.java142 public void reset() { method in class:SlideListItemView
H A DSlideshowAttachmentView.java127 public void reset() { method in class:SlideshowAttachmentView
H A DVideoAttachmentView.java128 public void reset() { method in class:VideoAttachmentView
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
H A DMockShortcutRefresher.java34 public void reset() { method in class:MockShortcutRefresher
/packages/apps/Email/src/org/apache/commons/io/input/
H A DCharSequenceReader.java26 * <strong>Note:</strong> Supports {@link #mark(int)} and {@link #reset()}.
122 public void reset() { method in class:CharSequenceReader
H A DProxyInputStream.java114 * Invokes the delegate's <code>reset()</code> method.
117 public synchronized void reset() throws IOException { method in class:ProxyInputStream
118 in.reset();
H A DProxyReader.java115 * Invokes the delegate's <code>reset()</code> method.
118 public synchronized void reset() throws IOException { method in class:ProxyReader
119 in.reset();
H A DNullInputStream.java244 public synchronized void reset() throws IOException { method in class:NullInputStream
H A DNullReader.java228 public synchronized void reset() throws IOException { method in class:NullReader
/packages/apps/Email/src/org/apache/james/mime4j/
H A DCloseShieldInputStream.java72 * @see java.io.FilterInputStream#reset()
74 public synchronized void reset() throws IOException { method in class:CloseShieldInputStream
76 is.reset();
/packages/apps/Gallery3D/src/com/cooliris/media/
H A DLoadingLayer.java228 void reset() { method in class:LoadingLayer
/packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
H A DJJTAddressListParserState.java29 void reset() { method in class:JJTAddressListParserState
/packages/apps/Email/src/org/apache/james/mime4j/util/
H A DPositionInputStream.java55 public void reset() throws IOException { method in class:PositionInputStream
56 inputStream.reset();
/packages/apps/IM/libwbxml/src/
H A Dimps_encoder.cpp50 void ImpsWbxmlEncoder::reset() function in class:ImpsWbxmlEncoder
/packages/apps/IM/src/com/android/im/imps/
H A DPrimitiveContentHandler.java38 public void reset() { method in class:PrimitiveContentHandler
H A DWbxmlSerializer.java58 public void reset() { method in class:WbxmlSerializer
/packages/apps/Mms/src/com/android/mms/dom/smil/parser/
H A DSmilContentHandler.java43 public void reset() { method in class:SmilContentHandler
/packages/apps/Email/src/org/apache/commons/io/output/
H A DByteArrayOutputStream.java229 * @see java.io.ByteArrayOutputStream#reset()
231 public synchronized void reset() { method in class:ByteArrayOutputStream
/packages/apps/Phone/src/com/android/phone/
H A DCallTime.java66 * After calling this you should also call reset() and
77 /* package */ void reset() { method in class:CallTime
78 if (DBG) log("reset()...");
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLanguageSwitcher.java173 public void reset() { method in class:LanguageSwitcher

Completed in 53 milliseconds

12