HomeSort by relevance Sort by last modified time
    Searched refs:restored (Results 1 - 25 of 61) sorted by null

1 2 3

  /packages/apps/Email/tests/src/com/android/email/provider/
AccountBackupRestoreTests.java 115 // Accounts will be restored next time we touch the db.
127 Account restored = new Account(); local
128 restored.restore(c);
130 HostAuth recv = HostAuth.restoreHostAuthWithId(mMockContext, restored.mHostAuthKeyRecv);
132 HostAuth send = HostAuth.restoreHostAuthWithId(mMockContext, restored.mHostAuthKeySend);
137 assertRestoredAccountEqual(saved1, restored);
141 restored = new Account();
142 restored.restore(c);
144 recv = HostAuth.restoreHostAuthWithId(mMockContext, restored.mHostAuthKeyRecv);
146 send = HostAuth.restoreHostAuthWithId(mMockContext, restored.mHostAuthKeySend)
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
opaque_browser_frame_view_layout.h 55 // This does not include any client edge. If |restored| is true, acts as if
56 // the window is restored regardless of the real mode.
57 int FrameBorderThickness(bool restored) const;
64 // frame, any title area, and any connected client edge. If |restored| is
65 // true, acts as if the window is restored regardless of the real mode.
66 int NonClientTopBorderHeight(bool restored) const;
68 int GetTabStripInsetsTop(bool restored) const;
70 // Returns the y-coordinate of the caption buttons. If |restored| is true,
71 // acts as if the window is restored regardless of the real mode.
72 int CaptionButtonY(bool restored) const
    [all...]
opaque_browser_frame_view_layout.cc 21 // window in restored mode, to use to drag the window around.
31 // The frame border is only visible in restored mode and is hardcoded to 4 px on
62 // restored windows), the New Tab button isn't at the same height as the caption
190 int OpaqueBrowserFrameViewLayout::FrameBorderThickness(bool restored) const {
191 return (!restored && (IsTitleBarCondensed() ||
204 bool restored) const {
206 return std::max(FrameBorderThickness(restored) + delegate_->GetIconSize(),
207 CaptionButtonY(restored) + kCaptionButtonHeightWithPadding) +
208 TitlebarBottomThickness(restored);
211 int thickness = FrameBorderThickness(restored);
    [all...]
opaque_browser_frame_view.h 124 // This does not include any client edge. If |restored| is true, acts as if
125 // the window is restored regardless of the real mode.
126 int FrameBorderThickness(bool restored) const;
opaque_browser_frame_view.cc 557 int OpaqueBrowserFrameView::FrameBorderThickness(bool restored) const {
558 return layout_->FrameBorderThickness(restored);
    [all...]
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
RecyclerViewBasicTest.java 163 RecyclerView restored = new RecyclerView(mContext); local
164 restored.setLayoutManager(new MockLayoutManager());
168 restored.onRestoreInstanceState(savedState);
193 RecyclerView restored = new RecyclerView(mContext); local
195 restored.setLayoutManager(mlmRestored);
196 restored.setAdapter(new MockAdapter(3));
197 restored.onRestoreInstanceState(savedState);
StaggeredGridLayoutManagerTest.java 340 String assertPrefix = config + ", restored in between:" + saveRestoreInBetween
893 RecyclerView restored = new RecyclerView(getActivity()); local
1065 RecyclerView restored = new RecyclerView(getActivity()); local
    [all...]
LinearLayoutManagerTest.java 754 RecyclerView restored = new RecyclerView(getActivity()); local
    [all...]
  /cts/tests/tests/net/src/android/net/http/cts/
SslCertificateTest.java 202 SslCertificate restored = SslCertificate.restoreState(saved); local
203 assertEquals(ssl.getValidNotAfter(), restored.getValidNotAfter());
204 assertEquals(ssl.getValidNotBefore(), restored.getValidNotBefore());
  /frameworks/base/libs/hwui/
StatefulBaseRenderer.h 128 * 'restored' snapshot has become the top/current.
132 virtual void onSnapshotRestored(const Snapshot& removed, const Snapshot& restored) {};
  /external/chromium_org/chrome/browser/history/
in_memory_url_index.h 109 // data cannot be restored from its cache file then it is rebuilt from the
142 bool restored() const { function in class:history::InMemoryURLIndex
217 // Callback function that sets the private data from the just-restored-from-
  /external/chromium_org/remoting/webapp/browser_test/
update_pin_browser_test.js 44 // The PIN must be restored regardless of success or failure.
  /external/chromium_org/chrome/browser/ui/panels/
panel_browsertest.cc 232 // Verify panel is restored to its original size.
243 // Hover again on the last panel which is now restored, to reset the
547 gfx::Rect restored = panel->GetRestoredBounds(); local
548 EXPECT_EQ(bounds.x(), restored.x());
549 EXPECT_GT(bounds.y(), restored.y());
550 EXPECT_EQ(bounds.width(), restored.width());
551 EXPECT_LT(bounds.height(), restored.height());
556 restored = panel->GetRestoredBounds();
557 EXPECT_EQ(bounds.x(), restored.x());
558 EXPECT_GT(bounds.y(), restored.y())
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
content_settings_exception_area_browsertest.js 79 // be restored to its original method. I know no easy way to fix this.
  /external/chromium_org/content/test/gpu/gpu_tests/
context_lost.py 160 'Test failed (context not restored properly?)')
170 'Test didn\'t complete (no context restored event?)')
174 'Test failed (context not restored properly?)')
  /external/chromium_org/remoting/webapp/
fullscreen_v2.js 23 * full-screen mode is exited and also when the window is restored from
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DocumentsActivity.java 211 if (!mState.restored) {
282 mState.restored = true;
318 // Update the restored stack to ensure we have freshest data
336 mState.restored = true;
338 // Show drawer when no stack restored, but only when requesting
900 // Update the restored stack to ensure we have freshest data
1211 public boolean restored = false; field in class:DocumentsActivity.State
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
pystate.pxd 58 # thread-state is restored to its previous state before the Release().
  /external/bouncycastle/
import_bouncycastle.sh 251 echo Unneeded source $s restored by patch $i
  /external/chromium_org/v8/test/mjsunit/harmony/
block-leave.js 188 f(); // The context could be restored from the stack after the call.
  /external/chromium_org/v8/test/mjsunit/
with-leave.js 179 f(); // The context could be restored from the stack after the call.
  /external/libunwind/doc/
unw_resume.tex 51 ``preserved'' registers are restored.
  /external/chromium_org/chrome/browser/sessions/
session_restore_browsertest.cc 196 // Verifies that restored tabs have a root window. This is important
213 Browser* restored = QuitBrowserAndRestore(browser(), 3); local
214 TabStripModel* tab_strip_model = restored->tab_strip_model();
218 // Check the restored tabs have a root window.
228 // Verify that restored tabs have correct disposition. Only one tab should
245 Browser* restored = QuitBrowserAndRestore(browser(), 3); local
252 // There should be 3 restored tabs in the new browser.
253 TabStripModel* tab_strip_model = restored->tab_strip_model();
309 // Test that maximized applications get restored maximized.
453 // Make sure that the restored tab is removed from the service
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_unittest.cc 828 // It should have sent out a restored message with a request to paint.
829 const IPC::Message* restored = process_->sink().GetUniqueMessageMatching( local
831 ASSERT_TRUE(restored);
833 ViewMsg_WasShown::Read(restored, &needs_repaint);
    [all...]
  /external/chromium_org/chrome/test/base/
testing_profile.cc 597 if (!index || index->restored())
605 DCHECK(index->restored());
    [all...]

Completed in 798 milliseconds

1 2 3