/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 | PreferredActivityHelper.java | 81 List<ResolveInfo> query, boolean always, boolean removeMatches, boolean debug, in findPreferredActivityNotLocked() argument 83 return findPreferredActivityNotLocked(snapshot, intent, resolvedType, flags, query, always, in findPreferredActivityNotLocked() 92 List<ResolveInfo> query, boolean always, boolean removeMatches, boolean debug, in findPreferredActivityNotLocked() argument 102 intent, resolvedType, flags, query, always, in findPreferredActivityNotLocked() 180 int match, ComponentName[] set, ComponentName activity, boolean always, int userId, 214 new PreferredActivity(filter, match, set, activity, always));
|
/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/packages/SystemUI/scripts/token_alignment/ |
D | .prettierrc | 8 "arrowParens": "always"
|
/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/core/java/android/service/notification/ |
D | Condition.java | 189 final boolean always = (flags & FLAG_RELEVANT_ALWAYS) != 0; in relevanceToString() 190 if (!now && !always) return "NONE"; in relevanceToString() 191 if (now && always) return "NOW, ALWAYS"; in relevanceToString()
|
/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/base/services/tests/wmtests/src/com/android/server/wm/ |
D | TestWindowManagerPolicy.java | 240 public void showBootMessage(CharSequence msg, boolean always) { in showBootMessage() argument 257 boolean always, String reason) { in performHapticFeedback() argument
|
/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/packages/SystemUI/tests/src/com/android/systemui/log/table/ |
D | TableLogBufferFactoryTest.kt | 34 fun `create - always creates new instance`() { in create - always creates new instance()
|
/frameworks/native/libs/input/tests/data/ |
D | kl_with_required_real_config.kl | 17 # to assume that this will always be loaded
|
/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/base/services/core/java/com/android/server/wm/ |
D | BLASTSync.md | 25 And the consumer will always be passed the first frame containing the configuration change. This ca… 37 SD: Send syncable state updates to the client, always paired with the current seqId 68 The first case is impossible because step SD says that the server always sends the seqId if a sync … 72 …e render to sync. Requirement 4 says drawing never fails, so CC must execute, and so we will always 78 send the state changes before prepareSync, and so they can always include at least the seqId 89 always be delivered to the draw handler. Assuming that the client and server uphold this protocol a…
|
/frameworks/av/services/medialog/fuzzer/ |
D | README.md | 24 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/native/services/inputflinger/tests/ |
D | Android.bp | 30 // will always run against the compiled version of the inputflinger code rather than the
|
/frameworks/native/cmds/cmd/fuzzer/ |
D | README.md | 23 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/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/services/mediacodec/registrant/fuzzer/ |
D | README.md | 27 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.
|