/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | BLASTSyncEngine.java | 309 final SyncGroup dependency = wc.getSyncGroup(); in addToSync() local 310 if (dependency != null && dependency != this && !dependency.isIgnoring(wc)) { in addToSync() 313 Slog.w(TAG, "SyncGroup " + mSyncId + " conflicts with " + dependency.mSyncId in addToSync() 314 + ": Making " + mSyncId + " depend on " + dependency.mSyncId); in addToSync() 315 if (mDependencies.contains(dependency)) { in addToSync() 317 } else if (dependency.dependsOn(this)) { in addToSync() 319 + dependency.mSyncId + ": Moving " + wc + " to " + mSyncId); in addToSync() 333 mDependencies.add(dependency); in addToSync()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ |
H A D | DependencyTest.java | 53 Dependency dependency = initializer.getSysUIComponent().createDependency(); in testInitDependency() local 54 dependency.start(); in testInitDependency()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationTestHelper.java | 143 TestableDependency dependency, in NotificationTestHelper() argument 145 this(context, dependency, testLooper, new FakeFeatureFlags()); in NotificationTestHelper() 150 TestableDependency dependency, in NotificationTestHelper() argument 156 dependency.injectTestDependency(FeatureFlags.class, mFeatureFlags); in NotificationTestHelper() 157 dependency.injectMockDependency(NotificationMediaManager.class); in NotificationTestHelper() 158 dependency.injectMockDependency(NotificationShadeWindowController.class); in NotificationTestHelper() 159 dependency.injectMockDependency(MediaOutputDialogFactory.class); in NotificationTestHelper()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | SystemUIInitializer.java | 132 Dependency dependency = mSysUIComponent.createDependency(); in init() local 133 dependency.start(); in init()
|
H A D | Dependency.java | 561 public static void setInstance(Dependency dependency) { in setInstance() argument 562 sDependency = dependency; in setInstance()
|
/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
H A D | FilterGraph.java | 183 Filter dependency = port.getSourceFilter(); in readyForProcessing() local 184 if (dependency != null && !processed.contains(dependency)) { in readyForProcessing()
|
/aosp14/frameworks/base/ |
H A D | framework-jarjar-rules.txt | 9 # for modules-utils-build dependency
|
H A D | Android.bp | 194 // framework_srcs. These have no or very limited dependency to the framework. 396 // If MimeMap ever becomes its own APEX, then this dependency would need to be removed 397 // in favor of an API stubs dependency in java_library "framework" below.
|
/aosp14/system/core/libnetutils/ |
H A D | Android.bp | 44 // TODO: remove connectivity module dependency, or have this lib build against the ndk
|
/aosp14/frameworks/base/packages/SystemUI/docs/ |
H A D | dagger.md | 2 *Dagger 2 is a dependency injection framework that compiles annotations to code 61 in a module. The type of the return value tells dagger which dependency it's 100 dependency graph between features and utilities.
|
H A D | plugins.md | 99 … version of the plugin should tagged with an annotation to declare its dependency on each of the p… 184 …ainst, you need to include it in your android studio project as a file dependency. Once it is inc…
|
/aosp14/frameworks/base/services/permission/ |
H A D | Android.bp | 26 // Soong fails to automatically add this dependency because all the
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | ApplicationLoaders.java | 186 for (SharedLibraryInfo dependency : dependencies) { in createAndCacheNonBootclasspathSystemClassLoader() 187 String dependencyPath = dependency.getPath(); in createAndCacheNonBootclasspathSystemClassLoader()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/docs/ |
H A D | changes.md | 67 - Ensure that your component is a part of the dagger dependency graph, either by: 68 - Making this component a dependency of an existing component already exposed to SystemUI 91 Otherwise it complicates the building of the dependency graph.
|
H A D | overview.md | 23 directory and is included as a part dependency of the host SystemUI apk.
|
H A D | dagger.md | 23 The module dependency tree looks a bit like:
|
H A D | sysui.md | 29 SystemUI part of the dependency graph has been created. It contains the binding code between the
|
/aosp14/frameworks/base/core/tests/BroadcastRadioTests/ |
H A D | Android.bp | 50 // mockito-target-inline dependency
|
/aosp14/system/core/debuggerd/ |
H A D | Android.bp | 218 "libdexfile_support", // libunwindstack dependency 225 "libdexfile", // libdexfile_support dependency
|
/aosp14/frameworks/base/test-base/hiddenapi/ |
H A D | Android.bp | 36 // Use this instead of `android.test.base` to avoid a dependency cycle
|
/aosp14/frameworks/base/core/proto/android/os/ |
H A D | header.proto | 42 // Only use bytes type here to avoid indirect dependency on atoms.proto
|
/aosp14/frameworks/base/media/jni/ |
H A D | Android.bp | 206 // TunerJNI is a client of TunerService so we build the dependency here.
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | RelativeLayout.java | 1997 final Node dependency = keyNodes.get(rule); in findRoots() local 1999 if (dependency == null || dependency == node) { in findRoots() 2003 dependency.dependents.put(node, this); in findRoots() 2005 node.dependencies.put(rule, dependency); in findRoots()
|
/aosp14/system/core/fs_mgr/libfiemap/ |
H A D | README.md | 73 line in this file denotes a dependency on either a device-mapper node or a loop
|
/aosp14/frameworks/base/libs/WindowManager/Shell/ |
H A D | Android.bp | 168 // Soong fails to automatically add this dependency because all the
|