Home
last modified time | relevance | path

Searched refs:entities (Results 1 – 25 of 67) sorted by relevance

123

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/storage/
H A DBubbleVolatileRepository.kt64 val entities = entitiesByUser.get(userId) regex
65 return when (entities) {
69 else -> entities
81 var entities = getEntities(userId) regex
86 entities.removeIf { e: BubbleEntity -> b.key == e.key } }
90 uncache(entities.take(overflowCount))
91 entities = entities.drop(overflowCount).toMutableList()
93 entities.addAll(bubblesInRange)
94 entitiesByUser.put(userId, entities)
112 val entities = entitiesByUser.get(userId) regex
[all …]
/aosp14/frameworks/base/packages/EasterEgg/src/com/android/egg/landroid/
H A DPhysics.kt115 val entities = ArraySet<Entity>(1000) regex
118 fun add(e: Entity) = entities.add(e)
119 fun remove(e: Entity) = entities.remove(e)
123 open fun updateAll(dt: Float, entities: ArraySet<Entity>) {
124 entities.forEach { it.update(this, dt) }
131 open fun postUpdateAll(dt: Float, entities: ArraySet<Entity>) {
132 entities.forEach { it.postUpdate(this, dt) }
147 val localEntities = ArraySet(entities)
H A DUniverse.kt248 override fun updateAll(dt: Float, entities: ArraySet<Entity>) {
270 super.updateAll(dt, entities)
360 override fun postUpdateAll(dt: Float, entities: ArraySet<Entity>) {
361 super.postUpdateAll(dt, entities)
363 entities
H A DVisibleUniverse.kt89 entities.forEach {
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleDataRepository.kt71 val entities = transform(bubbles).also { regex
73 if (entities.isNotEmpty()) persistToDisk()
81 val entities = transform(bubbles).also { regex
83 if (entities.isNotEmpty()) persistToDisk()
213 val entities = validEntitiesByUser.get(userId) ?: return@launch regex
214 volatileRepository.addBubbles(userId, entities)
222 val shortcutKeys = entities.map { ShortcutKey(it.userId, it.packageName) }.toSet()
248 val bubbles = entities.mapNotNull { entity ->
/aosp14/frameworks/base/services/core/java/com/android/server/powerstats/
H A DStatsPullAtomCallbackImpl.java109 PowerEntity[] entities = mPowerStatsInternal.getPowerEntityInfo(); in initSubsystemSleepState() local
110 if (entities == null || entities.length == 0) { in initSubsystemSleepState()
115 for (int i = 0; i < entities.length; i++) { in initSubsystemSleepState()
116 final PowerEntity entity = entities[i]; in initSubsystemSleepState()
/aosp14/frameworks/base/core/java/android/view/textclassifier/
H A DTextClassifier.java741 final Collection<String> entities = request.getEntityConfig() in generateLegacyLinks() local
743 if (entities.contains(TextClassifier.TYPE_URL)) { in generateLegacyLinks()
746 if (entities.contains(TextClassifier.TYPE_PHONE)) { in generateLegacyLinks()
749 if (entities.contains(TextClassifier.TYPE_EMAIL)) { in generateLegacyLinks()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/mobile/dataservice/
H A DMobileNetworkDatabase.java31 @Database(entities = {SubscriptionInfoEntity.class, UiccInfoEntity.class,
/aosp14/frameworks/base/cmds/app_process/
H A DAndroid.bp38 // This commonly happens with C++ vaguely-linked entities, such as template
/aosp14/frameworks/base/services/usage/java/com/android/server/usage/
H A DAppTimeLimitController.java103 boolean isActive(String[] entities) { in isActive() argument
105 final int size = entities.length; in isActive()
107 if (currentlyActive.containsKey(entities[i])) { in isActive()
/aosp14/frameworks/base/services/
H A Dproguard.flags45 # Global entities normally kept through explicit Manifest entries
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DBatteryStatsService.java226 PowerEntity[] entities = mPowerStatsInternal.getPowerEntityInfo(); in populatePowerEntityMaps() local
227 if (entities == null) { in populatePowerEntityMaps()
231 for (int i = 0; i < entities.length; i++) { in populatePowerEntityMaps()
232 final PowerEntity entity = entities[i]; in populatePowerEntityMaps()
/aosp14/frameworks/base/cmds/pm/
H A DNOTICE29 other entities that control, are controlled by, or are under common
/aosp14/frameworks/base/cmds/uinput/
H A DNOTICE29 other entities that control, are controlled by, or are under common
/aosp14/frameworks/base/cmds/wm/
H A DNOTICE29 other entities that control, are controlled by, or are under common
/aosp14/frameworks/base/data/fonts/
H A DNOTICE29 other entities that control, are controlled by, or are under common
/aosp14/frameworks/base/packages/SettingsProvider/
H A DNOTICE29 other entities that control, are controlled by, or are under common
/aosp14/frameworks/base/packages/CompanionDeviceManager/
H A DNOTICE29 other entities that control, are controlled by, or are under common
/aosp14/frameworks/base/identity/
H A DNOTICE29 other entities that control, are controlled by, or are under common
/aosp14/frameworks/base/packages/DynamicSystemInstallationService/
H A DNOTICE29 other entities that control, are controlled by, or are under common
/aosp14/frameworks/base/packages/ExtShared/
H A DNOTICE29 other entities that control, are controlled by, or are under common
/aosp14/frameworks/base/packages/FusedLocation/
H A DNOTICE29 other entities that control, are controlled by, or are under common
/aosp14/frameworks/base/keystore/
H A DNOTICE29 other entities that control, are controlled by, or are under common
/aosp14/frameworks/base/packages/SystemUI/
H A DNOTICE29 other entities that control, are controlled by, or are under common
/aosp14/frameworks/base/packages/WAPPushManager/
H A DNOTICE29 other entities that control, are controlled by, or are under common

123