HomeSort by relevance Sort by last modified time
    Searched refs:RemoteException (Results 1 - 25 of 623) 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.");
  /cts/tests/tests/os/src/android/os/cts/
RemoteExceptionTest.java 19 import android.os.RemoteException;
25 new RemoteException();
  /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 crash(String arg0) throws RemoteException {
53 public void goToSleep(long arg0, int arg1) throws RemoteException {
58 public void nap(long arg0) throws RemoteException {
73 public void releaseWakeLock(IBinder arg0, int arg1) throws RemoteException {
78 public void setAttentionLight(boolean arg0, int arg1) throws RemoteException {
83 public void setTemporaryScreenAutoBrightnessAdjustmentSettingOverride(float arg0) throws RemoteException {
88 public void setTemporaryScreenBrightnessSettingOverride(int 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...]
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 {
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 {
85 throws RemoteException, FileNotFoundException {
92 throws RemoteException, FileNotFoundException {
99 String arg4, ICancellationSignal arg5) 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/tools/layoutlib/bridge/src/android/view/
IWindowManagerImpl.java 30 import android.os.RemoteException;
73 public int getRotation() throws RemoteException {
83 public boolean hasSystemNavBar() throws RemoteException {
92 throws RemoteException {
98 public void addWindowToken(IBinder arg0, int arg1) throws RemoteException {
104 public void clearForcedDisplaySize(int displayId) throws RemoteException {
109 public void clearForcedDisplayDensity(int displayId) throws RemoteException {
115 throws RemoteException {
120 public void closeSystemDialogs(String arg0) throws RemoteException {
136 public void disableKeyguard(IBinder arg0, String arg1) throws RemoteException {
    [all...]
  /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/core/java/android/app/
IActivityManager.java 42 import android.os.RemoteException;
57 ParcelFileDescriptor profileFd, Bundle options) throws RemoteException;
61 ParcelFileDescriptor profileFd, Bundle options, int userId) throws RemoteException;
65 ParcelFileDescriptor profileFd, Bundle options, int userId) throws RemoteException;
69 Bundle options, int userId) throws RemoteException;
73 int flagsMask, int flagsValues, Bundle options) throws RemoteException;
75 Intent intent, Bundle options) throws RemoteException;
77 throws RemoteException;
78 public void finishSubActivity(IBinder token, String resultWho, int requestCode) throws RemoteException;
79 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;
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 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 {
211 } catch (RemoteException e) {
  /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/net/
ConnectivityManager.java 27 import android.os.RemoteException;
481 } catch (RemoteException e) {
499 } catch (RemoteException e) {
520 } catch (RemoteException e) {
541 } catch (RemoteException e) {
562 } catch (RemoteException e) {
580 } catch (RemoteException e) {
603 } catch (RemoteException e) {
622 } catch (RemoteException e) {
642 } 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;
44 throws RemoteException;
46 throws RemoteException;
48 String[] selectionArgs) throws RemoteException;
50 throws RemoteException, FileNotFoundException;
52 throws RemoteException, FileNotFoundException;
55 throws RemoteException, OperationApplicationException
    [all...]

Completed in 584 milliseconds

1 2 3 4 5 6 7 8 91011>>