Searched refs:INSTANCE (Results 1 – 10 of 10) sorted by relevance
25 private static final CtsIncomingCall INSTANCE = new CtsIncomingCall(); field in CtsIncomingCall30 return INSTANCE; in getInstance()
29 return Suggestions.INSTANCE; in suggestions()
63 if (!Usb.INSTANCE.isConnected()) { in applyAnnotation()67 if (!Adb.INSTANCE.isEnabledOverWifi() && in applyAnnotation()
176 DefaultTypeComparator.INSTANCE)) { in findMatchingConstructorImpl()317 ? BridgeTypeComparator.INSTANCE : DefaultTypeComparator.INSTANCE; in matchesSignature()659 static final TypeComparator INSTANCE = new DefaultTypeComparator(); field in ReflectionHelper.DefaultTypeComparator674 static final TypeComparator INSTANCE = new BridgeTypeComparator(); field in ReflectionHelper.BridgeTypeComparator677 if (DefaultTypeComparator.INSTANCE.compare(apiType, reflectedType)) { in compare()
404 if (!DefaultTypeComparator.INSTANCE.compare(expectedFieldType, actualFieldType)) { in checkField()
1089 Display.INSTANCE.getScreenOrientation() in ensureUsingScreenOrientation_landscape_orientationIsSet()1097 Display.INSTANCE.getScreenOrientation() in ensureUsingScreenOrientation_portrait_orientationIsSet()1104 assertThat(Display.INSTANCE.getDisplayTheme()).isEqualTo(DisplayProperties.Theme.DARK); in ensureUsingDisplayTheme_setDark_themeIsSet()1110 assertThat(Display.INSTANCE.getDisplayTheme()).isEqualTo(DisplayProperties.Theme.LIGHT); in ensureUsingDisplayTheme_setLight_themeIsSet()1117 Display.INSTANCE.getScreenOrientation() in includeRunOnLandscapeOrientationDevice_orientationIsSet()1124 assertThat(Display.INSTANCE.getScreenOrientation()) in includeRunOnPortraitOrientationDevice_orientationIsSet()1131 assertThat(Display.INSTANCE.getDisplayTheme()).isEqualTo(DisplayProperties.Theme.DARK); in includeRunOnDarkModeDevice_themeIsSet()1137 assertThat(Display.INSTANCE.getDisplayTheme()).isEqualTo(DisplayProperties.Theme.LIGHT); in includeRunOnLightModeDevice_themeIsSet()
556 new DERTaggedObject(true, removeTagType(KM_TAG_NO_AUTH_REQUIRED), DERNull.INSTANCE); in makeSymKeyAuthList()618 new DERTaggedObject(true, removeTagType(KM_TAG_NO_AUTH_REQUIRED), DERNull.INSTANCE); in makeRsaAuthList()656 new DERTaggedObject(true, removeTagType(KM_TAG_NO_AUTH_REQUIRED), DERNull.INSTANCE); in makeEcAuthList()
793 private static BQRParameters INSTANCE; field in BluetoothQualityReportTest.BQRParameters880 if (INSTANCE == null) { in getInstance()881 INSTANCE = new BQRParameters(); in getInstance()883 return INSTANCE; in getInstance()
261 return Unit.INSTANCE; in testTracingContent()
1776 Display.INSTANCE.setDisplayTheme(mOriginalDisplayTheme);1782 Display.INSTANCE.setScreenOrientation(mOriginalScreenOrientation);2617 mOriginalDisplayTheme = Display.INSTANCE.getDisplayTheme();2619 Display.INSTANCE.setDisplayTheme(theme);2624 mOriginalScreenOrientation = Display.INSTANCE.getScreenOrientation();2626 Display.INSTANCE.setScreenOrientation(orientation);