(Runnable r, String name)
| 1355 | /// |
| 1356 | /// confusing name, use `java.lang.String)` instead |
| 1357 | public static Thread startThread(Runnable r, String name) { |
| 1358 | return Display.INSTANCE.startThread(r, name); |
| 1359 | } |
| 1360 | |
| 1361 | |
| 1362 | /// Checks if the device supports disabling the screen display from dimming, allowing |
no outgoing calls