Home
last modified time | relevance | path

Searched refs:others (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/condition/
DCondition.java261 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/
DOtaDexoptService.java131 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/
DREADME.txt5 SmsManager and others.
19 others.
/frameworks/base/tools/aapt/
DPackage.cpp381 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/
Ddevice_for_product_strategy_media.pfw309 # 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
Ddevice_for_product_strategy_dtmf.pfw582 # 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/
DEventLogTags.logtags40 # NOTE - the range 1000000-2000000 is reserved for partners and others who
/frameworks/native/services/surfaceflinger/EventLog/
DEventLogTags.logtags41 # NOTE - the range 1000000-2000000 is reserved for partners and others who
/frameworks/native/services/inputflinger/dispatcher/
DEventLogTags.logtags42 # NOTE - the range 1000000-2000000 is reserved for partners and others who
/frameworks/proto_logging/stats/enums/corenetworking/connectivity/
Denums.proto34 // So in addition to the above RAT types, others(BT, ethernet or no RAT) will be classified
/frameworks/base/core/java/android/window/flags/
Dlarge_screen_experiences_app_compat.aconfig98 "app compat feature like reachability, animations and others related to/n"
/frameworks/base/core/java/android/view/
DEventLogTags.logtags67 # NOTE - the range 1000000-2000000 is reserved for partners and others who
/frameworks/proto_logging/stats/atoms/art/
Dart_extension_atoms.proto231 // 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/
Dkeyguard.md17 …ious user-configurable signals, such as lift to wake, screen taps, among others. [AOD][2], whether…
/frameworks/base/core/proto/android/os/
Dps.proto79 // Nice value. This ranges from 19 (nicest) to -20 (not nice to others).
/frameworks/base/libs/androidfw/
DAndroid.bp15 // libandroidfw is partially built for the host (used by obbtool, aapt, and others)
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dreduce.rscript19 // Has the same kernels as reduce_backward.rs, plus some others.
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dreduce.rscript21 // Has the same kernels as reduce_backward.rs, plus some others.
/frameworks/base/proto/src/
Dsystem_messages.proto169 // Package: android, and others
/frameworks/base/packages/SystemUI/docs/
Dfalsing.md49 fired, modal features, such as quick settings, keyguard bouncer, and others should retract
Dqs-tiles.md78 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/
Dsystemui.aconfig237 "lock icon and others."
/frameworks/base/api/
DStubLibraries.bp1273 // the others, e.g. framework-* libraries.
/frameworks/native/opengl/tests/angeles/
Dlicense-LGPL.txt57 introduced by others.
/frameworks/proto_logging/stats/
Datoms.proto6288 // 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 …]

12