/frameworks/base/services/core/java/com/android/server/pm/ |
D | PreferredActivity.java | 55 boolean always) { 57 mPref = new PreferredComponent(this, match, set, activity, always); 62 ComponentName activity, boolean always) { 63 this(filter.mFilter, match, set, activity, always);
|
D | PreferredComponent.java | 66 ComponentName component, boolean always) { in PreferredComponent() argument 70 mAlways = always; in PreferredComponent()
|
/frameworks/base/core/java/android/util/ |
D | TimeUtils.java | 183 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/ |
D | README.md | 19 * 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/ |
D | Condition.java | 180 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/ |
D | RuleGenerator.cpp | 70 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/ |
D | wrapped_key.proto | 18 // 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/ |
D | luts_for_speedup_f32.rsh | 20 // When a = b, RemoveInterval(x,a,b) always returns x. 50 // filtering. So always sets it to 1.
|
/frameworks/av/services/audiopolicy/managerdefault/ |
D | Android.bp | 32 // The default audio policy engine is always present in the system image.
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | TestWindowManagerPolicy.java | 294 public void showBootMessage(CharSequence msg, boolean always) { 311 boolean always, String reason) {
|
/frameworks/base/services/core/java/com/android/server/soundtrigger_middleware/ |
D | README.md | 17 We always invoke those calls outside of the `SoundTriggerModule` lock, so we can lock
|
/frameworks/base/packages/SystemUI/docs/ |
D | kotlin-in-sysui.md | 13 extension functions to add methods to android classes that you always wished
|
D | sos_gesture.md | 24 Thus, we always launch the same intent, and verify that there is only one matching intent-filter in…
|
/frameworks/av/services/mediaresourcemanager/fuzzer/ |
D | README.md | 20 This also ensures that the plugin is always deterministic for any given input.
|
/frameworks/hardware/interfaces/automotive/telemetry/aidl/ |
D | Android.bp | 22 // must be always provided), and "ndk" to a desired AIDL back-end.
|
/frameworks/av/services/medialog/fuzzer/ |
D | README.md | 24 This also ensures that the plugin is always deterministic for any given input.
|
/frameworks/proto_logging/stats/enums/debug/ |
D | enums.proto | 46 * being previously allowed by the user with the 'always allow' option selected, and the adb
|
/frameworks/native/services/inputflinger/tests/ |
D | Android.bp | 30 // will always run against the compiled version of the inputflinger code rather than the
|
/frameworks/av/services/camera/libcameraservice/libcameraservice_fuzzer/ |
D | README.md | 26 This also ensures that the plugin is always deterministic for any given input.
|
/frameworks/av/media/codecs/amrwb/enc/fuzzer/ |
D | README.md | 20 This also ensures that the plugin is always deterministic for any given input.
|
/frameworks/av/media/codecs/amrnb/enc/fuzzer/ |
D | README.md | 20 This also ensures that the plugin is always deterministic for any given input.
|
/frameworks/base/core/java/android/widget/ |
D | SlidingDrawer.java | 515 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/ |
D | time_zone_detector.proto | 39 * several objects (i.e. so the same time zone ID is always mapped to the same
|
/frameworks/av/media/codecs/amrnb/fuzzer/ |
D | README.md | 21 This also ensures that the plugin is always deterministic for any given input.
|
/frameworks/av/services/mediametrics/fuzzer/ |
D | README.md | 28 This also ensures that the plugin is always deterministic for any given input.
|