Home
last modified time | relevance | path

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

12345678910>>...75

/aosp14/frameworks/base/core/java/android/app/
H A DActivityClient.java29 import android.os.RemoteException;
48 } catch (RemoteException e) { in activityIdle()
57 } catch (RemoteException e) { in activityResumed()
66 } catch (RemoteException e) { in activityRefreshed()
78 } catch (RemoteException e) { in activityTopResumedStateLost()
87 } catch (RemoteException e) { in activityPaused()
98 } catch (RemoteException e) { in activityStopped()
107 } catch (RemoteException e) { in activityDestroyed()
116 } catch (RemoteException e) { in activityLocalRelaunch()
125 } catch (RemoteException e) { in activityRelaunched()
[all …]
H A DTaskStackListener.java23 import android.os.RemoteException;
54 throws RemoteException { in onActivityPinned()
71 throws RemoteException { in onActivityForcedResizable()
111 throws RemoteException { in onTaskMovedToFront()
125 throws RemoteException { in onTaskRemovalStarted()
138 throws RemoteException { in onTaskDescriptionChanged()
147 throws RemoteException { in onTaskDescriptionChanged()
153 throws RemoteException { in onActivityRequestedOrientationChanged()
158 throws RemoteException { in onTaskProfileLocked()
168 throws RemoteException { in onTaskProfileLocked()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/recoverysystem/hal/
H A DBootControlHIDL.java22 import android.os.RemoteException;
35 } catch (RemoteException e) { in isServicePresent()
44 } catch (RemoteException e) { in isV1_2ServicePresent()
84 public int getActiveBootSlot() throws RemoteException { in getActiveBootSlot()
92 public int getCurrentSlot() throws RemoteException { in getCurrentSlot()
97 public int getNumberSlots() throws RemoteException { in getNumberSlots()
118 throw new RemoteException( in isSlotBootable()
128 throw new RemoteException( in isSlotMarkedSuccessful()
135 public void markBootSuccessful() throws RemoteException { in markBootSuccessful()
154 throw new RemoteException( in setSlotAsUnbootable()
[all …]
/aosp14/frameworks/base/telecomm/java/android/telecom/
H A DInCallAdapter.java25 import android.os.RemoteException;
65 } catch (RemoteException e) { in answerCall()
78 } catch (RemoteException e) { in deflectCall()
92 } catch (RemoteException e) { in rejectCall()
105 } catch (RemoteException e) { in rejectCall()
121 } catch (RemoteException e) { in transferCall()
134 } catch (RemoteException e) { in transferCall()
146 } catch (RemoteException e) { in disconnectCall()
158 } catch (RemoteException e) { in holdCall()
170 } catch (RemoteException e) { in unholdCall()
[all …]
H A DConnectionServiceAdapter.java27 import android.os.RemoteException;
67 } catch (RemoteException e) { in addAdapter()
105 } catch (RemoteException e) { in handleCreateConnectionComplete()
118 } catch (RemoteException e) { in handleCreateConferenceComplete()
133 } catch (RemoteException e) { in setActive()
147 } catch (RemoteException e) { in setRinging()
161 } catch (RemoteException e) { in setDialing()
176 } catch (RemoteException e) { in setPulling()
192 } catch (RemoteException e) { in setDisconnected()
206 } catch (RemoteException e) { in setOnHold()
[all …]
/aosp14/frameworks/base/telephony/java/android/telephony/ims/
H A DImsCallSessionListener.java23 import android.os.RemoteException;
77 } catch (RemoteException e) { in callSessionInitiating()
91 } catch (RemoteException e) { in callSessionInitiatingFailed()
105 } catch (RemoteException e) { in callSessionProgressing()
119 } catch (RemoteException e) { in callSessionInitiated()
138 } catch (RemoteException e) { in callSessionInitiatedFailed()
151 } catch (RemoteException e) { in callSessionTerminated()
168 } catch (RemoteException e) { in callSessionHeld()
181 } catch (RemoteException e) { in callSessionHoldFailed()
194 } catch (RemoteException e) { in callSessionHoldReceived()
[all …]
/aosp14/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
H A DImsCallSessionImplBase.java24 import android.os.RemoteException;
59 throws RemoteException { in setListener()
457 throws RemoteException { in callSessionStarted()
463 throws RemoteException { in callSessionStartFailed()
469 throws RemoteException { in callSessionTerminated()
475 throws RemoteException { in callSessionHeld()
481 throws RemoteException { in callSessionHoldFailed()
487 throws RemoteException { in callSessionHoldReceived()
493 throws RemoteException { in callSessionResumed()
499 throws RemoteException { in callSessionResumeFailed()
[all …]
H A DImsConfigImplBase.java23 import android.os.RemoteException;
75 public int getProvisionedValue(int item) throws RemoteException { in getProvisionedValue()
126 throws RemoteException { in getFeatureValue()
140 throws RemoteException { in setFeatureValue()
147 public boolean getVolteProvisioned() throws RemoteException { in getVolteProvisioned()
305 throws RemoteException { in setProvisionedStringValue()
320 throws RemoteException { in getFeatureValue()
329 throws RemoteException { in setFeatureValue()
337 public boolean getVolteProvisioned() throws RemoteException { in getVolteProvisioned()
354 throws RemoteException { in setVideoQuality()
[all …]
/aosp14/frameworks/base/telephony/java/android/telephony/ims/stub/
H A DImsConfigImplBase.java24 import android.os.RemoteException;
110 } catch (RemoteException e) { in addImsConfigCallback()
127 } catch (RemoteException e) { in removeImsConfigCallback()
246 } catch (RemoteException e) { in setConfigInt()
273 throws RemoteException { in setConfigString()
287 } catch (RemoteException e) { in setConfigString()
329 throws RemoteException { in notifyRcsAutoConfigurationReceived()
347 throws RemoteException { in notifyRcsAutoConfigurationRemoved()
647 } catch (RemoteException e) { in addRcsConfigCallback()
720 } catch (RemoteException e) { in notifyProvisionedValueChanged()
[all …]
/aosp14/frameworks/base/core/java/android/os/
H A DServiceManagerNative.java61 public IBinder getService(String name) throws RemoteException { in getService()
66 public IBinder checkService(String name) throws RemoteException { in checkService()
71 throws RemoteException { in addService()
80 throws RemoteException { in registerForNotifications()
85 throws RemoteException { in unregisterForNotifications()
86 throw new RemoteException(); in unregisterForNotifications()
89 public boolean isDeclared(String name) throws RemoteException { in isDeclared()
97 public String updatableViaApex(String name) throws RemoteException { in updatableViaApex()
110 throws RemoteException { in registerClientCallback()
111 throw new RemoteException(); in registerClientCallback()
[all …]
/aosp14/frameworks/base/core/java/android/hardware/face/
H A DFaceServiceReceiver.java19 import android.os.RemoteException;
27 public void onEnrollResult(Face face, int remaining) throws RemoteException { in onEnrollResult()
38 throws RemoteException { in onAuthenticationSucceeded()
44 throws RemoteException { in onFaceDetected()
49 public void onAuthenticationFailed() throws RemoteException { in onAuthenticationFailed()
54 public void onError(int error, int vendorCode) throws RemoteException { in onError()
59 public void onRemoved(Face face, int remaining) throws RemoteException { in onRemoved()
64 public void onFeatureSet(boolean success, int feature) throws RemoteException { in onFeatureSet()
70 throws RemoteException { in onFeatureGet()
76 throws RemoteException { in onChallengeGenerated()
[all …]
/aosp14/frameworks/base/media/tests/projection/src/android/media/projection/
H A DFakeIMediaProjection.java20 import android.os.RemoteException;
32 public void start(IMediaProjectionCallback callback) throws RemoteException { in start()
38 public void stop() throws RemoteException { in stop()
44 public boolean canProjectAudio() throws RemoteException { in canProjectAudio()
49 public boolean canProjectVideo() throws RemoteException { in canProjectVideo()
54 public boolean canProjectSecureVideo() throws RemoteException { in canProjectSecureVideo()
59 public int applyVirtualDisplayFlags(int flags) throws RemoteException { in applyVirtualDisplayFlags()
72 public IBinder getLaunchCookie() throws RemoteException { in getLaunchCookie()
77 public void setLaunchCookie(IBinder launchCookie) throws RemoteException { in setLaunchCookie()
82 public boolean isValid() throws RemoteException { in isValid()
[all …]
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/backup/transport/
H A DBackupTransportClientTest.java31 import android.os.RemoteException;
220 throws RemoteException {} in currentDestinationString()
222 throws RemoteException {} in dataManagementIntent()
224 throws RemoteException {} in dataManagementIntentLabel()
227 throws RemoteException {} in clearBackupData()
233 throws RemoteException {} in getAvailableRestoreSets()
236 throws RemoteException {} in startRestore()
238 throws RemoteException {} in nextRestorePackage()
240 throws RemoteException {} in getRestoreData()
246 throws RemoteException {} in checkFullBackupSize()
[all …]
/aosp14/frameworks/base/media/java/android/media/tv/tunerresourcemanager/
H A DTunerResourceManager.java31 import android.os.RemoteException;
138 } catch (RemoteException e) { in registerClientProfile()
152 } catch (RemoteException e) { in unregisterClientProfile()
178 } catch (RemoteException e) { in updateClientPriority()
193 } catch (RemoteException e) { in hasUnusedFrontend()
216 } catch (RemoteException e) { in isLowestPriority()
234 } catch (RemoteException e) { in storeResourceMap()
252 } catch (RemoteException e) { in clearResourceMap()
269 } catch (RemoteException e) { in restoreResourceMap()
286 } catch (RemoteException e) { in setFrontendInfoList()
[all …]
/aosp14/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprintServiceReceiver.java19 import android.os.RemoteException;
32 public void onAcquired(int acquiredInfo, int vendorCode) throws RemoteException { in onAcquired()
38 throws RemoteException { in onAuthenticationSucceeded()
44 throws RemoteException { in onFingerprintDetected()
49 public void onAuthenticationFailed() throws RemoteException { in onAuthenticationFailed()
54 public void onError(int error, int vendorCode) throws RemoteException { in onError()
59 public void onRemoved(Fingerprint fp, int remaining) throws RemoteException { in onRemoved()
65 throws RemoteException { in onChallengeGenerated()
70 public void onUdfpsPointerDown(int sensorId) throws RemoteException { in onUdfpsPointerDown()
75 public void onUdfpsPointerUp(int sensorId) throws RemoteException { in onUdfpsPointerUp()
[all …]
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTestIWindow.java22 import android.os.RemoteException;
50 throws RemoteException { in resized()
67 public void dispatchGetNewSurface() throws RemoteException { in dispatchGetNewSurface()
77 throws RemoteException { in dispatchWallpaperOffsets()
82 boolean sync) throws RemoteException { in dispatchWallpaperCommand()
101 public void dispatchWindowShown() throws RemoteException { in dispatchWindowShown()
106 throws RemoteException { in requestAppKeyboardShortcuts()
111 throws RemoteException { in requestScrollCapture()
116 } catch (RemoteException ex) { in requestScrollCapture()
123 throws RemoteException { in showInsets()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/policy/keyguard/
H A DKeyguardServiceWrapper.java24 import android.os.RemoteException;
55 } catch (RemoteException e) { in verifyUnlock()
64 } catch (RemoteException e) { in setOccluded()
73 } catch (RemoteException e) { in addStateMonitorCallback()
82 } catch (RemoteException e) { in dismiss()
91 } catch (RemoteException e) { in onDreamingStarted()
100 } catch (RemoteException e) { in onDreamingStopped()
109 } catch (RemoteException e) { in onStartedGoingToSleep()
119 } catch (RemoteException e) { in onFinishedGoingToSleep()
129 } catch (RemoteException e) { in onStartedWakingUp()
[all …]
/aosp14/frameworks/base/core/java/android/content/
H A DContentInterface.java27 import android.os.RemoteException;
45 throws RemoteException; in query()
47 public @Nullable String getType(@NonNull Uri uri) throws RemoteException; in getType()
50 throws RemoteException; in getStreamTypes()
52 public @Nullable Uri canonicalize(@NonNull Uri uri) throws RemoteException; in canonicalize()
54 public @Nullable Uri uncanonicalize(@NonNull Uri uri) throws RemoteException; in uncanonicalize()
60 throws RemoteException; in checkUriPermission()
63 @Nullable Bundle extras) throws RemoteException; in insert()
66 throws RemoteException; in bulkInsert()
71 throws RemoteException; in update()
[all …]
H A DIContentProvider.java34 import android.os.RemoteException;
47 throws RemoteException; in query()
52 Uri url) throws RemoteException; in getType()
62 default String getType(Uri url) throws RemoteException { in getType()
90 throws RemoteException { in insert()
101 throws RemoteException { in bulkInsert()
112 throws RemoteException { in delete()
117 throws RemoteException; in delete()
128 Bundle extras) throws RemoteException; in update()
161 throws RemoteException; in canonicalize()
[all …]
/aosp14/frameworks/base/telephony/java/android/telephony/mbms/vendor/
H A DMbmsDownloadServiceBase.java24 import android.os.RemoteException;
65 } catch (RemoteException e) { in onStatusUpdated()
87 } catch (RemoteException e) { in onProgressUpdated()
110 throws RemoteException { in initialize()
136 } catch (RemoteException e) { in initialize()
191 throws RemoteException { in requestUpdateFileServices()
343 throws RemoteException { in removeStatusListener()
456 throws RemoteException { in removeProgressListener()
492 throws RemoteException { in listPendingDownloads()
526 throws RemoteException { in requestDownloadState()
[all …]
H A DMbmsStreamingServiceBase.java24 import android.os.RemoteException;
57 throws RemoteException { in initialize()
83 } catch (RemoteException e) { in initialize()
92 } catch (RemoteException e) { in initialize()
101 } catch (RemoteException e) { in initialize()
183 } catch (RemoteException e) { in startStreaming()
193 } catch (RemoteException e) { in startStreaming()
202 } catch (RemoteException e) { in startStreaming()
211 } catch (RemoteException e) { in startStreaming()
250 throws RemoteException { in getPlaybackUri()
[all …]
/aosp14/frameworks/base/core/java/android/os/image/
H A DDynamicSystemManager.java27 import android.os.RemoteException;
133 } catch (RemoteException e) { in startInstallation()
157 } catch (RemoteException e) { in createPartition()
170 } catch (RemoteException e) { in closePartition()
182 } catch (RemoteException e) { in finishInstallation()
198 } catch (RemoteException e) { in getInstallationProgress()
215 } catch (RemoteException e) { in abort()
225 } catch (RemoteException e) { in isInUse()
235 } catch (RemoteException e) { in isInstalled()
245 } catch (RemoteException e) { in isEnabled()
[all …]
/aosp14/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyManager.java110 import android.os.RemoteException;
4142 } catch (RemoteException e) { in isSafeOperation()
5563 } catch (RemoteException e) { in getPasswordComplexity()
5605 } catch (RemoteException e) { in setRequiredPasswordComplexity()
5636 } catch (RemoteException e) { in getRequiredPasswordComplexity()
5669 } catch (RemoteException e) { in getAggregatedPasswordComplexityForUser()
6627 } catch (RemoteException e) { in sendLostModeLocationUpdate()
7493 } catch (RemoteException e) { in installKeyPair()
7532 } catch (RemoteException e) { in removeKeyPair()
7566 } catch (RemoteException e) { in hasKeyPair()
[all …]
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DIInputMethodManagerGlobalInvoker.java30 import android.os.RemoteException;
125 } catch (RemoteException e) { in startProtoDump()
144 } catch (RemoteException e) { in startImeTrace()
163 } catch (RemoteException e) { in stopImeTrace()
182 } catch (RemoteException e) { in isImeTraceEnabled()
199 } catch (RemoteException e) { in removeImeSurface()
213 } catch (RemoteException e) { in addClient()
228 } catch (RemoteException e) { in getCurrentInputMethodInfoAsUser()
244 } catch (RemoteException e) { in getInputMethodList()
259 } catch (RemoteException e) { in getEnabledInputMethodList()
[all …]
/aosp14/frameworks/base/media/java/android/media/
H A DMediaDescrambler.java26 import android.os.RemoteException;
57 throws RemoteException; in descramble()
63 void release() throws RemoteException; in release()
88 throws RemoteException { in descramble()
103 public void release() throws RemoteException { in release()
131 throws RemoteException { in descramble()
148 } catch (RemoteException e) { in descramble()
253 } catch (RemoteException e) { in requiresSecureDecoderComponent()
279 } catch (RemoteException e) { in setMediaCasSession()
374 } catch (RemoteException e) { in descramble()
[all …]

12345678910>>...75