Home
last modified time | relevance | path

Searched refs:always (Results 1 – 25 of 97) sorted by relevance

1234

/frameworks/base/services/core/java/com/android/server/pm/
DPreferredActivity.java55 boolean always) {
57 mPref = new PreferredComponent(this, match, set, activity, always);
62 ComponentName activity, boolean always) {
63 this(filter.mFilter, match, set, activity, always);
DPreferredComponent.java66 ComponentName component, boolean always) { in PreferredComponent() argument
70 mAlways = always; in PreferredComponent()
/frameworks/base/core/java/android/util/
DTimeUtils.java183 static private int accumField(int amt, int suffix, boolean always, int zeropad) { in accumField() argument
192 if (amt > 99 || (always && zeropad >= 3)) { in accumField()
195 if (amt > 9 || (always && zeropad >= 2)) { in accumField()
198 if (always || amt > 0) { in accumField()
206 boolean always, int zeropad) { in printFieldLocked() argument
207 if (always || amt > 0) { in printFieldLocked()
224 if ((always && zeropad >= 3) || amt > 99) { in printFieldLocked()
230 if ((always && zeropad >= 2) || amt > 9 || startPos != pos) { in printFieldLocked()
/frameworks/base/tests/FlickerTests/
DREADME.md19 * status bar is always visible
21 * nav bar is always visible
32 * status bar is always visible
33 * nav bar is always visible
/frameworks/base/core/java/android/service/notification/
DCondition.java180 final boolean always = (flags & FLAG_RELEVANT_ALWAYS) != 0; in relevanceToString()
181 if (!now && !always) return "NONE"; in relevanceToString()
182 if (now && always) return "NOW, ALWAYS"; in relevanceToString()
/frameworks/base/tools/split-select/
DRuleGenerator.cpp70 sp<Rule> always = new Rule(); in generateDensity() local
71 always->op = Rule::ALWAYS_TRUE; in generateDensity()
72 return always; in generateDensity()
/frameworks/base/packages/BackupEncryption/proto/
Dwrapped_key.proto18 // that this will always be AES_256_GCM and throw if this is not the case.
37 // is always AES_256_GC and throw if this is not the case. Provided here for
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
Dluts_for_speedup_f32.rsh20 // When a = b, RemoveInterval(x,a,b) always returns x.
50 // filtering. So always sets it to 1.
/frameworks/av/services/audiopolicy/managerdefault/
DAndroid.bp32 // The default audio policy engine is always present in the system image.
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTestWindowManagerPolicy.java294 public void showBootMessage(CharSequence msg, boolean always) {
311 boolean always, String reason) {
/frameworks/base/services/core/java/com/android/server/soundtrigger_middleware/
DREADME.md17 We always invoke those calls outside of the `SoundTriggerModule` lock, so we can lock
/frameworks/base/packages/SystemUI/docs/
Dkotlin-in-sysui.md13 extension functions to add methods to android classes that you always wished
Dsos_gesture.md24 Thus, we always launch the same intent, and verify that there is only one matching intent-filter in…
/frameworks/av/services/mediaresourcemanager/fuzzer/
DREADME.md20 This also ensures that the plugin is always deterministic for any given input.
/frameworks/hardware/interfaces/automotive/telemetry/aidl/
DAndroid.bp22 // must be always provided), and "ndk" to a desired AIDL back-end.
/frameworks/av/services/medialog/fuzzer/
DREADME.md24 This also ensures that the plugin is always deterministic for any given input.
/frameworks/proto_logging/stats/enums/debug/
Denums.proto46 * being previously allowed by the user with the 'always allow' option selected, and the adb
/frameworks/native/services/inputflinger/tests/
DAndroid.bp30 // will always run against the compiled version of the inputflinger code rather than the
/frameworks/av/services/camera/libcameraservice/libcameraservice_fuzzer/
DREADME.md26 This also ensures that the plugin is always deterministic for any given input.
/frameworks/av/media/codecs/amrwb/enc/fuzzer/
DREADME.md20 This also ensures that the plugin is always deterministic for any given input.
/frameworks/av/media/codecs/amrnb/enc/fuzzer/
DREADME.md20 This also ensures that the plugin is always deterministic for any given input.
/frameworks/base/core/java/android/widget/
DSlidingDrawer.java515 private void performFling(int position, float velocity, boolean always,
521 if (always || (velocity > mMaximumMajorVelocity ||
538 if (!always && (velocity > mMaximumMajorVelocity ||
/frameworks/base/core/proto/android/app/
Dtime_zone_detector.proto39 * several objects (i.e. so the same time zone ID is always mapped to the same
/frameworks/av/media/codecs/amrnb/fuzzer/
DREADME.md21 This also ensures that the plugin is always deterministic for any given input.
/frameworks/av/services/mediametrics/fuzzer/
DREADME.md28 This also ensures that the plugin is always deterministic for any given input.

1234