Searched defs:restore (Results 1 - 12 of 12) sorted by last modified time

/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
H A Dndapi.c839 NJ_EXTERN NJ_INT16 njx_check_dic(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle, NJ_UINT8 restore, NJ_UINT32 size) { argument
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DGLCanvas.java70 public void restore(); method in interface:GLCanvas
H A DGLCanvasImpl.java790 public void restore() { method in class:GLCanvasImpl
793 config.restore(this);
816 public void restore(GLCanvasImpl canvas) { method in class:GLCanvasImpl.ConfigState
880 restore(); // restore matrix and alpha
/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
H A DGLCanvasStub.java50 public void restore() {} method in class:GLCanvasStub
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DAccount.java248 restore(c);
257 public void restore(Cursor cursor) { method in class:Account
H A DEmailContent.java132 public abstract void restore (Cursor cursor); method in class:EmailContent
150 * @param klass the class to restore
178 content.restore(cursor);
356 * Given a cursor, restore a Body from it
461 public void restore(Cursor cursor) { method in class:EmailContent.Body
844 public void restore(Cursor cursor) { method in class:EmailContent.Message
1234 attach.restore(c);
1277 public void restore(Cursor cursor) { method in class:EmailContent.Attachment
H A DHostAuth.java170 public void restore(Cursor cursor) { method in class:HostAuth
276 // (e.g. for tests, provider templates and account restore) that may or may not
H A DMailbox.java311 public void restore(Cursor cursor) { method in class:Mailbox
H A DPolicy.java295 public void restore(Cursor cursor) { method in class:Policy
H A DQuickResponse.java84 * @see com.android.emailcommon.provider.EmailContent#restore(android.database.Cursor)
87 public void restore(Cursor cursor) { method in class:QuickResponse
143 quickResponse.restore(c);
/packages/apps/Email/src/com/android/email/activity/setup/
H A DSetupData.java236 // Save/restore our SetupData (used in AccountSetupActivity)
241 static public synchronized SetupData restore(Bundle bundle) { method in class:SetupData
/packages/apps/Browser/src/com/android/browser/
H A DTab.java145 // information needed to restore the WebView if the user goes back to the
1264 void setWebView(WebView w, boolean restore) { argument
1301 if (restore && (mSavedState != null)) {
1306 Log.w(LOGTAG, "Failed to restore WebView state!");
1752 // Restore the internal state even if the WebView fails to restore.

Completed in 153 milliseconds