Home
last modified time | relevance | path

Searched refs:idValue (Results 1 – 1 of 1) sorted by relevance

/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/inject/
DInjector.java80 int idValue = InjectView.class.cast(annotation).value(); in inject() local
82 Object injectedValue = fieldType.cast(mActivity.findViewById(idValue)); in inject()
84 throw new IllegalStateException("findViewById(" + idValue in inject()