638d2aa892f423d5b83209323b348cefa1ca559c
Specifially restrict access to mPrivateFlags and mPrivateFlags2. We were not able to find a legitimate use-case. Several flags have corresponding public APIs. We are deliberately breaking the usage of any flags that don't have alternative API already as it breaks encapsulation of the View class that is supposed to manage these flags on its own. Some examples of existing public APIs for important flags: PFLAG_FOCUSED - hasFocus PFLAG_SELECTED - isSelected - setSelected PFLAG_HOVERED - isHovered - setHovered PFLAG2_ACCESSIBILITY_FOCUSED - isAccessibilityFocused - requestAccessibilityFocus Bug: b/123769414 Bug: b/123768943 Bug: b/129147060 Test: N/A Change-Id: If8acd7e8b516e4ce6808dcd57485659b616e24ee
Merge "Give owneship of packages/NetworkStack to Android Core Networking" am:
f100fa13ea am: 8976c53801
Merge "[KA03.5] Add stable AIDL parcelable for TcpKeepalivePacketData" am:
533b2960fc am: 968c9f495c
Merge "[KA03.5] Add stable AIDL parcelable for TcpKeepalivePacketData" am:
533b2960fc am: 968c9f495c
…
Description
No description provided
Languages
Java
73.7%
Kotlin
14%
PowerBuilder
5.8%
C++
5.2%
AIDL
1%