/aosp12/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/ |
H A D | RemoteXmlPullParser.java | 27 import java.rmi.RemoteException; 35 boolean getFeature(String name) throws RemoteException; in getFeature() 46 String getInputEncoding() throws RemoteException; in getInputEncoding() 59 int getDepth() throws RemoteException; in getDepth() 63 int getLineNumber() throws RemoteException; in getLineNumber() 65 int getColumnNumber() throws RemoteException; in getColumnNumber() 69 String getText() throws RemoteException; in getText() 73 String getNamespace() throws RemoteException; in getNamespace() 75 String getName() throws RemoteException; in getName() 77 String getPrefix() throws RemoteException; in getPrefix() [all …]
|
H A D | RemoteRenderParams.java | 25 import java.rmi.RemoteException; 29 String getProjectKey() throws RemoteException; in getProjectKey() 33 int getMinSdkVersion() throws RemoteException; in getMinSdkVersion() 35 int getTargetSdkVersion() throws RemoteException; in getTargetSdkVersion() 43 RemoteLayoutLog getLog() throws RemoteException; in getLog() 47 long getTimeout() throws RemoteException; in getTimeout() 53 String getAppLabel() throws RemoteException; in getAppLabel() 55 String getLocale() throws RemoteException; in getLocale() 57 String getActivityName() throws RemoteException; in getActivityName() 59 boolean isForceNoDecor() throws RemoteException; in isForceNoDecor() [all …]
|
/aosp12/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/ |
H A D | RemoteXmlPullParserAdapter.java | 29 import java.rmi.RemoteException; 40 throws RemoteException { in create() 47 throws XmlPullParserException, RemoteException { in setFeature() 58 throws XmlPullParserException, RemoteException { in setProperty() 110 public int getDepth() throws RemoteException { in getDepth() 120 public int getLineNumber() throws RemoteException { in getLineNumber() 125 public int getColumnNumber() throws RemoteException { in getColumnNumber() 135 public String getText() throws RemoteException { in getText() 145 public String getNamespace() throws RemoteException { in getNamespace() 150 public String getName() throws RemoteException { in getName() [all …]
|
/aosp12/frameworks/base/services/backup/backuplib/java/com/android/server/backup/transport/ |
H A D | DelegatingTransport.java | 26 import android.os.RemoteException; 41 public String name() throws RemoteException { in name() 129 public String transportDirName() throws RemoteException { in transportDirName() 145 public long requestBackupTime() throws RemoteException { in requestBackupTime() 159 public int initializeDevice() throws RemoteException { in initializeDevice() 208 public int finishBackup() throws RemoteException { in finishBackup() 294 public void finishRestore() throws RemoteException { in finishRestore() 320 public void cancelFullBackup() throws RemoteException { in cancelFullBackup() 334 boolean isFullBackup) throws RemoteException { in isAppEligibleForBackup() 399 public int abortFullRestore() throws RemoteException { in abortFullRestore() [all …]
|
/aosp12/frameworks/base/telecomm/java/android/telecom/ |
H A D | InCallAdapter.java | 23 import android.os.RemoteException; 61 } catch (RemoteException e) { in answerCall() 74 } catch (RemoteException e) { in deflectCall() 88 } catch (RemoteException e) { in rejectCall() 101 } catch (RemoteException e) { in rejectCall() 117 } catch (RemoteException e) { in transferCall() 130 } catch (RemoteException e) { in transferCall() 142 } catch (RemoteException e) { in disconnectCall() 154 } catch (RemoteException e) { in holdCall() 166 } catch (RemoteException e) { in unholdCall() [all …]
|
H A D | ConnectionServiceAdapter.java | 22 import android.os.RemoteException; 60 } catch (RemoteException e) { in addAdapter() 98 } catch (RemoteException e) { in handleCreateConnectionComplete() 111 } catch (RemoteException e) { in handleCreateConferenceComplete() 126 } catch (RemoteException e) { in setActive() 140 } catch (RemoteException e) { in setRinging() 154 } catch (RemoteException e) { in setDialing() 169 } catch (RemoteException e) { in setPulling() 185 } catch (RemoteException e) { in setDisconnected() 199 } catch (RemoteException e) { in setOnHold() [all …]
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | ActivityClient.java | 26 import android.os.RemoteException; 45 } catch (RemoteException e) { in activityIdle() 54 } catch (RemoteException e) { in activityResumed() 66 } catch (RemoteException e) { in activityTopResumedStateLost() 75 } catch (RemoteException e) { in activityPaused() 86 } catch (RemoteException e) { in activityStopped() 95 } catch (RemoteException e) { in activityDestroyed() 104 } catch (RemoteException e) { in activityRelaunched() 112 } catch (RemoteException e) { in reportSizeConfigurations() 120 } catch (RemoteException e) { in moveActivityTaskToBack() [all …]
|
H A D | TaskStackListener.java | 24 import android.os.RemoteException; 41 public void onTaskStackChanged() throws RemoteException { in onTaskStackChanged() 47 throws RemoteException { in onActivityPinned() 52 public void onActivityUnpinned() throws RemoteException { in onActivityUnpinned() 64 throws RemoteException { in onActivityForcedResizable() 104 throws RemoteException { in onTaskMovedToFront() 118 throws RemoteException { in onTaskRemovalStarted() 131 throws RemoteException { in onTaskDescriptionChanged() 140 throws RemoteException { in onTaskDescriptionChanged() 146 throws RemoteException { in onActivityRequestedOrientationChanged() [all …]
|
/aosp12/frameworks/base/telephony/java/android/telephony/ims/ |
H A D | ImsCallSessionListener.java | 22 import android.os.RemoteException; 71 } catch (RemoteException e) { in callSessionInitiating() 85 } catch (RemoteException e) { in callSessionInitiatingFailed() 99 } catch (RemoteException e) { in callSessionProgressing() 113 } catch (RemoteException e) { in callSessionInitiated() 132 } catch (RemoteException e) { in callSessionInitiatedFailed() 145 } catch (RemoteException e) { in callSessionTerminated() 162 } catch (RemoteException e) { in callSessionHeld() 175 } catch (RemoteException e) { in callSessionHoldFailed() 188 } catch (RemoteException e) { in callSessionHoldReceived() [all …]
|
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
H A D | BridgePowerManager.java | 26 import android.os.RemoteException; 35 public boolean isInteractive() throws RemoteException { in isInteractive() 40 public boolean isPowerSaveMode() throws RemoteException { in isPowerSaveMode() 61 throws RemoteException { in setDynamicPowerSaveHint() 67 throws RemoteException { in setAdaptivePowerSavePolicy() 110 throws RemoteException { in acquireWakeLock() 123 throws RemoteException { in acquireWakeLockWithUid() 143 public void crash(String arg0) throws RemoteException { in crash() 153 public void nap(long arg0) throws RemoteException { in nap() 220 throws RemoteException { in userActivity() [all …]
|
H A D | BridgeContentProvider.java | 36 import android.os.RemoteException; 57 ContentValues[] arg1) throws RemoteException { in bulkInsert() 71 throws RemoteException { in delete() 90 } catch (RemoteException e) { in getTypeAsync() 98 Bundle arg2) throws RemoteException { in insert() 128 Bundle arg2) throws RemoteException { in update() 162 throws RemoteException { in canonicalize() 176 } catch (RemoteException e) { in canonicalizeAsync() 184 throws RemoteException { in uncanonicalize() 198 } catch (RemoteException e) { in uncanonicalizeAsync() [all …]
|
/aosp12/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/ |
H A D | RemoteXmlPullParserAdapter.java | 29 import java.rmi.RemoteException; 42 } catch (RemoteException e) { in setFeature() 51 } catch (RemoteException e) { in getFeature() 60 } catch (RemoteException e) { in setProperty() 69 } catch (RemoteException e) { in getProperty() 78 } catch (RemoteException e) { in setInput() 88 } catch (RemoteException e) { in setInput() 97 } catch (RemoteException e) { in getInputEncoding() 107 } catch (RemoteException e) { in defineEntityReplacementText() 116 } catch (RemoteException e) { in getNamespaceCount() [all …]
|
/aosp12/frameworks/base/telephony/java/android/telephony/ims/compat/stub/ |
H A D | ImsCallSessionImplBase.java | 24 import android.os.RemoteException; 59 throws RemoteException { in setListener() 442 throws RemoteException { in callSessionStarted() 448 throws RemoteException { in callSessionStartFailed() 454 throws RemoteException { in callSessionTerminated() 460 throws RemoteException { in callSessionHeld() 466 throws RemoteException { in callSessionHoldFailed() 472 throws RemoteException { in callSessionHoldReceived() 478 throws RemoteException { in callSessionResumed() 484 throws RemoteException { in callSessionResumeFailed() [all …]
|
/aosp12/system/tools/aidl/tests/java/src/android/aidl/service/ |
H A D | TestServiceServer.java | 43 import android.os.RemoteException; 106 throw new RemoteException(); in TestOneway() 278 throws RemoteException { in ReverseStringList() 288 throws RemoteException { in RepeatParcelFileDescriptor() 337 throws RemoteException { in RepeatNullableParcelable() 367 throws RemoteException { in ReverseNullableUtf8CppString() 380 throws RemoteException { in ReverseUtf8CppStringList() 453 throws RemoteException { in RepeatSimpleParcelable() 462 throws RemoteException { in RepeatGenericParcelable() 469 throws RemoteException { in RepeatPersistableBundle() [all …]
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/ |
H A D | MmTelInterfaceAdapter.java | 22 import android.os.RemoteException; 49 throws RemoteException { in startSession() 61 public boolean isOpened() throws RemoteException { in isOpened() 65 public int getFeatureState() throws RemoteException { in getFeatureState() 74 throws RemoteException { in removeRegistrationListener() 79 throws RemoteException { in createCallProfile() 84 throws RemoteException { in createCallSession() 89 throws RemoteException { in getPendingCallSession() 93 public IImsUt getUtInterface() throws RemoteException { in getUtInterface() 101 public void turnOnIms() throws RemoteException { in turnOnIms() [all …]
|
H A D | MmTelFeatureCompatAdapter.java | 26 import android.os.RemoteException; 101 throws RemoteException { in onGetFeatureResponse() 311 } catch (RemoteException e) { in queryCapabilityConfiguration() 389 } catch (RemoteException e) { in createCallProfile() 396 throws RemoteException { in createCallSessionInterface() 419 } catch (RemoteException e) { in getFeatureState() 428 } catch (RemoteException e) { in setUiTtyMode() 444 } catch (RemoteException e) { in onFeatureRemoved() 461 } catch (RemoteException e) { in onFeatureReady() 477 } catch (RemoteException e) { in getOldConfigInterface() [all …]
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | TestIWindow.java | 22 import android.os.RemoteException; 42 ParcelFileDescriptor descriptor) throws RemoteException { in executeCommand() 48 int displayId) throws RemoteException { in resized() 65 public void moved(int newX, int newY) throws RemoteException { in moved() 73 public void dispatchGetNewSurface() throws RemoteException { in dispatchGetNewSurface() 87 throws RemoteException { in dispatchWallpaperOffsets() 92 boolean sync) throws RemoteException { in dispatchWallpaperCommand() 111 public void dispatchWindowShown() throws RemoteException { in dispatchWindowShown() 116 throws RemoteException { in requestAppKeyboardShortcuts() 121 throws RemoteException { in requestScrollCapture() [all …]
|
/aosp12/frameworks/base/core/java/android/app/admin/ |
H A D | DevicePolicyManager.java | 67 import android.os.RemoteException; 185 } catch (RemoteException e) { in finalizeWorkProfileProvisioning() 3123 } catch (RemoteException e) { in isSafeOperation() 4520 } catch (RemoteException e) { in getPasswordComplexity() 4560 } catch (RemoteException e) { in setRequiredPasswordComplexity() 4589 } catch (RemoteException e) { in getRequiredPasswordComplexity() 4622 } catch (RemoteException e) { in getAggregatedPasswordComplexityForUser() 6272 } catch (RemoteException e) { in installKeyPair() 6310 } catch (RemoteException e) { in removeKeyPair() 6340 } catch (RemoteException e) { in hasKeyPair() [all …]
|
/aosp12/frameworks/base/core/java/android/os/ |
H A D | ServiceManagerNative.java | 61 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() 81 throw new RemoteException(); in registerForNotifications() 85 throws RemoteException { in unregisterForNotifications() 86 throw new RemoteException(); in unregisterForNotifications() 89 public boolean isDeclared(String name) throws RemoteException { in isDeclared() 102 throws RemoteException { in registerClientCallback() 103 throw new RemoteException(); in registerClientCallback() [all …]
|
/aosp12/frameworks/base/telephony/java/android/telephony/ims/stub/ |
H A D | ImsConfigImplBase.java | 24 import android.os.RemoteException; 182 throws RemoteException { in setConfigString() 208 throws RemoteException { in notifyRcsAutoConfigurationReceived() 214 throws RemoteException { in notifyRcsAutoConfigurationRemoved() 227 throws RemoteException { in updateCachedValue() 346 } catch (RemoteException e) { in notifyConfigChanged() 360 } catch (RemoteException e) { in notifyConfigChanged() 371 } catch (RemoteException e) { in addRcsConfigCallback() 432 } catch (RemoteException e) { in notifyProvisionedValueChanged() 448 } catch (RemoteException e) { in notifyProvisionedValueChanged() [all …]
|
/aosp12/frameworks/base/core/java/android/hardware/face/ |
H A D | FaceServiceReceiver.java | 19 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 …]
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/ |
H A D | EuiccCardController.java | 29 import android.os.RemoteException; 228 } catch (RemoteException re) { in getAllProfiles() 277 } catch (RemoteException re) { in getProfile() 325 } catch (RemoteException re) { in disableProfile() 373 } catch (RemoteException re) { in switchToProfile() 439 } catch (RemoteException re) { in setNickname() 487 } catch (RemoteException re) { in deleteProfile() 539 } catch (RemoteException re) { in resetMemory() 591 } catch (RemoteException re) { in getDefaultSmdpAddress() 639 } catch (RemoteException re) { in getSmdsAddress() [all …]
|
/aosp12/frameworks/base/core/java/android/content/ |
H A D | IContentProvider.java | 33 import android.os.RemoteException; 46 throws RemoteException; in query() 47 String getType(Uri url) throws RemoteException; in getType() 61 throws RemoteException { in insert() 72 throws RemoteException { in bulkInsert() 83 throws RemoteException { in delete() 88 throws RemoteException; in delete() 99 Bundle extras) throws RemoteException; in update() 103 throws RemoteException, FileNotFoundException; in openFile() 132 throws RemoteException; in canonicalize() [all …]
|
/aosp12/frameworks/opt/car/services/tests/src/com/android/internal/car/ |
H A D | CarServiceProxyTest.java | 30 import android.os.RemoteException; 68 public void testInitBootUser_CarServiceNotNull() throws RemoteException { in testInitBootUser_CarServiceNotNull() 77 public void testInitBootUser_CarServiceNull() throws RemoteException { in testInitBootUser_CarServiceNull() 100 public void testHandleCarServiceConnection() throws RemoteException { in testHandleCarServiceConnection() 129 public void testOnUserRemoved_CarServiceNull() throws RemoteException { in testOnUserRemoved_CarServiceNull() 147 public void testOnFactoryReset_CarServiceNull() throws RemoteException { in testOnFactoryReset_CarServiceNull() 186 private void verifyInitBootUserCalled() throws RemoteException { in verifyInitBootUserCalled() 190 private void verifyInitBootUserNeverCalled() throws RemoteException { in verifyInitBootUserNeverCalled() 203 private void verifyOnUserRemovedCalled() throws RemoteException { in verifyOnUserRemovedCalled() 209 private void verifyOnUserRemovedNeverCalled() throws RemoteException { in verifyOnUserRemovedNeverCalled() [all …]
|
/aosp12/frameworks/base/telephony/java/android/telephony/mbms/vendor/ |
H A D | MbmsDownloadServiceBase.java | 24 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 …]
|