Home | History | Annotate | Download | only in os

Lines Matching defs:RemoteException

23 import android.os.RemoteException;
61 * @throws android.os.RemoteException
64 throws RemoteException {
67 throw new RemoteException();
83 catch (RemoteException e) {
93 * disconnected from the native service and will throw a {@link android.os.RemoteException} if
115 * @throws android.os.RemoteException
118 throws RemoteException {
142 * @throws android.os.RemoteException
145 throws RemoteException {
170 * @throws android.os.RemoteException
173 throws RemoteException {
197 * @throws android.os.RemoteException
200 throws RemoteException {
234 * @throws android.os.RemoteException
237 throws RemoteException {
261 * @throws android.os.RemoteException
264 throws RemoteException {
289 * @throws android.os.RemoteException
292 throws RemoteException {
317 * @throws android.os.RemoteException
320 throws RemoteException {
368 catch (RemoteException e) {
409 private void throwOnDeadServer() throws RemoteException {
411 throw new RemoteException();