Searched refs:inject (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Email/tests/src/com/android/email/
H A DMockVendorPolicy.java36 public static void inject(Context context) { method in class:MockVendorPolicy
H A DVendorPolicyLoaderTest.java63 MockVendorPolicy.inject(getContext());
/packages/apps/Email/tests/src/com/android/email/mail/store/
H A DImapStoreUnitTests.java146 MockVendorPolicy.inject(mTestContext);
184 // TODO: inject specific facts in the initial folder SELECT and check them here
292 MockVendorPolicy.inject(mTestContext);
544 * Set up a basic MockTransport. open it, and inject it into mStore
555 // Create mock transport and inject it into the ImapStore that's already set up
586 * Also sets mNextTag, an int, which is useful if there are additional commands to inject.
635 // inject boilerplate commands that match our typical login

Completed in 835 milliseconds