Home
last modified time | relevance | path

Searched refs:INSTANCE (Results 1 – 10 of 10) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
DCtsIncomingCall.java25 private static final CtsIncomingCall INSTANCE = new CtsIncomingCall(); field in CtsIncomingCall
30 return INSTANCE; in getInstance()
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/content/
DContent.java29 return Suggestions.INSTANCE; in suggestions()
/cts/common/device-side/interactive/src/main/java/com/android/interactive/
DInteractiveAnnotationExecutor.java63 if (!Usb.INSTANCE.isConnected()) { in applyAnnotation()
67 if (!Adb.INSTANCE.isEnabledOverWifi() && in applyAnnotation()
/cts/tests/signature/lib/common/src/android/signature/cts/
DReflectionHelper.java176 DefaultTypeComparator.INSTANCE)) { in findMatchingConstructorImpl()
317 ? BridgeTypeComparator.INSTANCE : DefaultTypeComparator.INSTANCE; in matchesSignature()
659 static final TypeComparator INSTANCE = new DefaultTypeComparator(); field in ReflectionHelper.DefaultTypeComparator
674 static final TypeComparator INSTANCE = new BridgeTypeComparator(); field in ReflectionHelper.BridgeTypeComparator
677 if (DefaultTypeComparator.INSTANCE.compare(apiType, reflectedType)) { in compare()
DApiComplianceChecker.java404 if (!DefaultTypeComparator.INSTANCE.compare(expectedFieldType, actualFieldType)) { in checkField()
/cts/common/device-side/bedstead/harrier/src/test/java/com/android/bedstead/harrier/
DDeviceStateTest.java1089 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()
/cts/tests/tests/keystore/src/android/keystore/cts/
DImportWrappedKeyTest.java556 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()
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DBluetoothQualityReportTest.java793 private static BQRParameters INSTANCE; field in BluetoothQualityReportTest.BQRParameters
880 if (INSTANCE == null) { in getInstance()
881 INSTANCE = new BQRParameters(); in getInstance()
883 return INSTANCE; in getInstance()
/cts/hostsidetests/atrace/src/android/atrace/cts/
DAtraceHostTest.java261 return Unit.INSTANCE; in testTracingContent()
/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/
DDeviceState.java1776 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);