Searched refs:supportedType (Results 1 – 4 of 4) sorted by relevance
30 oneway void onTaskLaunching(int taskId, int supportedType, int splashScreenBackgroundColor); in onTaskLaunching() argument
276 (taskId, supportedType, startingWindowBackgroundColor) -> {277 mListener.call(l -> l.onTaskLaunching(taskId, supportedType,
1246 for (int supportedType : getMode().getSupportedHdrTypes()) { in getHdrCapabilities()1247 if (!contains(mDisplayInfo.userDisabledHdrTypes, supportedType)) { in getHdrCapabilities()1248 enabledTypesSet.add(supportedType); in getHdrCapabilities()
333 for (Integer supportedType : SUPPORTED_NIGHT_MODE_CUSTOM_TYPES) { in setNightModeCustomType_customTypeUnsupported_shouldThrow()334 maxSupportedCustomType = Math.max(maxSupportedCustomType, supportedType); in setNightModeCustomType_customTypeUnsupported_shouldThrow()