| 173 | /* AUPK End */ |
| 174 | |
| 175 | final class RemoteServiceException extends AndroidRuntimeException { |
| 176 | public RemoteServiceException(String msg) { |
| 177 | super(msg); |
| 178 | } |
| 179 | } |
| 180 | |
| 181 | /** |
| 182 | * This manages the execution of the main thread in an |
nothing calls this directly
no outgoing calls
no test coverage detected