Home
last modified time | relevance | path

Searched refs:typeString (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/
DDeviceEvent.java85 final String typeString = intent.getStringExtra(EXTRA_EVENT_TYPE); in newEvent() local
86 if (typeString == null) { in newEvent()
90 final DeviceEventType type = DeviceEventType.valueOf(typeString); in newEvent()
/cts/libs/input/src/com/android/cts/input/
DInputJsonParser.java723 private static int lightTypeFromString(String typeString) { in lightTypeFromString() argument
724 switch (typeString.toUpperCase()) { in lightTypeFromString()
730 throw new RuntimeException("Unknown light type specified: " + typeString); in lightTypeFromString()
/cts/tests/tests/attributionsource/src/android/attributionsource/cts/
DRuntimePermissionsAppOpTrackingTest.kt1145 val typeString = if (assertForeground) "foreground" else "background" in <lambda>() constant
1146 assertWithMessage("$typeString access time $accessTime is not after $beginTimeMillis") in <lambda>()
1148 assertWithMessage("$typeString access time $accessTime is not at before $endTimeMillis") in <lambda>()