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

1 2 3 4 5 6 7 8 91011>>

  /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 Throws {@link 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.");
  /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 {
48 public void clearUserActivityTimeout(long arg0, long arg1) throws RemoteException {
53 public void crash(String arg0) throws RemoteException {
58 public int getSupportedWakeLockFlags() throws RemoteException {
64 public void goToSleep(long arg0) throws RemoteException {
69 public void goToSleepWithReason(long arg0, int arg1) throws RemoteException {
74 public void preventScreenOn(boolean arg0) throws RemoteException {
79 public void reboot(String arg0) throws RemoteException {
    [all...]
BridgeWindowManager.java 28 import android.os.RemoteException;
71 public int getRotation() throws RemoteException {
76 public int getMaximumSizeDimension() throws RemoteException {
85 public void getDisplaySize(Point arg0) throws RemoteException {
89 public void getRealDisplaySize(Point arg0) throws RemoteException {
95 public boolean hasSystemNavBar() throws RemoteException {
102 throws RemoteException {
108 public void addWindowToken(IBinder arg0, int arg1) throws RemoteException {
114 public void clearForcedDisplaySize() throws RemoteException {
120 public void closeSystemDialogs(String arg0) 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...]
BridgeWindowSession.java 25 import android.os.RemoteException;
42 throws RemoteException {
49 throws RemoteException {
55 public void finishDrawing(IWindow arg0) throws RemoteException {
60 public boolean getInTouchMode() throws RemoteException {
73 Surface arg8) throws RemoteException {
84 public boolean outOfMemory(IWindow window) throws RemoteException {
94 public void remove(IWindow arg0) throws RemoteException {
99 public void setInTouchMode(boolean arg0) throws RemoteException {
104 public void setTransparentRegion(IWindow arg0, Region arg1) throws RemoteException {
    [all...]
BridgeContentProvider.java 31 import android.os.RemoteException;
44 throws RemoteException, OperationApplicationException {
50 public int bulkInsert(Uri arg0, ContentValues[] arg1) throws RemoteException {
56 public Bundle call(String arg0, String arg1, Bundle arg2) throws RemoteException {
62 public int delete(Uri arg0, String arg1, String[] arg2) throws RemoteException {
68 public String getType(Uri arg0) throws RemoteException {
74 public Uri insert(Uri arg0, ContentValues arg1) throws RemoteException {
80 public AssetFileDescriptor openAssetFile(Uri arg0, String arg1) throws RemoteException,
87 public ParcelFileDescriptor openFile(Uri arg0, String arg1) throws RemoteException,
95 ICancellationSignal arg5) throws RemoteException {
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
RemoteExceptionTest.java 19 import android.os.RemoteException;
25 new RemoteException();
  /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/tests/permission/src/com/android/framework/permission/tests/
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...]
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...]
  /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...]
  /packages/apps/Email/src/com/android/email/service/
EmailServiceUtils.java 24 import android.os.RemoteException;
92 public Bundle autoDiscover(String userName, String password) throws RemoteException {
96 public boolean createFolder(long accountId, String name) throws RemoteException {
100 public boolean deleteFolder(long accountId, String name) throws RemoteException {
104 public void hostChanged(long accountId) throws RemoteException {
107 public void loadAttachment(long attachmentId, boolean background) throws RemoteException {
110 public void loadMore(long messageId) throws RemoteException {
114 throws RemoteException {
118 public void sendMeetingResponse(long messageId, int response) throws RemoteException {
121 public void setCallback(IEmailServiceCallback cb) throws RemoteException {
    [all...]
  /frameworks/base/core/java/android/app/
IActivityManager.java 42 import android.os.RemoteException;
57 ParcelFileDescriptor profileFd, Bundle options) throws RemoteException;
61 ParcelFileDescriptor profileFd, Bundle options) throws RemoteException;
65 Bundle options) throws RemoteException;
69 int flagsMask, int flagsValues, Bundle options) throws RemoteException;
71 Intent intent, Bundle options) throws RemoteException;
73 throws RemoteException;
74 public void finishSubActivity(IBinder token, String resultWho, int requestCode) throws RemoteException;
75 public boolean finishActivityAffinity(IBinder token) throws RemoteException;
76 public boolean willActivityBeVisible(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;
53 void scheduleResumeActivity(IBinder token, boolean isForward) throws RemoteException;
54 void scheduleSendResult(IBinder token, List<ResultInfo> results) throws RemoteException;
60 throws RemoteException;
63 boolean notResumed, Configuration config) throws RemoteException;
64 void scheduleNewIntent(List<Intent> intent, IBinder token) throws RemoteException;
    [all...]
KeyguardManager.java 21 import android.os.RemoteException;
73 } catch (RemoteException ex) {
94 } catch (RemoteException ex) {
146 } catch (RemoteException ex) {
159 } catch (RemoteException ex) {
176 } catch (RemoteException ex) {
208 public void onKeyguardExitResult(boolean success) throws RemoteException {
212 } catch (RemoteException e) {
  /frameworks/base/core/java/android/net/
ConnectivityManager.java 26 import android.os.RemoteException;
363 } catch (RemoteException e) {
370 } catch (RemoteException e) {
386 } catch (RemoteException e) {
395 } catch (RemoteException e) {
403 } catch (RemoteException e) {
411 } catch (RemoteException e) {
420 } catch (RemoteException e) {
429 } catch (RemoteException e) {
438 } catch (RemoteException e)
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
EmailServiceProxy.java 23 import android.os.RemoteException;
47 * An EmailServiceProxy object cannot be reused (trying to do so generates a RemoteException)
141 throws RemoteException {
144 public void run() throws RemoteException {
148 } catch (RemoteException e) {
155 } catch (RemoteException e1) {
171 public void startSync(final long mailboxId, final boolean userRequest) throws RemoteException {
174 public void run() throws RemoteException {
190 public void stopSync(final long mailboxId) throws RemoteException {
193 public void run() throws RemoteException {
    [all...]
PolicyServiceProxy.java 22 import android.os.RemoteException;
52 public boolean isActive(final Policy arg0) throws RemoteException {
54 public void run() throws RemoteException {
71 final String securityKey) throws RemoteException {
73 public void run() throws RemoteException {
81 public void remoteWipe() throws RemoteException {
83 public void run() throws RemoteException {
90 public void setAccountHoldFlag(final long arg0, final boolean arg1) throws RemoteException {
92 public void run() throws RemoteException {
102 } catch (RemoteException e)
    [all...]
  /frameworks/base/core/java/android/content/
IContentProvider.java 27 import android.os.RemoteException;
39 throws RemoteException;
40 public String getType(Uri url) throws RemoteException;
42 throws RemoteException;
43 public int bulkInsert(Uri url, ContentValues[] initialValues) throws RemoteException;
45 throws RemoteException;
47 String[] selectionArgs) throws RemoteException;
49 throws RemoteException, FileNotFoundException;
51 throws RemoteException, FileNotFoundException;
53 throws RemoteException, OperationApplicationException
    [all...]

Completed in 1378 milliseconds

1 2 3 4 5 6 7 8 91011>>