/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/condition/ |
D | Condition.java | 261 public Condition and(@NonNull Collection<Condition> others) { in and() argument 264 conditions.addAll(others); in and() 272 public Condition and(@NonNull Condition... others) { in and() argument 273 return and(Arrays.asList(others)); in and() 280 public Condition or(@NonNull Collection<Condition> others) { in or() argument 283 conditions.addAll(others); in or() 291 public Condition or(@NonNull Condition... others) { in or() argument 292 return or(Arrays.asList(others)); in or()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | OtaDexoptService.java | 131 final List<PackageStateInternal> others; in prepare() local 143 others = new ArrayList<>(allPackageStates); in prepare() 144 others.removeAll(important); in prepare() 145 others.removeIf(PackageManagerServiceUtils.REMOVE_IF_NULL_PKG); in prepare() 146 others.removeIf(PackageManagerServiceUtils.REMOVE_IF_APEX_PKG); in prepare() 147 others.removeIf(isPlatformPackage); in prepare() 156 for (PackageStateInternal pkgSetting : others) { in prepare() 172 + DexOptHelper.packagesToString(others)); in prepare() 173 for (PackageStateInternal pkg : others) { in prepare() 179 prepareMetricsLogging(important.size(), others.size(), spaceAvailable, spaceAvailableNow); in prepare() [all …]
|
/frameworks/opt/telephony/ |
D | README.txt | 5 SmsManager and others. 19 others.
|
/frameworks/base/tools/aapt/ |
D | Package.cpp | 381 const android::Vector<const char*>& others(bundle->getNoCompressExtensions()); in okayToCompress() local 382 for (i = 0; i < (int)others.size(); i++) { in okayToCompress() 383 const char* str = others[i]; in okayToCompress()
|
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Phone/Settings/ |
D | device_for_product_strategy_media.pfw | 309 # these following domains consists in device(s) that can co-exist with others 322 # these following domains consists in device(s) that can co-exist with others
|
D | device_for_product_strategy_dtmf.pfw | 582 # these following domains consists in device(s) that can co-exist with others 598 # these following domains consists in device(s) that can co-exist with others 614 # these following domains consists in device(s) that can co-exist with others
|
/frameworks/av/media/utils/ |
D | EventLogTags.logtags | 40 # NOTE - the range 1000000-2000000 is reserved for partners and others who
|
/frameworks/native/services/surfaceflinger/EventLog/ |
D | EventLogTags.logtags | 41 # NOTE - the range 1000000-2000000 is reserved for partners and others who
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | EventLogTags.logtags | 42 # NOTE - the range 1000000-2000000 is reserved for partners and others who
|
/frameworks/proto_logging/stats/enums/corenetworking/connectivity/ |
D | enums.proto | 34 // So in addition to the above RAT types, others(BT, ethernet or no RAT) will be classified
|
/frameworks/base/core/java/android/window/flags/ |
D | large_screen_experiences_app_compat.aconfig | 98 "app compat feature like reachability, animations and others related to/n"
|
/frameworks/base/core/java/android/view/ |
D | EventLogTags.logtags | 67 # NOTE - the range 1000000-2000000 is reserved for partners and others who
|
/frameworks/proto_logging/stats/atoms/art/ |
D | art_extension_atoms.proto | 231 // The session ID is used to correlate this report with others from the same ART instance. 274 // The session ID is used to correlate this report with others from the same ART instance.
|
/frameworks/base/packages/SystemUI/docs/device-entry/ |
D | keyguard.md | 17 …ious user-configurable signals, such as lift to wake, screen taps, among others. [AOD][2], whether…
|
/frameworks/base/core/proto/android/os/ |
D | ps.proto | 79 // Nice value. This ranges from 19 (nicest) to -20 (not nice to others).
|
/frameworks/base/libs/androidfw/ |
D | Android.bp | 15 // libandroidfw is partially built for the host (used by obbtool, aapt, and others)
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | reduce.rscript | 19 // Has the same kernels as reduce_backward.rs, plus some others.
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | reduce.rscript | 21 // Has the same kernels as reduce_backward.rs, plus some others.
|
/frameworks/base/proto/src/ |
D | system_messages.proto | 169 // Package: android, and others
|
/frameworks/base/packages/SystemUI/docs/ |
D | falsing.md | 49 fired, modal features, such as quick settings, keyguard bouncer, and others should retract
|
D | qs-tiles.md | 78 corresponding view. The base class `State` has (among others) the following fields: 100 functions and leaves others to be implemented by each tile, in particular those that determine how
|
/frameworks/base/packages/SystemUI/aconfig/ |
D | systemui.aconfig | 237 "lock icon and others."
|
/frameworks/base/api/ |
D | StubLibraries.bp | 1273 // the others, e.g. framework-* libraries.
|
/frameworks/native/opengl/tests/angeles/ |
D | license-LGPL.txt | 57 introduced by others.
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 6288 // The associated user. Eg: 0 for owners, 10+ for others. Defined in android/os/UserHandle.java. 6334 // The associated user. Eg: 0 for owners, 10+ for others. Defined in android/os/UserHandle.java 6396 // The associated user. Eg: 0 for owners, 10+ for others. Defined in android/os/UserHandle.java 6463 // The associated user. Eg: 0 for owners, 10+ for others. Defined in android/os/UserHandle.java 6778 * others), its type (public or private) and the size in bytes. 8839 // The associated user. Eg: 0 for owners, 10+ for others. 8852 // The associated user. Eg: 0 for owners, 10+ for others. 16842 // running unlocked, with one in the foreground and others running in the background. 18965 // Live, VOD, others 18969 // Main, AD, others [all …]
|