Searched refs:typeString (Results 1 – 3 of 3) sorted by relevance
85 final String typeString = intent.getStringExtra(EXTRA_EVENT_TYPE); in newEvent() local86 if (typeString == null) { in newEvent()90 final DeviceEventType type = DeviceEventType.valueOf(typeString); in newEvent()
723 private static int lightTypeFromString(String typeString) { in lightTypeFromString() argument724 switch (typeString.toUpperCase()) { in lightTypeFromString()730 throw new RuntimeException("Unknown light type specified: " + typeString); in lightTypeFromString()
1145 val typeString = if (assertForeground) "foreground" else "background" in <lambda>() constant1146 assertWithMessage("$typeString access time $accessTime is not after $beginTimeMillis") in <lambda>()1148 assertWithMessage("$typeString access time $accessTime is not at before $endTimeMillis") in <lambda>()