/aosp14/frameworks/base/tools/aapt2/link/ |
H A D | TableMerger.cpp | 180 bool override_styles_instead_of_overlaying, Value* existing, Value* incoming, in ResolveMergeCollision() argument 183 if (Styleable* incoming_styleable = ValueCast<Styleable>(incoming)) { in ResolveMergeCollision() 190 if (Style* incoming_style = ValueCast<Style>(incoming)) { in ResolveMergeCollision() 198 return ResourceTable::ResolveValueCollision(existing, incoming); in ResolveMergeCollision()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | IUriGrantsManager.aidl | 40 ParceledListSlice getUriPermissions(in String packageName, boolean incoming, in getUriPermissions() argument
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | TransitionController.java | 1111 static boolean getIsIndependent(Transition running, Transition incoming) { in getIsIndependent() argument 1114 && incoming.mParallelCollectType == Transition.PARALLEL_TYPE_MUTUAL) { in getIsIndependent() 1125 if (incoming.mParallelCollectType == Transition.PARALLEL_TYPE_RECENTS) { in getIsIndependent() 1130 other = incoming; in getIsIndependent() 1131 } else if (incoming.mParallelCollectType == Transition.PARALLEL_TYPE_RECENTS in getIsIndependent() 1132 && incoming.hasTransientLaunch()) { in getIsIndependent() 1133 recents = incoming; in getIsIndependent()
|
/aosp14/system/core/fastboot/fuzzer/ |
H A D | README.md | 9 incoming data. This ensures more code paths are reached by the fuzzer.
|
/aosp14/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/bouncer/ui/composable/ |
H A D | PinInputDisplay.kt | 269 val incoming = updated.minus(entries.map { it.digit }.toSet()).toList() regex 273 incoming.map {
|
/aosp14/frameworks/base/core/proto/android/companion/ |
H A D | telecom.proto | 32 // incoming call on the local device
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/docs/ |
H A D | changes.md | 42 - Have all incoming calls post to the main shell thread (inject @ShellMainThread Executor into the 56 - Make the controller implement `RemoteCallable<T>`, and have all incoming calls use one of
|
/aosp14/system/core/init/fuzzer/ |
H A D | README.md | 54 incoming data. This ensures more code paths are reached by the fuzzer.
|
/aosp14/frameworks/base/packages/SystemUI/ |
H A D | README.md | 77 CommandQueue is the object that receives all of the incoming events from the 83 CommandQueue posts all incoming callbacks to a handler and then dispatches
|
/aosp14/frameworks/base/tools/aapt2/ |
H A D | ResourceTable.cpp | 252 Value* incoming) { in ResolveValueCollision() argument 254 Attribute* incoming_attr = ValueCast<Attribute>(incoming); in ResolveValueCollision() 256 if (incoming->IsWeak()) { in ResolveValueCollision()
|
H A D | ResourceTable.h | 329 static CollisionResult ResolveValueCollision(Value* existing, Value* incoming);
|
/aosp14/frameworks/base/packages/SystemUI/docs/device-entry/ |
H A D | doze.md | 32 Device is awake and showing UI. This is state typically occurs in response to incoming notification…
|
/aosp14/system/core/init/ |
H A D | README.ueventd.md | 29 incoming add/remove uevents. It defaults to using `0600` mode and `root` user/group. It always
|
/aosp14/frameworks/base/services/core/java/com/android/server/uri/ |
H A D | UriGrantsManagerService.java | 269 String packageName, boolean incoming, boolean persistedOnly) { in getUriPermissions() argument 285 if (incoming) { in getUriPermissions()
|
/aosp14/frameworks/base/core/proto/android/providers/settings/ |
H A D | secure.proto | 531 // User-selected RTT mode. When on, outgoing and incoming calls will be
|
/aosp14/system/core/rootdir/ |
H A D | init.rc | 326 # reflect fwmark from incoming packets onto generated replies
|