Home
last modified time | relevance | path

Searched refs:dependency (Results 1 – 25 of 34) sorted by relevance

12

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DBLASTSyncEngine.java309 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 DDependencyTest.java53 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 DNotificationTestHelper.java143 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 DSystemUIInitializer.java132 Dependency dependency = mSysUIComponent.createDependency(); in init() local
133 dependency.start(); in init()
H A DDependency.java561 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 DFilterGraph.java183 Filter dependency = port.getSourceFilter(); in readyForProcessing() local
184 if (dependency != null && !processed.contains(dependency)) { in readyForProcessing()
/aosp14/frameworks/base/
H A Dframework-jarjar-rules.txt9 # for modules-utils-build dependency
H A DAndroid.bp194 // 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 DAndroid.bp44 // TODO: remove connectivity module dependency, or have this lib build against the ndk
/aosp14/frameworks/base/packages/SystemUI/docs/
H A Ddagger.md2 *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 Dplugins.md99 … 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 DAndroid.bp26 // Soong fails to automatically add this dependency because all the
/aosp14/frameworks/base/core/java/android/app/
H A DApplicationLoaders.java186 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 Dchanges.md67 - 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 Doverview.md23 directory and is included as a part dependency of the host SystemUI apk.
H A Ddagger.md23 The module dependency tree looks a bit like:
H A Dsysui.md29 SystemUI part of the dependency graph has been created. It contains the binding code between the
/aosp14/frameworks/base/core/tests/BroadcastRadioTests/
H A DAndroid.bp50 // mockito-target-inline dependency
/aosp14/system/core/debuggerd/
H A DAndroid.bp218 "libdexfile_support", // libunwindstack dependency
225 "libdexfile", // libdexfile_support dependency
/aosp14/frameworks/base/test-base/hiddenapi/
H A DAndroid.bp36 // Use this instead of `android.test.base` to avoid a dependency cycle
/aosp14/frameworks/base/core/proto/android/os/
H A Dheader.proto42 // Only use bytes type here to avoid indirect dependency on atoms.proto
/aosp14/frameworks/base/media/jni/
H A DAndroid.bp206 // TunerJNI is a client of TunerService so we build the dependency here.
/aosp14/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java1997 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 DREADME.md73 line in this file denotes a dependency on either a device-mapper node or a loop
/aosp14/frameworks/base/libs/WindowManager/Shell/
H A DAndroid.bp168 // Soong fails to automatically add this dependency because all the

12