HomeSort by relevance Sort by last modified time
    Searched refs:RemoteException (Results 1 - 25 of 1256) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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/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 24 public class RemoteException extends AndroidException {
25 public RemoteException() {
29 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 74 * {@link RemoteException} exception if you try to call it on an IBinder
169 public String getInterfaceDescriptor() throws RemoteException;
203 public void dump(FileDescriptor fd, String[] args) throws RemoteException;
213 public void dumpAsync(FileDescriptor fd, String[] args) throws RemoteException;
227 String[] args, ResultReceiver resultReceiver) throws RemoteException;
244 throws RemoteException;
267 * @throws RemoteException if the target IBinder's
273 throws RemoteException;
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgePowerManager.java 21 import android.os.RemoteException;
31 public boolean isInteractive() throws RemoteException {
36 public boolean isPowerSaveMode() throws RemoteException {
41 public boolean setPowerSaveMode(boolean mode) throws RemoteException {
53 throws RemoteException {
59 throws RemoteException {
69 public void crash(String arg0) throws RemoteException {
74 public void goToSleep(long arg0, int arg1, int arg2) throws RemoteException {
79 public void nap(long arg0) throws RemoteException {
99 public void releaseWakeLock(IBinder arg0, int arg1) throws RemoteException {
    [all...]
BridgeIInputMethodManager.java 27 import android.os.RemoteException;
44 throws RemoteException {
50 public void finishInput(IInputMethodClient arg0) throws RemoteException {
56 public InputMethodSubtype getCurrentInputMethodSubtype() throws RemoteException {
62 public List<InputMethodInfo> getEnabledInputMethodList() throws RemoteException {
69 boolean arg1) throws RemoteException {
75 public List<InputMethodInfo> getInputMethodList() throws RemoteException {
81 public InputMethodSubtype getLastInputMethodSubtype() throws RemoteException {
87 public List getShortcutInputMethodsAndSubtypes() throws RemoteException {
93 public void hideMySoftInput(IBinder arg0, int arg1) throws RemoteException {
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
IWindowManagerImpl.java 33 import android.os.RemoteException;
67 public int getRotation() throws RemoteException {
83 throws RemoteException {
88 public void addWindowToken(IBinder arg0, int arg1) throws RemoteException {
94 public void clearForcedDisplaySize(int displayId) throws RemoteException {
99 public void clearForcedDisplayDensity(int displayId) throws RemoteException {
105 throws RemoteException {
110 public void closeSystemDialogs(String arg0) throws RemoteException {
126 public void disableKeyguard(IBinder arg0, String arg1) throws RemoteException {
132 public void executeAppTransition() throws RemoteException {
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothGattCallbackWrapper.java 23 import android.os.RemoteException;
35 public void onClientRegistered(int status, int clientIf) throws RemoteException {
40 throws RemoteException {
44 public void onScanResult(ScanResult scanResult) throws RemoteException {
48 public void onBatchScanResults(List<ScanResult> batchResults) throws RemoteException {
53 int status) throws RemoteException {
58 throws RemoteException {
62 public void onCharacteristicWrite(String address, int status, int handle) throws RemoteException {
66 public void onExecuteWrite(String address, int status) throws RemoteException {
70 public void onDescriptorRead(String address, int status, int handle, byte[] value) 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/webkit/
WebViewUpdateService.java 20 import android.os.RemoteException;
36 } catch (RemoteException e) {
47 } catch (RemoteException e) {
58 } catch (RemoteException e) {
  /frameworks/base/core/java/android/app/
SynchronousUserSwitchObserver.java 21 import android.os.RemoteException;
34 public final void onUserSwitching(int newUserId, IRemoteCallback reply) throws RemoteException {
47 public abstract void onUserSwitching(int newUserId) throws RemoteException;
IActivityManager.java 55 import android.os.RemoteException;
72 ProfilerInfo profilerInfo, Bundle options) throws RemoteException;
75 ProfilerInfo profilerInfo, Bundle options, int userId) throws RemoteException;
79 int userId) throws RemoteException;
83 int userId) throws RemoteException;
87 Bundle options, int userId) throws RemoteException;
91 int flagsMask, int flagsValues, Bundle options) throws RemoteException;
95 int userId) throws RemoteException;
97 Intent intent, Bundle options) throws RemoteException;
99 throws RemoteException;
    [all...]
IApplicationThread.java 33 import android.os.RemoteException;
52 int configChanges, boolean dontReport) throws RemoteException;
54 int configChanges) throws RemoteException;
55 void scheduleWindowVisibility(IBinder token, boolean showWindow) throws RemoteException;
56 void scheduleSleeping(IBinder token, boolean sleeping) throws RemoteException;
58 throws RemoteException;
59 void scheduleSendResult(IBinder token, List<ResultInfo> results) throws RemoteException;
65 boolean notResumed, boolean isForward, ProfilerInfo profilerInfo) throws RemoteException;
69 throws RemoteException;
70 void scheduleNewIntent(List<ReferrerIntent> intent, IBinder token) throws RemoteException;
    [all...]
  /frameworks/base/services/core/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/tests/permission/src/com/android/framework/permission/tests/
WindowManagerPermissionTests.java 21 import android.os.RemoteException;
50 } catch (RemoteException e) {
60 } catch (RemoteException e) {
70 } catch (RemoteException e) {
80 } catch (RemoteException e) {
90 } catch (RemoteException e) {
101 } catch (RemoteException e) {
111 } catch (RemoteException e) {
121 } catch (RemoteException e) {
132 } catch (RemoteException e)
    [all...]
ActivityManagerPermissionTests.java 22 import android.os.RemoteException;
47 } catch (RemoteException e) {
57 } catch (RemoteException e) {
70 } catch (RemoteException e) {
83 } catch (RemoteException e) {
96 } catch (RemoteException e) {
109 } catch (RemoteException e) {
122 } catch (RemoteException e) {
135 } catch (RemoteException e) {
148 } 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/telecomm/java/android/telecom/
InCallAdapter.java 20 import android.os.RemoteException;
58 } catch (RemoteException e) {
72 } catch (RemoteException e) {
84 } catch (RemoteException e) {
96 } catch (RemoteException e) {
108 } catch (RemoteException e) {
120 } catch (RemoteException e) {
132 } catch (RemoteException e) {
148 } catch (RemoteException e) {
164 } catch (RemoteException e)
    [all...]
  /frameworks/base/core/java/android/service/persistentdata/
PersistentDataBlockManager.java 21 import android.os.RemoteException;
87 } catch (RemoteException e) {
98 } catch (RemoteException e) {
111 } catch (RemoteException e) {
124 } catch (RemoteException e) {
136 } catch (RemoteException e) {
147 } catch (RemoteException e) {
158 } catch (RemoteException e) {
174 } catch (RemoteException e) {
  /frameworks/base/services/core/java/com/android/server/pm/
OtaDexoptShellCommand.java 20 import android.os.RemoteException;
56 } catch (RemoteException e) {
62 private int runOtaPrepare() throws RemoteException {
68 private int runOtaCleanup() throws RemoteException {
73 private int runOtaDone() throws RemoteException {
83 private int runOtaStep() throws RemoteException {
88 private int runOtaNext() throws RemoteException {
93 private int runOtaProgress() throws RemoteException {

Completed in 993 milliseconds

1 2 3 4 5 6 7 8 91011>>