/packages/apps/Email/src/com/android/email/service/ |
EmailServiceUtils.java | 40 import android.os.RemoteException; 136 } catch (RemoteException e) { 369 } catch (RemoteException e) { 381 } catch (RemoteException e) { 427 } catch (RemoteException e) { 443 } catch (RemoteException e) { 631 public Bundle validate(HostAuth hostauth) throws RemoteException { 637 final long attachmentId, final boolean background) throws RemoteException { 641 public void updateFolderList(long accountId) throws RemoteException { 645 public void setLogging(int on) throws RemoteException { [all...] |
/packages/apps/UnifiedEmail/tests/src/com/android/mail/browse/ |
TestProviderTests.java | 28 import android.os.RemoteException; 80 private ContentProviderResult[] setupPonies() throws RemoteException, 102 public void testInsertQueryandDelete() throws RemoteException, OperationApplicationException { 151 public void testUpdate() throws RemoteException, OperationApplicationException {
|
/frameworks/base/core/java/android/view/accessibility/ |
AccessibilityInteractionClient.java | 25 import android.os.RemoteException; 215 } catch (RemoteException re) { 262 } catch (RemoteException re) { 310 } catch (RemoteException re) { 355 } catch (RemoteException re) { 399 } catch (RemoteException re) { 439 } catch (RemoteException re) {
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothGattServer.java | 32 import android.os.RemoteException; 332 } catch (RemoteException e) { 365 } catch (RemoteException e) { 414 } catch (RemoteException e) { 436 } catch (RemoteException e) { 470 } catch (RemoteException e) { 508 } catch (RemoteException e) { 568 } catch (RemoteException e) { 596 } catch (RemoteException e) { 615 } catch (RemoteException e) [all...] |
/packages/apps/Exchange/src/com/android/exchange/ |
ExchangeService.java | 31 import android.os.RemoteException; 119 public Bundle validate(HostAuth hostAuth) throws RemoteException { 125 public Bundle autoDiscover(String userName, String password) throws RemoteException { 136 final long attachmentId, final boolean background) throws RemoteException { 143 public void updateFolderList(long accountId) throws RemoteException { 148 public void setLogging(int flags) throws RemoteException { 156 public void sendMeetingResponse(long messageId, int response) throws RemoteException { 164 * @throws RemoteException 167 public void deleteAccountPIMData(final String emailAddress) throws RemoteException { 181 public void sendMail(long accountId) throws RemoteException {} [all...] |
/frameworks/base/services/java/com/android/server/net/ |
LockdownVpnTracker.java | 34 import android.os.RemoteException; 191 } catch (RemoteException e) { 219 } catch (RemoteException e) { 245 } catch (RemoteException e) { 277 } catch (RemoteException e) {
|
/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/ |
AppLaunch.java | 31 import android.os.RemoteException; 75 public void testMeasureStartUpTime() throws RemoteException, NameNotFoundException { 192 throws NameNotFoundException, RemoteException { 270 } catch (RemoteException e) { 336 } catch (RemoteException e) {
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
IccProvider.java | 25 import android.os.RemoteException; 293 } catch (RemoteException ex) { 334 } catch (RemoteException ex) { 358 } catch (RemoteException ex) { 382 } catch (RemoteException ex) {
|
/packages/apps/Music/src/com/android/music/ |
MediaPlaybackActivity.java | 46 import android.os.RemoteException; 278 } catch (RemoteException ex) { 378 } catch (RemoteException ex) { 432 } catch (RemoteException ex) { 442 } catch (RemoteException ex) { 634 } catch (RemoteException ex) { 723 } catch (RemoteException ex) { 743 } catch (RemoteException ex) { 796 } catch (RemoteException ex) { [all...] |
/frameworks/base/cmds/pm/src/com/android/commands/pm/ |
Pm.java | 42 import android.os.RemoteException; 337 } catch (RemoteException e) { 345 throws RemoteException { 382 } catch (RemoteException e) { 418 } catch (RemoteException e) { 475 } catch (RemoteException e) { 494 } catch (RemoteException e) { 581 } catch (RemoteException e) { 590 throws RemoteException { 765 } catch (RemoteException e) [all...] |
/frameworks/base/core/java/android/speech/tts/ |
TextToSpeech.java | 31 import android.os.RemoteException; 729 public Void run(ITextToSpeechService service) throws RemoteException { [all...] |
/frameworks/base/services/java/com/android/server/accessibility/ |
AccessibilityManagerService.java | 56 import android.os.RemoteException; 474 } catch (RemoteException re) { 482 IAccessibilityInteractionConnection connection, int userId) throws RemoteException { 586 } catch (RemoteException re) { 637 } catch (RemoteException re) { [all...] |
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
ApplicationTest.java | 14 import android.os.RemoteException; 270 public String getInterfaceDescriptor() throws RemoteException { 290 public void dump(FileDescriptor fd, String[] args) throws RemoteException { 294 public boolean transact(int code, Parcel data, Parcel reply, int flags) throws RemoteException { 299 public void linkToDeath(DeathRecipient recipient, int flags) throws RemoteException { 308 public void dumpAsync(FileDescriptor fd, String[] args) throws RemoteException {
|
/frameworks/base/core/java/android/net/ |
CaptivePortalTracker.java | 30 import android.os.RemoteException; 297 } catch(RemoteException e) { 327 } catch(RemoteException e) { 340 } catch(RemoteException e) { 351 } catch (RemoteException e) { 363 } catch (RemoteException e) {
|
/frameworks/base/core/java/com/android/internal/view/ |
IInputConnectionWrapper.java | 23 import android.os.RemoteException; 204 } catch (RemoteException e) { 205 Log.w(TAG, "Got RemoteException calling setTextAfterCursor", e); 220 } catch (RemoteException e) { 221 Log.w(TAG, "Got RemoteException calling setTextBeforeCursor", e); 236 } catch (RemoteException e) { 237 Log.w(TAG, "Got RemoteException calling setSelectedText", e); 252 } catch (RemoteException e) { 253 Log.w(TAG, "Got RemoteException calling setCursorCapsMode", e); 268 } catch (RemoteException e) [all...] |
/frameworks/base/services/java/com/android/server/ |
VibratorService.java | 32 import android.os.RemoteException; 264 } catch (RemoteException e) { 354 } catch (RemoteException e) { 373 } catch (RemoteException e) { 481 } catch (RemoteException e) { 499 } catch (RemoteException e) {
|
WallpaperManagerService.java | 50 import android.os.RemoteException; 271 } catch (RemoteException e) { 286 } catch (RemoteException e) { 499 public void onUserSwitchComplete(int newUserId) throws RemoteException { 502 } catch (RemoteException e) { 612 } catch (RemoteException e1) { 649 public void setDimensionHints(int width, int height) throws RemoteException { 675 } catch (RemoteException e) { 689 public int getWidthHint() throws RemoteException { 696 public int getHeightHint() throws RemoteException { [all...] |
RecognitionManagerService.java | 31 import android.os.RemoteException; 97 } catch (RemoteException e) {
|
/packages/apps/Settings/src/com/android/settings/ |
DreamBackend.java | 34 import android.os.RemoteException; 123 } catch (RemoteException e) { 187 } catch (RemoteException e) { 198 } catch (RemoteException e) { 217 } catch (RemoteException e) { 228 } catch (RemoteException e) {
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
IsolatedService.java | 26 import android.os.RemoteException; 95 } catch (RemoteException e) {
|
/frameworks/base/core/java/android/content/ |
AbstractThreadedSyncAdapter.java | 23 import android.os.RemoteException; 213 public void initialize(Account account, String authority) throws RemoteException {
|
/frameworks/base/media/java/android/media/ |
FocusRequester.java | 222 } catch (android.os.RemoteException e) { 239 } catch (android.os.RemoteException e) {
|
MediaScannerConnection.java | 27 import android.os.RemoteException; 173 } catch (RemoteException e) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
UsbResolverActivity.java | 29 import android.os.RemoteException; 128 } catch (RemoteException e) {
|
/frameworks/base/services/java/com/android/server/connectivity/ |
DataConnectionStats.java | 24 import android.os.RemoteException; 95 } catch (RemoteException e) {
|