HomeSort by relevance Sort by last modified time
    Searched full:mock (Results 126 - 150 of 315) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/base/docs/html/sdk/api_diff/4/changes/
packages_index_changes.html 70 <A HREF="pkg_android.test.mock.html" class="hiddenlink" target="rightframe">android.test.mock</A><br>
packages_index_all.html 73 <A HREF="pkg_android.test.mock.html" class="hiddenlink" target="rightframe">android.test.mock</A><br>
  /packages/apps/Email/tests/src/com/android/email/activity/
MessageViewTests.java 78 // configure a mock controller
182 * Mock Messaging controller, so we can drive its callbacks. This probably should be
  /frameworks/base/location/java/android/location/
LocationManager.java     [all...]
  /dalvik/libcore/nio_char/src/test/java/tests/api/java/nio/charset/
CharsetProviderTest.java 187 // ignore case problem in mock, intended
191 // intended case problem in mock
200 // intended case problem in mock
567 * Mock charset provider.
588 * Another mock charset provider providing build-in charset "ascii".
  /frameworks/base/core/tests/coretests/src/android/app/
SearchablesTest.java 36 import android.test.mock.MockContext;
37 import android.test.mock.MockPackageManager;
56 * Mock the context so I can provide very specific input data
225 * This is a mock for context. Used to perform a true unit test on SearchableInfo.
278 * This is a mock for package manager. Used to perform a true unit test on SearchableInfo.
  /dalvik/libcore/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LogManagerTest.java 252 // but for non-mock LogManager, foo's parent should be root
400 // add root to mock logmanager and it works as "root" logger
413 // try to add root logger to non-mock LogManager, no effect
446 manager.addLogger(new MockLogger("mock", null));
447 manager.addLogger(new MockLogger("mock.child", null));
460 // mock LogManager has no default logger
464 // non-mock LogManager has two default logger
600 // but for non-mock LogManager, foo's parent should be root
775 // mock manager doesn't read configuration until you call
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/
bugzilla_unittest.py 34 from webkitpy.mock import Mock
298 queries = BugzillaQueries(Mock())
  /frameworks/base/test-runner/src/android/test/
ActivityUnitTestCase.java 27 import android.test.mock.MockApplication;
188 * If you wish to inject a Mock, Isolated, or otherwise altered context, you can do so
259 * This mock Activity represents the "parent" activity. By injecting this, we allow the user
  /packages/apps/Email/tests/src/com/android/email/mail/store/
Pop3StoreUnitTests.java 753 * Given an initialized mock transport, open it and attempt to "read" one unread message from
757 * @param mockTransport the mock transport we're using
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/resources/manager/
ConfigMatchTest.java 34 import com.android.ide.eclipse.mock.FileMock;
35 import com.android.ide.eclipse.mock.FolderMock;
244 // create the folder mock
  /cts/tests/tests/content/src/android/content/pm/cts/
PackageStatsTest.java 71 // Set mock data to make sure the functionality of constructor
  /external/easymock/src/org/easymock/
AbstractMatcher.java 28 * for the legacy <code>MockControl</code>. For mock objects generated by the methods
  /external/webkit/WebKitTools/Scripts/webkitpy/commands/
queues_unittest.py 100 "handle_unexpected_error" : "Mock error message\n",
  /external/webkit/WebKitTools/Scripts/webkitpy/style/processors/
common_unittest.py 33 # mock style error handling code and the code to check that all
  /frameworks/base/core/tests/coretests/src/android/widget/
ListViewTest.java 26 import android.test.mock.MockContext;
  /frameworks/base/location/java/com/android/internal/location/
MockProvider.java 32 * A mock location provider used by LocationManagerService to implement test providers.
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
SimPhoneBookTest.java 49 // Since this test doesn't mock the SIM we try to get a valid ADN record,
  /frameworks/base/tools/layoutlib/bridge/src/android/webkit/
WebView.java 30 * Mock version of the WebView.
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
MockSource.java 26 * Mock implementation of {@link Source}.
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
SynchronousContactsProvider2.java 100 * Creates a mock PhotoPriorityResolver
  /sdk/sdkmanager/app/tests/com/android/sdkmanager/
SdkCommandLineTest.java 28 * A mock version of the {@link SdkCommandLine} class that does not
  /external/gtest/include/gtest/
gtest-spi.h 42 // This helper class can be used to mock out Google Test failure reporting
49 // all generated failures. The scope of this mock object can be controlled with
  /frameworks/base/docs/html/guide/developing/tools/
hierarchy-viewer.jd 80 Views. For example, you might have a mock-up image of how you'd like to layout your interface.
82 image from your computer and it will be placed atop the preview. Your chosen image will anchor at the bottom left corner of the screen. You can then adjust the opacity of the overlay and begin fine-tuning your layout to match the mock-up.</p>
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
packages_index_changes.html 74 <A HREF="pkg_android.test.mock.html" class="hiddenlink" target="rightframe">android.test.mock</A><br>

Completed in 598 milliseconds

1 2 3 4 56 7 8 91011>>