Home
last modified time | relevance | path

Searched refs:RemoteException (Results 1 – 25 of 989) sorted by relevance

12345678910>>...40

/frameworks/base/tools/layoutlib/bridge/src/android/view/
DIWindowManagerImpl.java28 import android.os.RemoteException;
66 public int getDefaultDisplayRotation() throws RemoteException { in getDefaultDisplayRotation()
78 public void addWindowToken(IBinder arg0, int arg1, int arg2) throws RemoteException { in addWindowToken()
84 public void clearForcedDisplaySize(int displayId) throws RemoteException { in clearForcedDisplaySize()
89 public void clearForcedDisplayDensityForUser(int displayId, int userId) throws RemoteException { in clearForcedDisplayDensityForUser()
95 throws RemoteException { in setOverscan()
100 public void closeSystemDialogs(String arg0) throws RemoteException { in closeSystemDialogs()
116 public void disableKeyguard(IBinder arg0, String arg1) throws RemoteException { in disableKeyguard()
122 public void executeAppTransition() throws RemoteException { in executeAppTransition()
128 public void exitKeyguardSecurely(IOnKeyguardExitResult arg0) throws RemoteException { in exitKeyguardSecurely()
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/
DMockStorageManager.java23 import android.os.RemoteException;
49 throws RemoteException { in addUserKeyAuth()
54 public void fixateNewestUserKeyAuth(int userId) throws RemoteException { in fixateNewestUserKeyAuth()
79 throws RemoteException { in unlockUser()
108 public void registerListener(IStorageEventListener listener) throws RemoteException { in registerListener()
113 public void unregisterListener(IStorageEventListener listener) throws RemoteException { in unregisterListener()
118 public boolean isUsbMassStorageConnected() throws RemoteException { in isUsbMassStorageConnected()
123 public void setUsbMassStorageEnabled(boolean enable) throws RemoteException { in setUsbMassStorageEnabled()
128 public boolean isUsbMassStorageEnabled() throws RemoteException { in isUsbMassStorageEnabled()
133 public int mountVolume(String mountPoint) throws RemoteException { in mountVolume()
[all …]
/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsCallSessionImplBase.java20 import android.os.RemoteException;
45 public void close() throws RemoteException { in close()
55 public String getCallId() throws RemoteException { in getCallId()
65 public ImsCallProfile getCallProfile() throws RemoteException { in getCallProfile()
75 public ImsCallProfile getLocalCallProfile() throws RemoteException { in getLocalCallProfile()
85 public ImsCallProfile getRemoteCallProfile() throws RemoteException { in getRemoteCallProfile()
95 public String getProperty(String name) throws RemoteException { in getProperty()
106 public int getState() throws RemoteException { in getState()
116 public boolean isInCall() throws RemoteException { in isInCall()
128 public void setListener(IImsCallSessionListener listener) throws RemoteException { in setListener()
[all …]
DImsUtImplBase.java20 import android.os.RemoteException;
43 public void close() throws RemoteException { in close()
51 public int queryCallBarring(int cbType) throws RemoteException { in queryCallBarring()
59 public int queryCallForward(int condition, String number) throws RemoteException { in queryCallForward()
67 public int queryCallWaiting() throws RemoteException { in queryCallWaiting()
75 public int queryCLIR() throws RemoteException { in queryCLIR()
83 public int queryCLIP() throws RemoteException { in queryCLIP()
91 public int queryCOLR() throws RemoteException { in queryCOLR()
99 public int queryCOLP() throws RemoteException { in queryCOLP()
107 public int transact(Bundle ssInfo) throws RemoteException { in transact()
[all …]
DImsConfigImplBase.java19 import android.os.RemoteException;
50 public int getProvisionedValue(int item) throws RemoteException { in getProvisionedValue()
62 public String getProvisionedStringValue(int item) throws RemoteException { in getProvisionedStringValue()
76 public int setProvisionedValue(int item, int value) throws RemoteException { in setProvisionedValue()
90 public int setProvisionedStringValue(int item, String value) throws RemoteException { in setProvisionedStringValue()
105 throws RemoteException { in getFeatureValue()
120 throws RemoteException { in setFeatureValue()
128 public boolean getVolteProvisioned() throws RemoteException { in getVolteProvisioned()
138 public void getVideoQuality(ImsConfigListener listener) throws RemoteException { in getVideoQuality()
148 public void setVideoQuality(int quality, ImsConfigListener listener) throws RemoteException { in setVideoQuality()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeIInputMethodManager.java27 import android.os.RemoteException;
44 throws RemoteException { in addClient()
50 public void finishInput(IInputMethodClient arg0) throws RemoteException { in finishInput()
56 public InputMethodSubtype getCurrentInputMethodSubtype() throws RemoteException { in getCurrentInputMethodSubtype()
62 public List<InputMethodInfo> getEnabledInputMethodList() throws RemoteException { in getEnabledInputMethodList()
69 boolean arg1) throws RemoteException { in getEnabledInputMethodSubtypeList()
75 public List<InputMethodInfo> getInputMethodList() throws RemoteException { in getInputMethodList()
81 public InputMethodSubtype getLastInputMethodSubtype() throws RemoteException { in getLastInputMethodSubtype()
87 public List getShortcutInputMethodsAndSubtypes() throws RemoteException { in getShortcutInputMethodsAndSubtypes()
93 public void hideMySoftInput(IBinder arg0, int arg1) throws RemoteException { in hideMySoftInput()
[all …]
DBridgePowerManager.java23 import android.os.RemoteException;
33 public boolean isInteractive() throws RemoteException { in isInteractive()
38 public boolean isPowerSaveMode() throws RemoteException { in isPowerSaveMode()
43 public boolean setPowerSaveMode(boolean mode) throws RemoteException { in setPowerSaveMode()
59 throws RemoteException { in acquireWakeLock()
65 throws RemoteException { in acquireWakeLockWithUid()
75 public void crash(String arg0) throws RemoteException { in crash()
80 public void goToSleep(long arg0, int arg1, int arg2) throws RemoteException { in goToSleep()
85 public void nap(long arg0) throws RemoteException { in nap()
105 public void releaseWakeLock(IBinder arg0, int arg1) throws RemoteException { in releaseWakeLock()
[all …]
DBridgeContentProvider.java31 import android.os.RemoteException;
45 throws RemoteException, OperationApplicationException { in applyBatch()
52 throws RemoteException { in bulkInsert()
59 throws RemoteException { in call()
66 throws RemoteException { in delete()
72 public String getType(Uri arg0) throws RemoteException { in getType()
78 public Uri insert(String callingPackage, Uri arg0, ContentValues arg1) throws RemoteException { in insert()
86 throws RemoteException, FileNotFoundException { in openAssetFile()
94 throws RemoteException, FileNotFoundException { in openFile()
101 Bundle arg3, ICancellationSignal arg4) throws RemoteException { in query()
[all …]
DBridgeWindowSession.java24 import android.os.RemoteException;
43 throws RemoteException { in add()
51 throws RemoteException { in addToDisplay()
59 throws RemoteException { in addWithoutInputChannel()
67 throws RemoteException { in addToDisplayWithoutInputChannel()
73 public void finishDrawing(IWindow arg0) throws RemoteException { in finishDrawing()
78 public boolean getInTouchMode() throws RemoteException { in getInTouchMode()
93 throws RemoteException { in relayout()
99 public boolean outOfMemory(IWindow window) throws RemoteException { in outOfMemory()
109 public void remove(IWindow arg0) throws RemoteException { in remove()
[all …]
/frameworks/base/core/java/android/app/
DTaskStackListener.java21 import android.os.RemoteException;
30 public void onTaskStackChanged() throws RemoteException { in onTaskStackChanged()
34 public void onActivityPinned(String packageName, int taskId) throws RemoteException { in onActivityPinned()
38 public void onActivityUnpinned() throws RemoteException { in onActivityUnpinned()
42 public void onPinnedActivityRestartAttempt(boolean clearedTask) throws RemoteException { in onPinnedActivityRestartAttempt()
46 public void onPinnedStackAnimationStarted() throws RemoteException { in onPinnedStackAnimationStarted()
50 public void onPinnedStackAnimationEnded() throws RemoteException { in onPinnedStackAnimationEnded()
55 throws RemoteException { in onActivityForcedResizable()
59 public void onActivityDismissingDockedStack() throws RemoteException { in onActivityDismissingDockedStack()
63 public void onActivityLaunchOnSecondaryDisplayFailed() throws RemoteException { in onActivityLaunchOnSecondaryDisplayFailed()
[all …]
/frameworks/base/telecomm/java/android/telecom/
DInCallAdapter.java20 import android.os.RemoteException;
58 } catch (RemoteException e) { in answerCall()
72 } catch (RemoteException e) { in rejectCall()
84 } catch (RemoteException e) { in disconnectCall()
96 } catch (RemoteException e) { in holdCall()
108 } catch (RemoteException e) { in unholdCall()
120 } catch (RemoteException e) { in mute()
132 } catch (RemoteException e) { in setAudioRoute()
148 } catch (RemoteException e) { in playDtmfTone()
164 } catch (RemoteException e) { in stopDtmfTone()
[all …]
DConnectionServiceAdapter.java22 import android.os.RemoteException;
60 } catch (RemoteException e) { in addAdapter()
98 } catch (RemoteException e) { in handleCreateConnectionComplete()
113 } catch (RemoteException e) { in setActive()
127 } catch (RemoteException e) { in setRinging()
141 } catch (RemoteException e) { in setDialing()
156 } catch (RemoteException e) { in setPulling()
172 } catch (RemoteException e) { in setDisconnected()
186 } catch (RemoteException e) { in setOnHold()
201 } catch (RemoteException e) { in setRingbackRequested()
[all …]
DTelecomManager.java28 import android.os.RemoteException;
633 } catch (RemoteException e) { in getDefaultOutgoingPhoneAccount()
655 } catch (RemoteException e) { in getUserSelectedOutgoingPhoneAccount()
670 } catch (RemoteException e) { in setUserSelectedOutgoingPhoneAccount()
687 } catch (RemoteException e) { in getSimCallManager()
707 } catch (RemoteException e) { in getSimCallManager()
750 } catch (RemoteException e) { in getPhoneAccountsSupportingScheme()
792 } catch (RemoteException e) { in getSelfManagedPhoneAccounts()
811 } catch (RemoteException e) { in getCallCapablePhoneAccounts()
831 } catch (RemoteException e) { in getPhoneAccountsForPackage()
[all …]
/frameworks/base/telephony/java/android/telephony/ims/feature/
DIMMTelFeature.java21 import android.os.RemoteException;
58 throws RemoteException; in startSession()
65 void endSession(int sessionId) throws RemoteException; in endSession()
82 boolean isConnected(int callServiceType, int callType) throws RemoteException; in isConnected()
89 boolean isOpened() throws RemoteException; in isOpened()
96 throws RemoteException; in addRegistrationListener()
104 throws RemoteException; in removeRegistrationListener()
126 throws RemoteException; in createCallProfile()
138 IImsCallSessionListener listener) throws RemoteException; in createCallSession()
146 IImsCallSession getPendingCallSession(int sessionId, String callId) throws RemoteException; in getPendingCallSession()
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DTestImsServiceControllerAdapter.java21 import android.os.RemoteException;
49 throws RemoteException { in createImsFeature()
56 throws RemoteException { in removeImsFeature()
62 IImsRegistrationListener listener) throws RemoteException { in startSession()
67 public void endSession(int slotId, int featureType, int sessionId) throws RemoteException { in endSession()
73 throws RemoteException { in isConnected()
78 public boolean isOpened(int slotId, int featureType) throws RemoteException { in isOpened()
83 public int getFeatureStatus(int slotId, int featureType) throws RemoteException { in getFeatureStatus()
89 IImsRegistrationListener listener) throws RemoteException { in addRegistrationListener()
95 IImsRegistrationListener listener) throws RemoteException { in removeRegistrationListener()
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DTestIWindow.java24 import android.os.RemoteException;
33 throws RemoteException { in executeCommand()
41 throws RemoteException { in resized()
46 public void moved(int newX, int newY) throws RemoteException { in moved()
51 public void dispatchAppVisibility(boolean visible) throws RemoteException { in dispatchAppVisibility()
56 public void dispatchGetNewSurface() throws RemoteException { in dispatchGetNewSurface()
62 throws RemoteException { in windowFocusChanged()
67 public void closeSystemDialogs(String reason) throws RemoteException { in closeSystemDialogs()
74 throws RemoteException { in dispatchWallpaperOffsets()
80 boolean sync) throws RemoteException { in dispatchWallpaperCommand()
[all …]
/frameworks/base/core/java/android/app/admin/
DDevicePolicyManager.java54 import android.os.RemoteException;
1554 } catch (RemoteException e) { in isAdminActiveAsUser()
1570 } catch (RemoteException e) { in isRemovingAdmin()
1595 } catch (RemoteException e) { in getActiveAdminsAsUser()
1622 } catch (RemoteException e) { in packageHasActiveAdmins()
1646 } catch (RemoteException e) { in removeActiveAdmin()
1667 } catch (RemoteException e) { in hasGrantedPolicy()
1683 } catch (RemoteException e) { in isSeparateProfileChallengeAllowed()
1830 } catch (RemoteException e) { in setPasswordQuality()
1857 } catch (RemoteException e) { in getPasswordQuality()
[all …]
/frameworks/base/tests/permission/src/com/android/framework/permission/tests/
DWindowManagerPermissionTests.java21 import android.os.RemoteException;
51 } catch (RemoteException e) { in testMANAGE_APP_TOKENS()
61 } catch (RemoteException e) { in testMANAGE_APP_TOKENS()
71 } catch (RemoteException e) { in testMANAGE_APP_TOKENS()
82 } catch (RemoteException e) { in testMANAGE_APP_TOKENS()
92 } catch (RemoteException e) { in testMANAGE_APP_TOKENS()
102 } catch (RemoteException e) { in testMANAGE_APP_TOKENS()
112 } catch (RemoteException e) { in testMANAGE_APP_TOKENS()
126 } catch (RemoteException e) { in testDISABLE_KEYGUARD()
136 } catch (RemoteException e) { in testDISABLE_KEYGUARD()
[all …]
DActivityManagerPermissionTests.java22 import android.os.RemoteException;
47 } catch (RemoteException e) { in testREORDER_TASKS()
57 } catch (RemoteException e) { in testREORDER_TASKS()
70 } catch (RemoteException e) { in testCHANGE_CONFIGURATION()
83 } catch (RemoteException e) { in testSET_DEBUG_APP()
96 } catch (RemoteException e) { in testSET_PROCESS_LIMIT()
109 } catch (RemoteException e) { in testALWAYS_FINISH()
122 } catch (RemoteException e) { in testSIGNAL_PERSISTENT_PROCESSES()
135 } catch (RemoteException e) { in testFORCE_BACK()
148 } catch (RemoteException e) { in testSET_ACTIVITY_WATCHER()
[all …]
/frameworks/base/telephony/java/android/telephony/ims/
DImsServiceProxyCompat.java22 import android.os.RemoteException;
57 throws RemoteException { in startSession()
64 public void endSession(int sessionId) throws RemoteException { in endSession()
71 throws RemoteException { in isConnected()
77 public boolean isOpened() throws RemoteException { in isOpened()
84 throws RemoteException { in addRegistrationListener()
91 throws RemoteException { in removeRegistrationListener()
98 throws RemoteException { in createCallProfile()
105 IImsCallSessionListener listener) throws RemoteException { in createCallSession()
112 throws RemoteException { in getPendingCallSession()
[all …]
/frameworks/base/services/core/java/com/android/server/policy/keyguard/
DKeyguardServiceWrapper.java22 import android.os.RemoteException;
53 } catch (RemoteException e) { in verifyUnlock()
62 } catch (RemoteException e) { in setOccluded()
71 } catch (RemoteException e) { in addStateMonitorCallback()
80 } catch (RemoteException e) { in dismiss()
89 } catch (RemoteException e) { in onDreamingStarted()
98 } catch (RemoteException e) { in onDreamingStopped()
107 } catch (RemoteException e) { in onStartedGoingToSleep()
116 } catch (RemoteException e) { in onFinishedGoingToSleep()
125 } catch (RemoteException e) { in onStartedWakingUp()
[all …]
/frameworks/base/core/java/android/app/backup/
DBackupTransport.java24 import android.os.RemoteException;
575 public String name() throws RemoteException { in name()
580 public Intent configurationIntent() throws RemoteException { in configurationIntent()
585 public String currentDestinationString() throws RemoteException { in currentDestinationString()
600 public String transportDirName() throws RemoteException { in transportDirName()
605 public long requestBackupTime() throws RemoteException { in requestBackupTime()
610 public int initializeDevice() throws RemoteException { in initializeDevice()
616 throws RemoteException { in performBackup()
621 public int clearBackupData(PackageInfo packageInfo) throws RemoteException { in clearBackupData()
626 public int finishBackup() throws RemoteException { in finishBackup()
[all …]
/frameworks/base/services/core/java/com/android/server/location/
DFusedLocationHardwareSecure.java23 import android.os.RemoteException;
52 public void registerSink(IFusedLocationHardwareSink eventSink) throws RemoteException { in registerSink()
58 public void unregisterSink(IFusedLocationHardwareSink eventSink) throws RemoteException { in unregisterSink()
64 public int getSupportedBatchSize() throws RemoteException { in getSupportedBatchSize()
70 public void startBatching(int id, FusedBatchOptions batchOptions) throws RemoteException { in startBatching()
76 public void stopBatching(int id) throws RemoteException { in stopBatching()
85 ) throws RemoteException { in updateBatchingOptions()
91 public void requestBatchOfLocations(int batchSizeRequested) throws RemoteException { in requestBatchOfLocations()
97 public boolean supportsDiagnosticDataInjection() throws RemoteException { in supportsDiagnosticDataInjection()
103 public void injectDiagnosticData(String data) throws RemoteException { in injectDiagnosticData()
[all …]
/frameworks/base/core/java/android/content/pm/
DShortcutManager.java30 import android.os.RemoteException;
624 } catch (RemoteException e) { in setDynamicShortcuts()
643 } catch (RemoteException e) { in getDynamicShortcuts()
662 } catch (RemoteException e) { in getManifestShortcuts()
684 } catch (RemoteException e) { in addDynamicShortcuts()
698 } catch (RemoteException e) { in removeDynamicShortcuts()
711 } catch (RemoteException e) { in removeAllDynamicShortcuts()
730 } catch (RemoteException e) { in getPinnedShortcuts()
751 } catch (RemoteException e) { in updateShortcuts()
769 } catch (RemoteException e) { in disableShortcuts()
[all …]
/frameworks/base/core/java/android/content/
DIContentProvider.java28 import android.os.RemoteException;
40 throws RemoteException; in query()
41 public String getType(Uri url) throws RemoteException; in getType()
43 throws RemoteException; in insert()
45 throws RemoteException; in bulkInsert()
47 throws RemoteException; in delete()
49 String[] selectionArgs) throws RemoteException; in update()
53 throws RemoteException, FileNotFoundException; in openFile()
56 throws RemoteException, FileNotFoundException; in openAssetFile()
59 throws RemoteException, OperationApplicationException; in applyBatch()
[all …]

12345678910>>...40