HomeSort by relevance Sort by last modified time
    Searched refs:RemoteException (Results 526 - 550 of 905) sorted by null

<<21222324252627282930>>

  /frameworks/base/core/java/android/service/voice/
AlwaysOnHotwordDetector.java 38 import android.os.RemoteException;
580 } catch (RemoteException e) {
581 Slog.w(TAG, "RemoteException in startRecognition!", e);
594 } catch (RemoteException e) {
595 Slog.w(TAG, "RemoteException in stopRecognition!", e);
726 } catch (RemoteException e) {
727 Slog.w(TAG, "RemoteException in getDspProperties!", e);
747 } catch (RemoteException e) {
748 Slog.w(TAG, "RemoteException in listRegisteredKeyphraseSoundModels!", e);
  /frameworks/base/services/core/java/com/android/server/am/
CompatModePackages.java 40 import android.os.RemoteException;
150 } catch (RemoteException e) {
249 } catch (RemoteException e) {
261 } catch (RemoteException e) {
382 } catch (RemoteException e) {
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiControlService.java 58 import android.os.RemoteException;
    [all...]
  /frameworks/base/services/core/java/com/android/server/trust/
TrustAgentWrapper.java 35 import android.os.RemoteException;
288 } catch (RemoteException e) {
298 } catch (RemoteException e) {
308 } catch (RemoteException e) {
352 } catch (RemoteException e) {
  /frameworks/base/services/core/java/com/android/server/wm/
DragState.java 31 import android.os.RemoteException;
231 } catch (RemoteException e) {
270 } catch (RemoteException e) {
348 } catch (RemoteException e) {
380 } catch (RemoteException e) {
  /frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
AppLaunch.java 32 import android.os.RemoteException;
88 public void testMeasureStartUpTime() throws RemoteException, NameNotFoundException {
205 throws NameNotFoundException, RemoteException {
283 } catch (RemoteException e) {
349 } catch (RemoteException e) {
  /frameworks/opt/net/ethernet/java/com/android/server/ethernet/
EthernetNetworkFactory.java 43 import android.os.RemoteException;
190 } catch (RemoteException e) {
236 } catch(RemoteException|IllegalStateException e) {
373 } catch (RemoteException e) {
398 } catch (RemoteException e) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccProvider.java 26 import android.os.RemoteException;
399 } catch (RemoteException ex) {
441 } catch (RemoteException ex) {
467 } catch (RemoteException ex) {
492 } catch (RemoteException ex) {
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
RemotePrintDocument.java 30 import android.os.RemoteException;
182 } catch (RemoteException re) {
270 } catch (RemoteException re) {
386 } catch (RemoteException re) {
394 } catch (RemoteException re) {
403 } catch (RemoteException re) {
551 } catch (RemoteException re) {
652 } catch (RemoteException re) {
670 } catch (RemoteException re) {
923 } catch (RemoteException | IOException e)
    [all...]
  /frameworks/base/services/core/java/com/android/server/media/
MediaSessionService.java 50 import android.os.RemoteException;
378 String callerPackageName, ISessionCallback cb, String tag) throws RemoteException {
398 } catch (RemoteException e) {
456 } catch (RemoteException e) {
471 } catch (RemoteException e) {
593 int userId) throws RemoteException {
636 ComponentName componentName, int userId) throws RemoteException {
653 } catch (RemoteException e) {
666 throws RemoteException {
717 throws RemoteException {
    [all...]
  /frameworks/base/core/java/com/android/internal/view/
IInputConnectionWrapper.java 23 import android.os.RemoteException;
211 } catch (RemoteException e) {
212 Log.w(TAG, "Got RemoteException calling setTextAfterCursor", e);
227 } catch (RemoteException e) {
228 Log.w(TAG, "Got RemoteException calling setTextBeforeCursor", e);
243 } catch (RemoteException e) {
244 Log.w(TAG, "Got RemoteException calling setSelectedText", e);
259 } catch (RemoteException e) {
260 Log.w(TAG, "Got RemoteException calling setCursorCapsMode", e);
275 } catch (RemoteException e)
    [all...]
  /frameworks/base/services/core/java/com/android/server/accounts/
AccountManagerService.java 66 import android.os.RemoteException;
294 throws RemoteException {
694 public void run() throws RemoteException {
730 public void run() throws RemoteException {
    [all...]
  /frameworks/base/services/core/java/com/android/server/wallpaper/
WallpaperManagerService.java 52 import android.os.RemoteException;
287 } catch (RemoteException e) {
295 } catch (RemoteException e) {
310 } catch (RemoteException e) {
525 public void onUserSwitchComplete(int newUserId) throws RemoteException {
528 } catch (RemoteException e) {
642 } catch (RemoteException e1) {
682 public void setDimensionHints(int width, int height) throws RemoteException {
708 } catch (RemoteException e) {
722 public int getWidthHint() throws RemoteException {
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/pm/
AppCacheTest.java 24 import android.os.RemoteException;
445 throws RemoteException {
478 } catch (RemoteException e) {
504 } catch (RemoteException e) {
529 } catch (RemoteException e) {
554 throws RemoteException {
586 } catch (RemoteException e) {
614 } catch (RemoteException e) {
689 } catch (RemoteException e) {
724 } catch (RemoteException e)
    [all...]
  /frameworks/base/services/core/java/com/android/server/tv/
TvInputHardwareManager.java 46 import android.os.RemoteException;
122 } catch (RemoteException e) {
191 } catch (RemoteException e) {
340 } catch (RemoteException e) {
481 } catch (RemoteException e) {
496 } catch (RemoteException e) {
652 throws RemoteException {
766 public void setStreamVolume(float volume) throws RemoteException {
777 public boolean dispatchKeyEventToHdmi(KeyEvent event) throws RemoteException {
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DeveloperOptionsActivity.java 44 import android.os.RemoteException;
519 } catch (RemoteException ex) {
662 } catch (RemoteException e) {
    [all...]
  /frameworks/base/media/java/android/media/
MediaScanner.java 34 import android.os.RemoteException;
579 } catch (RemoteException e) {
580 Log.e(TAG, "RemoteException in MediaScanner.scanFile()", e);
814 throws RemoteException {
    [all...]
  /frameworks/base/core/java/android/app/
ActivityOptions.java 25 import android.os.RemoteException;
207 @Override public void sendResult(Bundle data) throws RemoteException {
632 } catch (RemoteException e) {
687 } catch (RemoteException e) {
700 } catch (RemoteException e) {
717 } catch (RemoteException e) {
    [all...]
  /frameworks/base/core/java/android/service/dreams/
DreamService.java 31 import android.os.RemoteException;
616 } catch (RemoteException ex) {
638 } catch (RemoteException ex) {
830 } catch (RemoteException ex) {
870 } catch (RemoteException ex) {
936 } catch (RemoteException ex) {
    [all...]
  /frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
WapPushTest.java 25 import android.os.RemoteException;
503 } catch (RemoteException e) {
547 } catch (RemoteException e) {
568 } catch (RemoteException e) {
608 } catch (RemoteException e) {
623 } catch (RemoteException e) {
662 } catch (RemoteException e) {
694 } catch (RemoteException e) {
737 } catch (RemoteException e) {
750 } catch (RemoteException e)
    [all...]
  /frameworks/base/services/core/java/com/android/server/
VibratorService.java 33 import android.os.RemoteException;
302 } catch (RemoteException e) {
406 } catch (RemoteException e) {
425 } catch (RemoteException e) {
538 } catch (RemoteException e) {
561 } catch (RemoteException e) {
  /frameworks/base/services/core/java/com/android/server/media/projection/
MediaProjectionManagerService.java 39 import android.os.RemoteException;
154 } catch (RemoteException e) {
420 } catch (RemoteException e) {
573 } catch (RemoteException e) {
593 } catch (RemoteException e) {
610 } catch (RemoteException e) {
  /packages/apps/Settings/src/com/android/settings/
DeviceAdminAdd.java 44 import android.os.RemoteException;
279 } catch (RemoteException e) {
338 } catch (RemoteException e) {
346 } catch (RemoteException e) {
378 } catch (RemoteException e) {
395 } catch (RemoteException e) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/offscreen/
ProjectionOffscreenActivity.java 36 import android.os.RemoteException;
79 } catch (RemoteException e) {
131 } catch (RemoteException e) {
  /cts/tests/tests/app/src/android/app/cts/
ServiceTest.java 28 import android.os.RemoteException;
86 } catch (RemoteException e) {
308 int flags) throws RemoteException {

Completed in 1505 milliseconds

<<21222324252627282930>>