()
| 155 | return osType == AIX; |
| 156 | } |
| 157 | public static final boolean isWindowsCE() { |
| 158 | return osType == WINDOWSCE; |
| 159 | } |
| 160 | /** Returns true for any windows variant. */ |
| 161 | public static final boolean isWindows() { |
| 162 | return osType == WINDOWS || osType == WINDOWSCE; |
no outgoing calls