Searched refs:fake (Results 1 – 13 of 13) sorted by relevance
132 int fake = want & ~tf.getStyle(); in apply() local134 if ((fake & Typeface.BOLD) != 0) { in apply()138 if ((fake & Typeface.ITALIC) != 0) { in apply()
172 int fake = style & ~styledTypeface.getStyle(); in applyFontFamily() local174 if ((fake & Typeface.BOLD) != 0) { in applyFontFamily()178 if ((fake & Typeface.ITALIC) != 0) { in applyFontFamily()
500 int fake = style & ~readyTypeface.getStyle(); in updateMeasureState() local502 if ((fake & Typeface.BOLD) != 0) { in updateMeasureState()506 if ((fake & Typeface.ITALIC) != 0) { in updateMeasureState()
17 package mock_android.fake;
17 package mock_android.fake.subpackage;
31 // providing a fake implementation without full compatibility.
3156 final String fake = SystemProperties.get("fw.fake_plan"); in getSubscriptionPlans() local3157 if (!TextUtils.isEmpty(fake)) { in getSubscriptionPlans()3159 if ("month_hard".equals(fake)) { in getSubscriptionPlans()3184 } else if ("month_soft".equals(fake)) { in getSubscriptionPlans()3212 } else if ("month_over".equals(fake)) { in getSubscriptionPlans()3238 } else if ("month_none".equals(fake)) { in getSubscriptionPlans()3243 } else if ("prepaid".equals(fake)) { in getSubscriptionPlans()3253 } else if ("prepaid_crazy".equals(fake)) { in getSubscriptionPlans()3283 } else if ("unlimited".equals(fake)) { in getSubscriptionPlans()
127 * Indicates that the call is in a fake ringing state.
73 The analyzer is also given a list of classes to exclude. A fake implementation of these classes is