HomeSort by relevance Sort by last modified time
    Searched full:injection (Results 26 - 50 of 301) sorted by null

12 3 4 5 6 7 8 91011>>

  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/inject/
Injector.java 25 * Very lightweight form of injection, inspired by RoboGuice, for injecting common ui elements.
38 * Then, inside your Activity's onCreate() method, perform the injection like this:
71 * @throws IllegalStateException if injection fails, common causes being that you have used an
  /external/chromium_org/chrome/browser/extensions/
active_script_controller.h 47 // Returns true if the extension requesting script injection requires
52 // Register a request for a script injection, to be executed by running
64 // Notifies the ActiveScriptController of detected ad injection.
active_script_controller_unittest.cc 34 // of the controller itself (when to allow/deny extension script injection).
35 // Testing real injection is allowed/denied as expected (i.e., that the
163 // Request an injection. There should be an action visible, but no executions.
214 // Request an injection. There should be an action visible, but no executions.
222 // Reload. This should remove the pending injection, and we should not
228 // Request and accept a new injection.
  /external/chromium_org/chrome/browser/extensions/api/
execute_code_function.h 14 // Base class for javascript code injection.
40 // The injection details.
  /external/mockito/src/org/mockito/internal/configuration/injection/
ConstructorInjection.java 6 package org.mockito.internal.configuration.injection;
21 * Injection strategy based on constructor.
  /external/chromium_org/android_webview/native/
aw_browser_dependency_factory.h 25 // about 'static' environmental decoupling, allowing dependency injection by the
  /external/chromium_org/chrome/browser/chromeos/login/screens/
network_screen_actor.h 12 // Interface for dependency injection between NetworkScreen and its actual
terms_of_service_screen_actor.h 12 // Interface for dependency injection between TermsOfServiceScreen and its
  /external/chromium_org/components/sync_driver/
generic_change_processor_factory.h 29 // so that tests can choose to use a fake processor (i.e instead of injection).
  /external/chromium_org/net/dns/
dns_client.h 18 // Convenience wrapper which allows easy injection of DnsTransaction into
  /external/chromium_org/sync/android/java/src/org/chromium/sync/signin/
AccountManagerDelegate.java 20 * Wrapper around the Android account manager, to facilitate dependency injection during testing.
  /external/chromium_org/third_party/leveldatabase/src/util/
testutil.h 29 // A wrapper that allows injection of errors.
  /external/chromium_org/third_party/sqlite/src/test/
pagerfault3.test 46 # Now do the page-size change and VACUUM with IO error injection. When
  /external/chromium_org/third_party/webrtc/base/
windowpickerfactory.h 31 // Instance method for dependency injection.
  /external/droiddriver/src/com/google/android/droiddriver/actions/
EventAction.java 43 * example, if event injection returns false.
  /external/mockito/src/org/mockito/internal/configuration/injection/filter/
FinalMockCandidateFilter.java 5 package org.mockito.internal.configuration.injection.filter;
  /external/smack/src/org/jivesoftware/smackx/commands/
LocalCommandFactory.java 25 * when arguments must be passed into the constructor or when using a dependency injection
  /frameworks/testing/support/tests/src/android/support/test/
MyTestSuiteBuilder.java 25 * Placeholder suite to verify {@link Context} and {@link Instrumentation} injection for suites.
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-inject/1.4.2/
sisu-inject-1.4.2.pom 17 <name>Sisu - Dependency Injection</name>
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-inject/1.4.2/
sisu-inject-1.4.2.pom 17 <name>Sisu - Dependency Injection</name>
  /external/chromium_org/extensions/renderer/
script_injection.cc 34 // The id of the next pending injection.
38 // script injection is not enabled.
142 // frame), because script injection on any frame requires permission for
150 // By default, we allow injection.
153 // Check if the extension requires user consent for injection *and* we have a
162 // We only delay the injection if the feature is enabled.
  /external/chromium_org/content/public/android/java/src/org/chromium/content/common/
ContentSwitches.java 35 // framework and enables the (older) javascript injection accessibility.
39 "enable-accessibility-script-injection";
  /external/chromium_org/media/cast/test/utility/
udp_proxy.h 34 // Allows injection of fake test runner for testing.
41 // Allows injection of fake task runner for testing.
  /external/mockito/src/org/mockito/internal/configuration/
InjectingAnnotationEngine.java 9 import org.mockito.internal.configuration.injection.scanner.InjectMocksScanner;
10 import org.mockito.internal.configuration.injection.scanner.MockScanner;
  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/action/
Swipe.java 92 Log.e(TAG, "Injection of move event as part of the swipe failed. Sending cancel event.");
105 Log.e(TAG, "Injection of up event as part of the swipe failed. Sending cancel event.");

Completed in 739 milliseconds

12 3 4 5 6 7 8 91011>>