Home
last modified time | relevance | path

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

12345678910>>...56

/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
DRemoteXmlPullParser.java27 import java.rmi.RemoteException;
33 void setFeature(String name, boolean state) throws XmlPullParserException, RemoteException; in setFeature()
35 boolean getFeature(String name) throws RemoteException; in getFeature()
37 void setProperty(String name, Object value) throws XmlPullParserException, RemoteException; in setProperty()
39 Object getProperty(String name) throws RemoteException; in getProperty()
41 void setInput(Reader in) throws XmlPullParserException, RemoteException; in setInput()
44 throws XmlPullParserException, RemoteException; in setInput()
46 String getInputEncoding() throws RemoteException; in getInputEncoding()
49 throws XmlPullParserException, RemoteException; in defineEntityReplacementText()
51 int getNamespaceCount(int depth) throws XmlPullParserException, RemoteException; in getNamespaceCount()
[all …]
DRemoteRenderParams.java25 import java.rmi.RemoteException;
29 String getProjectKey() throws RemoteException; in getProjectKey()
31 RemoteHardwareConfig getRemoteHardwareConfig() throws RemoteException; in getRemoteHardwareConfig()
33 int getMinSdkVersion() throws RemoteException; in getMinSdkVersion()
35 int getTargetSdkVersion() throws RemoteException; in getTargetSdkVersion()
37 RemoteRenderResources getRemoteResources() throws RemoteException; in getRemoteResources()
39 RemoteAssetRepository getAssets() throws RemoteException; in getAssets()
41 RemoteLayoutlibCallback getRemoteLayoutlibCallback() throws RemoteException; in getRemoteLayoutlibCallback()
43 RemoteLayoutLog getLog() throws RemoteException; in getLog()
45 boolean isBgColorOverridden() throws RemoteException; in isBgColorOverridden()
[all …]
DRemoteLayoutlibCallback.java30 import java.rmi.RemoteException;
36 boolean supports(int ideFeature) throws RemoteException; in supports()
41 String getNamespace() throws RemoteException; in getNamespace()
43 ResourceReference resolveResourceId(int id) throws RemoteException; in resolveResourceId()
45 int getOrGenerateResourceId(ResourceReference resource) throws RemoteException; in getOrGenerateResourceId()
47 RemoteILayoutPullParser getParser(ResourceValue layoutResource) throws RemoteException; in getParser()
52 ViewAttribute viewAttribute, Object defaultValue) throws RemoteException; in getAdapterItemValue()
55 Object viewObject) throws RemoteException; in getAdapterBinding()
57 RemoteActionBarCallback getActionBarCallback() throws RemoteException; in getActionBarCallback()
59 <T> T getFlag(Key<T> key) throws RemoteException; in getFlag()
[all …]
DRemoteRenderResources.java27 import java.rmi.RemoteException;
34 RemoteResourceValue<StyleResourceValue> getDefaultTheme() throws RemoteException; in getDefaultTheme()
36 …yStyle(RemoteResourceValue<StyleResourceValue> theme, boolean useAsPrimary) throws RemoteException; in applyStyle()
38 void clearStyles() throws RemoteException; in clearStyles()
40 List<RemoteResourceValue<StyleResourceValue>> getAllThemes() throws RemoteException; in getAllThemes()
43 …ue<ResourceValue> getResolvedResource(@NotNull ResourceReference reference) throws RemoteException; in getResolvedResource()
45 … RemoteResourceValue<ResourceValue> findItemInTheme(ResourceReference attr) throws RemoteException; in findItemInTheme()
49 throws RemoteException; in findItemInStyle()
51 …Value<ResourceValue> resolveValue(RemoteResourceValue<ResourceValue> value) throws RemoteException; in resolveValue()
53 …tyleResourceValue> getParent(RemoteResourceValue<StyleResourceValue> style) throws RemoteException; in getParent()
[all …]
/frameworks/base/core/java/android/app/
DTaskStackListener.java24 import android.os.RemoteException;
40 public void onTaskStackChanged() throws RemoteException { in onTaskStackChanged()
46 throws RemoteException { in onActivityPinned()
51 public void onActivityUnpinned() throws RemoteException { in onActivityUnpinned()
56 public void onPinnedActivityRestartAttempt(boolean clearedTask) throws RemoteException { in onPinnedActivityRestartAttempt()
61 public void onPinnedStackAnimationStarted() throws RemoteException { in onPinnedStackAnimationStarted()
66 public void onPinnedStackAnimationEnded() throws RemoteException { in onPinnedStackAnimationEnded()
72 throws RemoteException { in onActivityForcedResizable()
77 public void onActivityDismissingDockedStack() throws RemoteException { in onActivityDismissingDockedStack()
82 int requestedDisplayId) throws RemoteException { in onActivityLaunchOnSecondaryDisplayFailed()
[all …]
/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
DRemoteXmlPullParserAdapter.java29 import java.rmi.RemoteException;
40 throws RemoteException { in create()
47 throws XmlPullParserException, RemoteException { in setFeature()
52 public boolean getFeature(String name) throws RemoteException { in getFeature()
58 throws XmlPullParserException, RemoteException { in setProperty()
63 public Object getProperty(String name) throws RemoteException { in getProperty()
68 public void setInput(Reader in) throws XmlPullParserException, RemoteException { in setInput()
74 throws XmlPullParserException, RemoteException { in setInput()
79 public String getInputEncoding() throws RemoteException { in getInputEncoding()
90 public int getNamespaceCount(int depth) throws XmlPullParserException, RemoteException { in getNamespaceCount()
[all …]
/frameworks/base/telecomm/java/android/telecom/
DInCallAdapter.java23 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 …]
DConnectionServiceAdapter.java22 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 …]
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgePowerManager.java25 import android.os.RemoteException;
34 public boolean isInteractive() throws RemoteException { in isInteractive()
39 public boolean isPowerSaveMode() throws RemoteException { in isPowerSaveMode()
44 public boolean setPowerSaveModeEnabled(boolean mode) throws RemoteException { in setPowerSaveModeEnabled()
50 throws RemoteException { in setDynamicPowerSaveHint()
56 throws RemoteException { in setAdaptivePowerSavePolicy()
61 public boolean setAdaptivePowerSaveEnabled(boolean enabled) throws RemoteException { in setAdaptivePowerSaveEnabled()
82 throws RemoteException { in acquireWakeLock()
88 throws RemoteException { in acquireWakeLockWithUid()
98 public void crash(String arg0) throws RemoteException { in crash()
[all …]
/frameworks/base/telephony/java/android/telephony/ims/
DImsCallSessionListener.java23 import android.os.RemoteException;
60 } catch (RemoteException e) { in callSessionProgressing()
73 } catch (RemoteException e) { in callSessionInitiated()
87 } catch (RemoteException e) { in callSessionInitiatedFailed()
100 } catch (RemoteException e) { in callSessionTerminated()
117 } catch (RemoteException e) { in callSessionHeld()
130 } catch (RemoteException e) { in callSessionHoldFailed()
143 } catch (RemoteException e) { in callSessionHoldReceived()
157 } catch (RemoteException e) { in callSessionResumed()
171 } catch (RemoteException e) { in callSessionResumeFailed()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DMmTelInterfaceAdapter.java22 import android.os.RemoteException;
49 throws RemoteException { in startSession()
53 public void endSession(int sessionId) throws RemoteException { in endSession()
57 public boolean isConnected(int callSessionType, int callType) throws RemoteException { in isConnected()
61 public boolean isOpened() throws RemoteException { in isOpened()
65 public int getFeatureState() throws RemoteException { in getFeatureState()
69 public void addRegistrationListener(IImsRegistrationListener listener) throws RemoteException { in addRegistrationListener()
74 throws RemoteException { in removeRegistrationListener()
79 throws RemoteException { in createCallProfile()
84 throws RemoteException { in createCallSession()
[all …]
DMmTelFeatureCompatAdapter.java26 import android.os.RemoteException;
97 throws RemoteException { in onGetFeatureResponse()
109 throws RemoteException { in onSetFeatureResponse()
120 public void onGetVideoQuality(int status, int quality) throws RemoteException { in onGetVideoQuality()
124 public void onSetVideoQuality(int status) throws RemoteException { in onSetVideoQuality()
137 public void registrationConnected() throws RemoteException {
142 public void registrationProgressing() throws RemoteException {
147 public void registrationConnectedWithRadioTech(int imsRadioTech) throws RemoteException {
152 public void registrationProgressingWithRadioTech(int imsRadioTech) throws RemoteException {
157 public void registrationDisconnected(ImsReasonInfo imsReasonInfo) throws RemoteException {
[all …]
/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/
DRemoteXmlPullParserAdapter.java29 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 …]
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTestIWindow.java23 import android.os.RemoteException;
36 ParcelFileDescriptor descriptor) throws RemoteException { in executeCommand()
43 DisplayCutout.ParcelableWrapper displayCutout) throws RemoteException { in resized()
47 public void locationInParentDisplayChanged(Point offset) throws RemoteException { in locationInParentDisplayChanged()
51 public void insetsChanged(InsetsState insetsState) throws RemoteException { in insetsChanged()
56 throws RemoteException { in insetsControlChanged()
60 public void moved(int newX, int newY) throws RemoteException { in moved()
64 public void dispatchAppVisibility(boolean visible) throws RemoteException { in dispatchAppVisibility()
68 public void dispatchGetNewSurface() throws RemoteException { in dispatchGetNewSurface()
72 public void windowFocusChanged(boolean hasFocus, boolean inTouchMode) throws RemoteException { in windowFocusChanged()
[all …]
/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
DImsCallSessionImplBase.java23 import android.os.RemoteException;
55 throws RemoteException { in setListener()
423 ImsStreamMediaProfile imsStreamMediaProfile) throws RemoteException { in callSessionProgressing()
429 throws RemoteException { in callSessionStarted()
435 throws RemoteException { in callSessionStartFailed()
441 throws RemoteException { in callSessionTerminated()
447 throws RemoteException { in callSessionHeld()
453 throws RemoteException { in callSessionHoldFailed()
459 throws RemoteException { in callSessionHoldReceived()
465 throws RemoteException { in callSessionResumed()
[all …]
/frameworks/base/core/java/android/os/
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()
75 public String[] listServices(int dumpPriority) throws RemoteException { in listServices()
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()
90 throw new RemoteException(); in isDeclared()
[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/admin/
DDevicePolicyManager.java66 import android.os.RemoteException;
2343 } catch (RemoteException e) { in isAdminActiveAsUser()
2359 } catch (RemoteException e) { in isRemovingAdmin()
2385 } catch (RemoteException e) { in getActiveAdminsAsUser()
2413 } catch (RemoteException e) { in packageHasActiveAdmins()
2437 } catch (RemoteException e) { in removeActiveAdmin()
2458 } catch (RemoteException e) { in hasGrantedPolicy()
2474 } catch (RemoteException e) { in isSeparateProfileChallengeAllowed()
2625 } catch (RemoteException e) { in setPasswordQuality()
2656 } catch (RemoteException e) { in getPasswordQuality()
[all …]
/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsUtImplBase.java25 import android.os.RemoteException;
112 public void close() throws RemoteException {
117 public int queryCallBarring(int cbType) throws RemoteException {
122 public int queryCallForward(int condition, String number) throws RemoteException {
127 public int queryCallWaiting() throws RemoteException {
132 public int queryCLIR() throws RemoteException {
137 public int queryCLIP() throws RemoteException {
142 public int queryCOLR() throws RemoteException {
147 public int queryCOLP() throws RemoteException {
152 public int transact(Bundle ssInfo) throws RemoteException {
[all …]
/frameworks/base/core/tests/coretests/src/android/app/servertransaction/
DTransactionParcelTests.java52 import android.os.RemoteException;
394 public void scheduleTransaction(ClientTransaction transaction) throws RemoteException { in scheduleTransaction()
400 int i1, int i2) throws RemoteException { in scheduleReceiver()
405 CompatibilityInfo compatibilityInfo, int i) throws RemoteException { in scheduleCreateService()
409 public void scheduleStopService(IBinder iBinder) throws RemoteException { in scheduleStopService()
420 throws RemoteException { in bindApplication()
424 public void scheduleExit() throws RemoteException { in scheduleExit()
429 throws RemoteException { in scheduleServiceArgs()
433 public void updateTimeZone() throws RemoteException { in updateTimeZone()
437 public void processInBackground() throws RemoteException { in processInBackground()
[all …]
/frameworks/base/core/java/android/telephony/
DTelephonyRegistryManager.java23 import android.os.RemoteException;
118 } catch (RemoteException ex) { in addOnSubscriptionsChangedListener()
139 } catch (RemoteException ex) { in removeOnSubscriptionsChangedListener()
177 } catch (RemoteException ex) { in addOnOpportunisticSubscriptionsChangedListener()
196 } catch (RemoteException ex) { in removeOnOpportunisticSubscriptionsChangedListener()
219 } catch (RemoteException ex) { in notifyCarrierNetworkChange()
237 } catch (RemoteException ex) { in notifyCallStateChanged()
254 } catch (RemoteException ex) { in notifyCallStateChangedForAllSubscriptions()
270 } catch (RemoteException ex) { in notifyServiceStateChanged()
287 } catch (RemoteException ex) { in notifySignalStrengthChanged()
[all …]
/frameworks/base/core/java/android/content/
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()
57 @Nullable CancellationSignal cancellationSignal) throws RemoteException; in refresh()
60 throws RemoteException; in insert()
63 throws RemoteException; in bulkInsert()
66 @Nullable String[] selectionArgs) throws RemoteException; in delete()
[all …]
DIContentProvider.java30 import android.os.RemoteException;
42 throws RemoteException; in query()
43 public String getType(Uri url) throws RemoteException; in getType()
46 throws RemoteException; in insert()
49 throws RemoteException; in bulkInsert()
52 throws RemoteException; in delete()
55 String[] selectionArgs) throws RemoteException; in update()
59 throws RemoteException, FileNotFoundException; in openFile()
62 throws RemoteException, FileNotFoundException; in openAssetFile()
67 throws RemoteException, OperationApplicationException { in applyBatch()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccCardController.java29 import android.os.RemoteException;
225 } catch (RemoteException re) { in getAllProfiles()
235 } catch (RemoteException exception) { in getAllProfiles()
247 } catch (RemoteException exception) { in getAllProfiles()
257 } catch (RemoteException exception) { in getAllProfiles()
274 } catch (RemoteException re) { in getProfile()
284 } catch (RemoteException exception) { in getProfile()
295 } catch (RemoteException exception) { in getProfile()
305 } catch (RemoteException exception) { in getProfile()
322 } catch (RemoteException re) { in disableProfile()
[all …]
/frameworks/base/telephony/java/android/telephony/mbms/vendor/
DMbmsDownloadServiceBase.java25 import android.os.RemoteException;
67 } catch (RemoteException e) { in onStatusUpdated()
72 protected abstract void onRemoteException(RemoteException e); in onRemoteException()
89 } catch (RemoteException e) { in onProgressUpdated()
94 protected abstract void onRemoteException(RemoteException e); in onRemoteException()
112 throws RemoteException { in initialize()
122 final IMbmsDownloadSessionCallback callback) throws RemoteException { in initialize()
138 } catch (RemoteException e) { in initialize()
147 } catch (RemoteException e) { in initialize()
156 } catch (RemoteException e) { in initialize()
[all …]

12345678910>>...56