Home
last modified time | relevance | path

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

12345678910>>...26

/frameworks/base/tools/layoutlib/bridge/src/android/view/
DIWindowManagerImpl.java29 import android.os.RemoteException;
62 public int getRotation() throws RemoteException { in getRotation()
76 throws RemoteException { in addAppToken()
82 public void addWindowToken(IBinder arg0, int arg1) throws RemoteException { in addWindowToken()
88 public void clearForcedDisplaySize(int displayId) throws RemoteException { in clearForcedDisplaySize()
93 public void clearForcedDisplayDensity(int displayId) throws RemoteException { in clearForcedDisplayDensity()
99 throws RemoteException { in setOverscan()
104 public void closeSystemDialogs(String arg0) throws RemoteException { in closeSystemDialogs()
120 public void disableKeyguard(IBinder arg0, String arg1) throws RemoteException { in disableKeyguard()
126 public void executeAppTransition() throws RemoteException { in executeAppTransition()
[all …]
/frameworks/base/core/java/android/app/
DIActivityManager.java50 import android.os.RemoteException;
66 ProfilerInfo profilerInfo, Bundle options) throws RemoteException; in startActivity()
69 ProfilerInfo profilerInfo, Bundle options, int userId) throws RemoteException; in startActivityAsUser()
72 … int flags, ProfilerInfo profilerInfo, Bundle options, int userId) throws RemoteException; in startActivityAsCaller()
76 int userId) throws RemoteException; in startActivityAndWait()
80 Bundle options, int userId) throws RemoteException; in startActivityWithConfig()
84 int flagsMask, int flagsValues, Bundle options) throws RemoteException; in startActivityIntentSender()
88 int userId) throws RemoteException; in startVoiceActivity()
90 Intent intent, Bundle options) throws RemoteException; in startNextMatchingActivity()
91 public int startActivityFromRecents(int taskId, Bundle options) throws RemoteException; in startActivityFromRecents()
[all …]
DIApplicationThread.java33 import android.os.RemoteException;
53 int configChanges, boolean dontReport) throws RemoteException; in schedulePauseActivity()
55 int configChanges) throws RemoteException; in scheduleStopActivity()
56 void scheduleWindowVisibility(IBinder token, boolean showWindow) throws RemoteException; in scheduleWindowVisibility()
57 void scheduleSleeping(IBinder token, boolean sleeping) throws RemoteException; in scheduleSleeping()
59 throws RemoteException; in scheduleResumeActivity()
60 void scheduleSendResult(IBinder token, List<ResultInfo> results) throws RemoteException; in scheduleSendResult()
66 ProfilerInfo profilerInfo) throws RemoteException; in scheduleLaunchActivity()
69 boolean notResumed, Configuration config) throws RemoteException; in scheduleRelaunchActivity()
70 void scheduleNewIntent(List<ReferrerIntent> intent, IBinder token) throws RemoteException; in scheduleNewIntent()
[all …]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeIInputMethodManager.java25 import android.os.RemoteException;
42 throws RemoteException { in addClient()
48 public void finishInput(IInputMethodClient arg0) throws RemoteException { in finishInput()
54 public InputMethodSubtype getCurrentInputMethodSubtype() throws RemoteException { in getCurrentInputMethodSubtype()
60 public List<InputMethodInfo> getEnabledInputMethodList() throws RemoteException { in getEnabledInputMethodList()
67 boolean arg1) throws RemoteException { in getEnabledInputMethodSubtypeList()
73 public List<InputMethodInfo> getInputMethodList() throws RemoteException { in getInputMethodList()
79 public InputMethodSubtype getLastInputMethodSubtype() throws RemoteException { in getLastInputMethodSubtype()
85 public List getShortcutInputMethodsAndSubtypes() throws RemoteException { in getShortcutInputMethodsAndSubtypes()
91 public void hideMySoftInput(IBinder arg0, int arg1) throws RemoteException { in hideMySoftInput()
[all …]
DBridgePowerManager.java21 import android.os.RemoteException;
31 public boolean isInteractive() throws RemoteException { in isInteractive()
36 public boolean isPowerSaveMode() throws RemoteException { in isPowerSaveMode()
41 public boolean setPowerSaveMode(boolean mode) throws RemoteException { in setPowerSaveMode()
53 throws RemoteException { in acquireWakeLock()
59 throws RemoteException { in acquireWakeLockWithUid()
69 public void crash(String arg0) throws RemoteException { in crash()
74 public void goToSleep(long arg0, int arg1, int arg2) throws RemoteException { in goToSleep()
79 public void nap(long arg0) throws RemoteException { in nap()
94 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 String arg4, ICancellationSignal arg5) throws RemoteException { in query()
[all …]
DBridgeWindowSession.java25 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()
92 Configuration configuration, Surface surface) throws RemoteException { in relayout()
103 public boolean outOfMemory(IWindow window) throws RemoteException { in outOfMemory()
113 public void remove(IWindow arg0) throws RemoteException { in remove()
[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()
81 } catch (RemoteException e) { in testMANAGE_APP_TOKENS()
91 } catch (RemoteException e) { in testMANAGE_APP_TOKENS()
101 } catch (RemoteException e) { in testMANAGE_APP_TOKENS()
111 } catch (RemoteException e) { in testMANAGE_APP_TOKENS()
121 } catch (RemoteException e) { in testMANAGE_APP_TOKENS()
132 } catch (RemoteException e) { in testMANAGE_APP_TOKENS()
[all …]
DActivityManagerPermissionTests.java22 import android.os.RemoteException;
47 } catch (RemoteException e) { in testREORDER_TASKS()
57 } catch (RemoteException e) { in testREORDER_TASKS()
67 } catch (RemoteException e) { in testREORDER_TASKS()
80 } catch (RemoteException e) { in testCHANGE_CONFIGURATION()
93 } catch (RemoteException e) { in testSET_DEBUG_APP()
106 } catch (RemoteException e) { in testSET_PROCESS_LIMIT()
119 } catch (RemoteException e) { in testALWAYS_FINISH()
132 } catch (RemoteException e) { in testSIGNAL_PERSISTENT_PROCESSES()
145 } catch (RemoteException e) { in testFORCE_BACK()
[all …]
/frameworks/base/telecomm/java/android/telecom/
DInCallAdapter.java19 import android.os.RemoteException;
55 } catch (RemoteException e) { in answerCall()
69 } catch (RemoteException e) { in rejectCall()
81 } catch (RemoteException e) { in disconnectCall()
93 } catch (RemoteException e) { in holdCall()
105 } catch (RemoteException e) { in unholdCall()
117 } catch (RemoteException e) { in mute()
129 } catch (RemoteException e) { in setAudioRoute()
145 } catch (RemoteException e) { in playDtmfTone()
161 } catch (RemoteException e) { in stopDtmfTone()
[all …]
DTelecomManager.java22 import android.os.RemoteException;
360 } catch (RemoteException e) { in getDefaultOutgoingPhoneAccount()
382 } catch (RemoteException e) { in getUserSelectedOutgoingPhoneAccount()
397 } catch (RemoteException e) { in setUserSelectedOutgoingPhoneAccount()
414 } catch (RemoteException e) { in getSimCallManager()
430 } catch (RemoteException e) { in setSimCallManager()
445 } catch (RemoteException e) { in getSimCallManagers()
493 } catch (RemoteException e) { in getPhoneAccountsSupportingScheme()
514 } catch (RemoteException e) { in getCallCapablePhoneAccounts()
545 } catch (RemoteException e) { in getPhoneAccountsForPackage()
[all …]
DConnectionServiceAdapter.java21 import android.os.RemoteException;
53 } catch (RemoteException e) { in addAdapter()
85 } catch (RemoteException e) { in handleCreateConnectionComplete()
100 } catch (RemoteException e) { in setActive()
114 } catch (RemoteException e) { in setRinging()
128 } catch (RemoteException e) { in setDialing()
144 } catch (RemoteException e) { in setDisconnected()
158 } catch (RemoteException e) { in setOnHold()
173 } catch (RemoteException e) { in setRingbackRequested()
182 } catch (RemoteException ignored) { in setConnectionCapabilities()
[all …]
/frameworks/base/core/java/android/bluetooth/
DBluetoothGattCallbackWrapper.java22 import android.os.RemoteException;
34 public void onClientRegistered(int status, int clientIf) throws RemoteException { in onClientRegistered()
39 throws RemoteException { in onClientConnectionState()
43 public void onScanResult(ScanResult scanResult) throws RemoteException { in onScanResult()
47 public void onBatchScanResults(List<ScanResult> batchResults) throws RemoteException { in onBatchScanResults()
52 throws RemoteException { in onGetService()
58 throws RemoteException { in onGetIncludedService()
64 throws RemoteException { in onGetCharacteristic()
70 throws RemoteException { in onGetDescriptor()
74 public void onSearchComplete(String address, int status) throws RemoteException { in onSearchComplete()
[all …]
/frameworks/base/core/java/android/app/backup/
DBackupTransport.java24 import android.os.RemoteException;
495 public String name() throws RemoteException { in name()
500 public Intent configurationIntent() throws RemoteException { in configurationIntent()
505 public String currentDestinationString() throws RemoteException { in currentDestinationString()
520 public String transportDirName() throws RemoteException { in transportDirName()
525 public long requestBackupTime() throws RemoteException { in requestBackupTime()
530 public int initializeDevice() throws RemoteException { in initializeDevice()
536 throws RemoteException { in performBackup()
541 public int clearBackupData(PackageInfo packageInfo) throws RemoteException { in clearBackupData()
546 public int finishBackup() throws RemoteException { in finishBackup()
[all …]
/frameworks/base/core/java/android/app/admin/
DDevicePolicyManager.java37 import android.os.RemoteException;
501 } catch (RemoteException e) { in isAdminActiveAsUser()
516 } catch (RemoteException e) { in isRemovingAdmin()
541 } catch (RemoteException e) { in getActiveAdminsAsUser()
557 } catch (RemoteException e) { in packageHasActiveAdmins()
574 } catch (RemoteException e) { in removeActiveAdmin()
593 } catch (RemoteException e) { in hasGrantedPolicy()
694 } catch (RemoteException e) { in setPasswordQuality()
715 } catch (RemoteException e) { in getPasswordQuality()
747 } catch (RemoteException e) { in setPasswordMinimumLength()
[all …]
/frameworks/base/core/java/android/content/
DIContentProvider.java27 import android.os.RemoteException;
39 throws RemoteException; in query()
40 public String getType(Uri url) throws RemoteException; in getType()
42 throws RemoteException; in insert()
44 throws RemoteException; in bulkInsert()
46 throws RemoteException; in delete()
48 String[] selectionArgs) throws RemoteException; in update()
52 throws RemoteException, FileNotFoundException; in openFile()
55 throws RemoteException, FileNotFoundException; in openAssetFile()
58 throws RemoteException, OperationApplicationException; in applyBatch()
[all …]
/frameworks/base/wifi/java/android/net/wifi/
DWifiManager.java32 import android.os.RemoteException;
600 } catch (RemoteException e) { in getConfiguredNetworks()
610 } catch (RemoteException e) { in getPrivilegedConfiguredNetworks()
620 } catch (RemoteException e) { in getConnectionStatistics()
680 } catch (RemoteException e) { in addOrUpdateNetwork()
696 } catch (RemoteException e) { in removeNetwork()
716 } catch (RemoteException e) { in enableNetwork()
731 } catch (RemoteException e) { in disableNetwork()
745 } catch (RemoteException e) { in disconnect()
760 } catch (RemoteException e) { in reconnect()
[all …]
/frameworks/base/keystore/java/android/security/
DKeyStore.java21 import android.os.RemoteException;
87 } catch (RemoteException e) { in state()
107 } catch (RemoteException e) { in get()
116 } catch (RemoteException e) { in put()
125 } catch (RemoteException e) { in delete()
138 } catch (RemoteException e) { in contains()
151 } catch (RemoteException e) { in saw()
164 } catch (RemoteException e) { in reset()
173 } catch (RemoteException e) { in password()
182 } catch (RemoteException e) { in lock()
[all …]
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
DKeyguardServiceWrapper.java22 import android.os.RemoteException;
49 } catch (RemoteException e) { in verifyUnlock()
58 } catch (RemoteException e) { in keyguardDone()
67 } catch (RemoteException e) { in setOccluded()
76 } catch (RemoteException e) { in addStateMonitorCallback()
85 } catch (RemoteException e) { in dismiss()
94 } catch (RemoteException e) { in onDreamingStarted()
103 } catch (RemoteException e) { in onDreamingStopped()
112 } catch (RemoteException e) { in onScreenTurnedOff()
121 } catch (RemoteException e) { in onScreenTurnedOn()
[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/security/
DIKeystoreService.java23 import android.os.RemoteException;
48 public int test() throws RemoteException { in test()
64 public byte[] get(String name) throws RemoteException { in get()
81 public int insert(String name, byte[] item, int uid, int flags) throws RemoteException { in insert()
101 public int del(String name, int uid) throws RemoteException { in del()
119 public int exist(String name, int uid) throws RemoteException { in exist()
137 public String[] saw(String name, int uid) throws RemoteException { in saw()
164 public int reset() throws RemoteException { in reset()
180 public int password(String password) throws RemoteException { in password()
197 public int lock() throws RemoteException { in lock()
[all …]
/frameworks/base/services/backup/java/com/android/server/backup/
DTrampoline.java29 import android.os.RemoteException;
133 public void dataChanged(String packageName) throws RemoteException { in dataChanged()
142 throws RemoteException { in clearBackupData()
150 public void agentConnected(String packageName, IBinder agent) throws RemoteException { in agentConnected()
158 public void agentDisconnected(String packageName) throws RemoteException { in agentDisconnected()
166 public void restoreAtInstall(String packageName, int token) throws RemoteException { in restoreAtInstall()
174 public void setBackupEnabled(boolean isEnabled) throws RemoteException { in setBackupEnabled()
182 public void setAutoRestore(boolean doAutoRestore) throws RemoteException { in setAutoRestore()
190 public void setBackupProvisioned(boolean isProvisioned) throws RemoteException { in setBackupProvisioned()
198 public boolean isBackupEnabled() throws RemoteException { in isBackupEnabled()
[all …]
/frameworks/base/tools/layoutlib/bridge/src/com/android/internal/textservice/
DITextServicesManager_Stub_Delegate.java23 import android.os.RemoteException;
48 throws RemoteException { in finishSpellCheckerService()
54 public SpellCheckerInfo getCurrentSpellChecker(String arg0) throws RemoteException { in getCurrentSpellChecker()
61 throws RemoteException { in getCurrentSpellCheckerSubtype()
67 public SpellCheckerInfo[] getEnabledSpellCheckers() throws RemoteException { in getEnabledSpellCheckers()
75 throws RemoteException { in getSpellCheckerService()
81 public boolean isSpellCheckerEnabled() throws RemoteException { in isSpellCheckerEnabled()
87 public void setCurrentSpellChecker(String arg0, String arg1) throws RemoteException { in setCurrentSpellChecker()
93 public void setCurrentSpellCheckerSubtype(String arg0, int arg1) throws RemoteException { in setCurrentSpellCheckerSubtype()
99 public void setSpellCheckerEnabled(boolean arg0) throws RemoteException { in setSpellCheckerEnabled()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneSubInfoProxy.java22 import android.os.RemoteException;
155 public String getDeviceIdForPhone(int phoneId) throws RemoteException { in getDeviceIdForPhone()
161 public String getImeiForSubscriber(int subId) throws RemoteException { in getImeiForSubscriber()
167 public String getDeviceSvnUsingSubId(int subId) throws RemoteException { in getDeviceSvnUsingSubId()
173 public String getNaiForSubscriber(int subId) throws RemoteException { in getNaiForSubscriber()
179 public String getSubscriberIdForSubscriber(int subId) throws RemoteException { in getSubscriberIdForSubscriber()
185 public String getGroupIdLevel1ForSubscriber(int subId) throws RemoteException { in getGroupIdLevel1ForSubscriber()
191 public String getIccSerialNumberForSubscriber(int subId) throws RemoteException { in getIccSerialNumberForSubscriber()
197 public String getLine1NumberForSubscriber(int subId) throws RemoteException { in getLine1NumberForSubscriber()
203 public String getLine1AlphaTagForSubscriber(int subId) throws RemoteException { in getLine1AlphaTagForSubscriber()
[all …]
/frameworks/base/core/java/com/android/internal/view/
DInputConnectionWrapper.java20 import android.os.RemoteException;
209 } catch (RemoteException e) { in getTextAfterCursor()
227 } catch (RemoteException e) { in getTextBeforeCursor()
245 } catch (RemoteException e) { in getSelectedText()
263 } catch (RemoteException e) { in getCursorCapsMode()
281 } catch (RemoteException e) { in getExtractedText()
291 } catch (RemoteException e) { in commitText()
300 } catch (RemoteException e) { in commitCompletion()
309 } catch (RemoteException e) { in commitCorrection()
318 } catch (RemoteException e) { in setSelection()
[all …]

12345678910>>...26