/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/storage/ |
H A D | BubbleVolatileRepository.kt | 64 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 D | Physics.kt | 115 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 D | Universe.kt | 248 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 D | VisibleUniverse.kt | 89 entities.forEach {
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | BubbleDataRepository.kt | 71 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 D | StatsPullAtomCallbackImpl.java | 109 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 D | TextClassifier.java | 741 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 D | MobileNetworkDatabase.java | 31 @Database(entities = {SubscriptionInfoEntity.class, UiccInfoEntity.class,
|
/aosp14/frameworks/base/cmds/app_process/ |
H A D | Android.bp | 38 // This commonly happens with C++ vaguely-linked entities, such as template
|
/aosp14/frameworks/base/services/usage/java/com/android/server/usage/ |
H A D | AppTimeLimitController.java | 103 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 D | proguard.flags | 45 # Global entities normally kept through explicit Manifest entries
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | BatteryStatsService.java | 226 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 D | NOTICE | 29 other entities that control, are controlled by, or are under common
|
/aosp14/frameworks/base/cmds/uinput/ |
H A D | NOTICE | 29 other entities that control, are controlled by, or are under common
|
/aosp14/frameworks/base/cmds/wm/ |
H A D | NOTICE | 29 other entities that control, are controlled by, or are under common
|
/aosp14/frameworks/base/data/fonts/ |
H A D | NOTICE | 29 other entities that control, are controlled by, or are under common
|
/aosp14/frameworks/base/packages/SettingsProvider/ |
H A D | NOTICE | 29 other entities that control, are controlled by, or are under common
|
/aosp14/frameworks/base/packages/CompanionDeviceManager/ |
H A D | NOTICE | 29 other entities that control, are controlled by, or are under common
|
/aosp14/frameworks/base/identity/ |
H A D | NOTICE | 29 other entities that control, are controlled by, or are under common
|
/aosp14/frameworks/base/packages/DynamicSystemInstallationService/ |
H A D | NOTICE | 29 other entities that control, are controlled by, or are under common
|
/aosp14/frameworks/base/packages/ExtShared/ |
H A D | NOTICE | 29 other entities that control, are controlled by, or are under common
|
/aosp14/frameworks/base/packages/FusedLocation/ |
H A D | NOTICE | 29 other entities that control, are controlled by, or are under common
|
/aosp14/frameworks/base/keystore/ |
H A D | NOTICE | 29 other entities that control, are controlled by, or are under common
|
/aosp14/frameworks/base/packages/SystemUI/ |
H A D | NOTICE | 29 other entities that control, are controlled by, or are under common
|
/aosp14/frameworks/base/packages/WAPPushManager/ |
H A D | NOTICE | 29 other entities that control, are controlled by, or are under common
|