/frameworks/base/core/java/android/os/ |
DeadObjectException.java | 18 import android.os.RemoteException; 24 public class DeadObjectException extends RemoteException {
|
TransactionTooLargeException.java | 18 import android.os.RemoteException; 55 public class TransactionTooLargeException extends RemoteException {
|
RemoteException.java | 23 public class RemoteException extends AndroidException { 24 public RemoteException() { 28 public RemoteException(String message) {
|
IServiceManager.java | 36 public IBinder getService(String name) throws RemoteException; 42 public IBinder checkService(String name) throws RemoteException; 49 throws RemoteException; 54 public String[] listServices() throws RemoteException; 61 throws RemoteException;
|
IBinder.java | 75 * {@link RemoteException} exception if you try to call it on an IBinder 157 public String getInterfaceDescriptor() throws RemoteException; 191 public void dump(FileDescriptor fd, String[] args) throws RemoteException; 201 public void dumpAsync(FileDescriptor fd, String[] args) throws RemoteException; 218 throws RemoteException; 241 * @throws RemoteException if the target IBinder's 247 throws RemoteException;
|
/external/javassist/src/main/javassist/tools/rmi/ |
RemoteException.java | 19 * <code>RemoteException</code> represents any exception thrown 22 public class RemoteException extends RuntimeException { 23 public RemoteException(String msg) { 27 public RemoteException(Exception e) {
|
Sample.java | 32 throws RemoteException 34 throw new RemoteException("cannot call a static method.");
|
/cts/tests/tests/os/src/android/os/cts/ |
RemoteExceptionTest.java | 19 import android.os.RemoteException; 25 new RemoteException();
|
ParcelFileDescriptorPeer.java | 28 import android.os.RemoteException; 53 public void setPeer(IParcelFileDescriptorPeer peer) throws RemoteException { 58 public void setupReadPipe() throws RemoteException { 69 public void setupWritePipe() throws RemoteException { 80 public void setupSocket() throws RemoteException { 91 public void setupFile() throws RemoteException { 104 public ParcelFileDescriptor get() throws RemoteException { 109 public void set(ParcelFileDescriptor pfd) throws RemoteException { 114 public void doGet() throws RemoteException { 119 public void doSet() throws RemoteException { [all...] |
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
BridgePowerManager.java | 21 import android.os.RemoteException; 31 public boolean isScreenOn() throws RemoteException { 43 throws RemoteException { 49 throws RemoteException { 54 public void crash(String arg0) throws RemoteException { 59 public void goToSleep(long arg0, int arg1) throws RemoteException { 64 public void nap(long arg0) throws RemoteException { 79 public void releaseWakeLock(IBinder arg0, int arg1) throws RemoteException { 84 public void updateWakeLockUids(IBinder arg0, int[] arg1) throws RemoteException { 89 public void setAttentionLight(boolean arg0, int arg1) throws RemoteException { [all...] |
BridgeIInputMethodManager.java | 25 import android.os.RemoteException; 42 throws RemoteException { 48 public void finishInput(IInputMethodClient arg0) throws RemoteException { 54 public InputMethodSubtype getCurrentInputMethodSubtype() throws RemoteException { 60 public List<InputMethodInfo> getEnabledInputMethodList() throws RemoteException { 67 boolean arg1) throws RemoteException { 73 public List<InputMethodInfo> getInputMethodList() throws RemoteException { 79 public InputMethodSubtype getLastInputMethodSubtype() throws RemoteException { 85 public List getShortcutInputMethodsAndSubtypes() throws RemoteException { 91 public void hideMySoftInput(IBinder arg0, int arg1) throws RemoteException { [all...] |
BridgeContentProvider.java | 31 import android.os.RemoteException; 45 throws RemoteException, OperationApplicationException { 52 throws RemoteException { 59 throws RemoteException { 66 throws RemoteException { 72 public String getType(Uri arg0) throws RemoteException { 78 public Uri insert(String callingPackage, Uri arg0, ContentValues arg1) throws RemoteException { 86 throws RemoteException, FileNotFoundException { 94 throws RemoteException, FileNotFoundException { 101 String arg4, ICancellationSignal arg5) throws RemoteException { [all...] |
BridgeWindow.java | 24 import android.os.RemoteException; 34 public void dispatchAppVisibility(boolean arg0) throws RemoteException { 39 public void dispatchGetNewSurface() throws RemoteException { 45 throws RemoteException { 51 boolean arg4, Configuration arg5) throws RemoteException { 56 public void moved(int arg0, int arg1) throws RemoteException { 61 public void dispatchScreenState(boolean on) throws RemoteException { 66 public void windowFocusChanged(boolean arg0, boolean arg1) throws RemoteException {
|
/frameworks/base/tools/layoutlib/bridge/src/android/view/ |
IWindowManagerImpl.java | 30 import android.os.RemoteException; 71 public int getRotation() throws RemoteException { 85 throws RemoteException { 91 public void addWindowToken(IBinder arg0, int arg1) throws RemoteException { 97 public void clearForcedDisplaySize(int displayId) throws RemoteException { 102 public void clearForcedDisplayDensity(int displayId) throws RemoteException { 108 throws RemoteException { 113 public void closeSystemDialogs(String arg0) throws RemoteException { 129 public void disableKeyguard(IBinder arg0, String arg1) throws RemoteException { 135 public void executeAppTransition() throws RemoteException { [all...] |
/frameworks/base/core/java/android/database/ |
IBulkCursor.java | 22 import android.os.RemoteException; 36 public CursorWindow getWindow(int position) throws RemoteException; 44 public void onMove(int position) throws RemoteException; 46 public void deactivate() throws RemoteException; 48 public void close() throws RemoteException; 50 public int requery(IContentObserver observer) throws RemoteException; 52 Bundle getExtras() throws RemoteException; 54 Bundle respond(Bundle extras) throws RemoteException;
|
/frameworks/base/core/java/android/app/ |
IActivityManager.java | 47 import android.os.RemoteException; 62 ParcelFileDescriptor profileFd, Bundle options) throws RemoteException; 66 ParcelFileDescriptor profileFd, Bundle options, int userId) throws RemoteException; 70 ParcelFileDescriptor profileFd, Bundle options, int userId) throws RemoteException; 74 Bundle options, int userId) throws RemoteException; 78 int flagsMask, int flagsValues, Bundle options) throws RemoteException; 80 Intent intent, Bundle options) throws RemoteException; 82 throws RemoteException; 83 public void finishSubActivity(IBinder token, String resultWho, int requestCode) throws RemoteException; 84 public boolean finishActivityAffinity(IBinder token) throws RemoteException; [all...] |
IApplicationThread.java | 31 import android.os.RemoteException; 48 int configChanges) throws RemoteException; 50 int configChanges) throws RemoteException; 51 void scheduleWindowVisibility(IBinder token, boolean showWindow) throws RemoteException; 52 void scheduleSleeping(IBinder token, boolean sleeping) throws RemoteException; 54 throws RemoteException; 55 void scheduleSendResult(IBinder token, List<ResultInfo> results) throws RemoteException; 61 throws RemoteException; 64 boolean notResumed, Configuration config) throws RemoteException; 65 void scheduleNewIntent(List<Intent> intent, IBinder token) throws RemoteException; [all...] |
KeyguardManager.java | 20 import android.os.RemoteException; 72 } catch (RemoteException ex) { 93 } catch (RemoteException ex) { 145 } catch (RemoteException ex) { 158 } catch (RemoteException ex) { 175 } catch (RemoteException ex) { 207 public void onKeyguardExitResult(boolean success) throws RemoteException { 213 } catch (RemoteException e) {
|
/frameworks/base/tests/permission/src/com/android/framework/permission/tests/ |
ActivityManagerPermissionTests.java | 22 import android.os.RemoteException; 47 } catch (RemoteException e) { 57 } catch (RemoteException e) { 67 } catch (RemoteException e) { 80 } catch (RemoteException e) { 93 } catch (RemoteException e) { 106 } catch (RemoteException e) { 119 } catch (RemoteException e) { 132 } catch (RemoteException e) { 145 } catch (RemoteException e) [all...] |
WindowManagerPermissionTests.java | 21 import android.os.RemoteException; 51 } catch (RemoteException e) { 61 } catch (RemoteException e) { 71 } catch (RemoteException e) { 81 } catch (RemoteException e) { 91 } catch (RemoteException e) { 101 } catch (RemoteException e) { 111 } catch (RemoteException e) { 121 } catch (RemoteException e) { 132 } catch (RemoteException e) [all...] |
/frameworks/base/tools/layoutlib/bridge/src/com/android/internal/textservice/ |
ITextServicesManager_Stub_Delegate.java | 23 import android.os.RemoteException; 48 throws RemoteException { 54 public SpellCheckerInfo getCurrentSpellChecker(String arg0) throws RemoteException { 61 throws RemoteException { 67 public SpellCheckerInfo[] getEnabledSpellCheckers() throws RemoteException { 75 throws RemoteException { 81 public boolean isSpellCheckerEnabled() throws RemoteException { 87 public void setCurrentSpellChecker(String arg0, String arg1) throws RemoteException { 93 public void setCurrentSpellCheckerSubtype(String arg0, int arg1) throws RemoteException { 99 public void setSpellCheckerEnabled(boolean arg0) throws RemoteException { [all...] |
/frameworks/base/core/java/android/net/ |
ConnectivityManager.java | 27 import android.os.RemoteException; 524 } catch (RemoteException e) { 542 } catch (RemoteException e) { 563 } catch (RemoteException e) { 584 } catch (RemoteException e) { 605 } catch (RemoteException e) { 623 } catch (RemoteException e) { 646 } catch (RemoteException e) { 665 } catch (RemoteException e) { 685 } catch (RemoteException e) [all...] |
/frameworks/base/services/java/com/android/server/location/ |
FusedLocationHardwareSecure.java | 23 import android.os.RemoteException; 52 public void registerSink(IFusedLocationHardwareSink eventSink) throws RemoteException { 58 public void unregisterSink(IFusedLocationHardwareSink eventSink) throws RemoteException { 64 public int getSupportedBatchSize() throws RemoteException { 70 public void startBatching(int id, FusedBatchOptions batchOptions) throws RemoteException { 76 public void stopBatching(int id) throws RemoteException { 85 ) throws RemoteException { 91 public void requestBatchOfLocations(int batchSizeRequested) throws RemoteException { 97 public boolean supportsDiagnosticDataInjection() throws RemoteException { 103 public void injectDiagnosticData(String data) throws RemoteException { [all...] |
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/ |
KeyguardServiceWrapper.java | 21 import android.os.RemoteException; 45 } catch (RemoteException e) { 54 } catch (RemoteException e) { 63 } catch (RemoteException e) { 72 } catch (RemoteException e) { 81 } catch (RemoteException e) { 90 } catch (RemoteException e) { 98 } catch (RemoteException e) { 106 } catch (RemoteException e) { 114 } catch (RemoteException e) [all...] |
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/ |
PolicyServiceProxy.java | 21 import android.os.RemoteException; 49 public boolean isActive(final Policy arg0) throws RemoteException { 52 public void run() throws RemoteException { 72 final String securityKey) throws RemoteException { 75 public void run() throws RemoteException { 83 public void remoteWipe() throws RemoteException { 86 public void run() throws RemoteException { 93 public void setAccountHoldFlag(final long arg0, final boolean arg1) throws RemoteException { 96 public void run() throws RemoteException { 106 } catch (RemoteException e) [all...] |