HomeSort by relevance Sort by last modified time
    Searched defs:inject (Results 1 - 5 of 5) sorted by null

  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/inject/
Injector.java 17 package com.example.android.voicemail.common.inject;
42 * Injector.get(this).inject();
45 * See the {@link #inject()} method for full details of how it works. Note that the fields are
46 * fetched and assigned at the time you call {@link #inject()}, consequently you should not do this
74 public void inject() { method in class:Injector
86 field + ", can't inject");
InjectView.java 17 package com.example.android.voicemail.common.inject;
33 * The resource id of the View to find and inject.
  /packages/apps/Email/tests/src/com/android/email/
MockVendorPolicy.java 36 public static void inject(Context context) { method in class:MockVendorPolicy
  /frameworks/testing/androidtestlib/src/com/android/test/runner/junit4/
AndroidJUnit4ClassRunner.java 61 inject(test);
105 private void inject(Object test) { method in class:AndroidJUnit4ClassRunner
128 "Failed to inject value for field %s in class %s", field.getName(),
132 "Failed to inject value for field %s in class %s", field.getName(),
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 

Completed in 513 milliseconds