Lines Matching refs:Dependency
16 for converting everything in [Dependency.java](packages/systemui/src/com/android/systemui/Dependenc…
17 to use Dagger. Since a lot of SystemUI depends on Dependency, stubs have been added to Dependency
23 For the classes that we're using in Dependency and are switching to dagger, the
37 Dependency.DependencyInjector createDependency();
64 + Dependency.DependencyInjector createDependency();
67 public class Dependency extends SystemUI {
71 + Dependency createSystemUI();
123 If you need to access this from Dependency#get, then add an adapter to Dependency
128 public class Dependency {
170 off from Dependency#get uses. Similar to how fragments are injected, the view
216 - Eliminate usages of Dependency#get