Home
last modified time | relevance | path

Searched refs:fake (Results 1 – 13 of 13) sorted by relevance

/aosp14/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/
H A DLoopingBackwardsPerfTest.java50 int fake = 0; in timeForwards() local
54 fake += j; in timeForwards()
62 int fake = 0; in timeBackwards() local
66 fake += j; in timeBackwards()
H A DPriorityQueuePerfTest.java105 boolean fake = false; in timeRemove()
118 fake = mUsepq.remove(mSeekElements.get(i % elementsSize)); in timeRemove()
H A DCharacterPerfTest.java85 boolean fake = false; in timeIsSpace()
90 fake ^= ((char) ch == ' '); in timeIsSpace()
96 fake ^= (ch == ' '); in timeIsSpace()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DInsetsStateController.java287 @Nullable InsetsControlTarget target, boolean fake) { in onControlTargetChanged() argument
288 final InsetsControlTarget lastTarget = fake in onControlTargetChanged()
297 if (fake) { in onControlTargetChanged()
314 removeFromControlMaps(lastTarget, provider, fake); in onControlTargetChanged()
318 addToControlMaps(target, provider, fake); in onControlTargetChanged()
324 InsetsSourceProvider provider, boolean fake) { in removeFromControlMaps() argument
333 if (fake) { in removeFromControlMaps()
341 InsetsSourceProvider provider, boolean fake) { in addToControlMaps() argument
345 if (fake) { in addToControlMaps()
H A DInsetsPolicy.java481 boolean fake) { in getStatusControlTarget() argument
482 if (!fake && isTransient(Type.statusBars())) { in getStatusControlTarget()
502 if (mPolicy.areTypesForciblyShownTransiently(Type.statusBars()) && !fake) { in getStatusControlTarget()
529 boolean fake) { in getNavControlTarget() argument
536 if (!fake && isTransient(Type.navigationBars())) { in getNavControlTarget()
562 if (mPolicy.areTypesForciblyShownTransiently(Type.navigationBars()) && !fake) { in getNavControlTarget()
/aosp14/frameworks/base/core/java/android/text/style/
H A DStyleSpan.java176 int fake = want & ~tf.getStyle(); in apply() local
178 if ((fake & Typeface.BOLD) != 0) { in apply()
182 if ((fake & Typeface.ITALIC) != 0) { in apply()
H A DTypefaceSpan.java172 int fake = style & ~styledTypeface.getStyle(); in applyFontFamily() local
174 if ((fake & Typeface.BOLD) != 0) { in applyFontFamily()
178 if ((fake & Typeface.ITALIC) != 0) { in applyFontFamily()
H A DTextAppearanceSpan.java508 int fake = style & ~readyTypeface.getStyle(); in updateMeasureState() local
510 if ((fake & Typeface.BOLD) != 0) { in updateMeasureState()
514 if ((fake & Typeface.ITALIC) != 0) { in updateMeasureState()
/aosp14/frameworks/base/tests/RollbackTest/
H A DREADME.txt12 - source for fake apks used in testing.
15 - source for fake apex modules used in testing.
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DDumpableContainerImplTest.java221 CustomDumpable fake = new CustomDumpable("Slim Shade", "Please stand up!"); in testRemoveDumpable_sameNameButDifferentDumpable() local
225 assertWithMessage("removeDumpable(fake)").that(mImpl.removeDumpable(fake)).isFalse(); in testRemoveDumpable_sameNameButDifferentDumpable()
/aosp14/frameworks/base/data/keyboards/
H A DVendor_03f6_Product_a001.idc21 # To fix this, set a fake delta using the touchpad's known report rate.
/aosp14/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerService.java3526 final String fake = SystemProperties.get("fw.fake_plan");
3527 if (!TextUtils.isEmpty(fake)) {
3529 if ("month_hard".equals(fake)) {
3554 } else if ("month_soft".equals(fake)) {
3582 } else if ("month_over".equals(fake)) {
3608 } else if ("month_none".equals(fake)) {
3613 } else if ("prepaid".equals(fake)) {
3623 } else if ("prepaid_crazy".equals(fake)) {
3653 } else if ("unlimited".equals(fake)) {
/aosp14/frameworks/base/packages/SystemUI/docs/
H A Dexecutors.md25 They are defined as an interface, making it easy to swap in fake implementations