HomeSort by relevance Sort by last modified time
    Searched refs:RemoteException (Results 376 - 400 of 905) sorted by null

<<11121314151617181920>>

  /cts/tests/tests/os/src/android/os/cts/
TokenWatcherTest.java 27 import android.os.RemoteException;
112 public void testTokenWatcher() throws RemoteException, InterruptedException {
143 public void testCleanUp() throws RemoteException, InterruptedException {
  /development/samples/ApiDemos/src/com/example/android/apis/app/
MessengerServiceActivities.java 16 import android.os.RemoteException;
88 } catch (RemoteException e) {
132 } catch (RemoteException e) {
  /external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/selfbraille/
SelfBrailleClient.java 30 import android.os.RemoteException;
117 } catch (RemoteException ex) {
141 } catch (RemoteException ex) {
  /frameworks/base/cmds/bu/src/com/android/commands/bu/
Backup.java 21 import android.os.RemoteException;
128 } catch (RemoteException e) {
145 } catch (RemoteException e) {
  /frameworks/base/core/java/android/content/pm/
ParceledListSlice.java 23 import android.os.RemoteException;
80 } catch (RemoteException e) {
132 throws RemoteException {
  /frameworks/base/core/java/android/net/
ProxyDataTracker.java 30 import android.os.RemoteException;
144 } catch (RemoteException e) {
166 } catch (RemoteException e) {
  /frameworks/base/core/java/com/android/internal/app/
HeavyWeightSwitcherActivity.java 29 import android.os.RemoteException;
126 } catch (RemoteException e) {
136 } catch (RemoteException e) {
IntentForwarderActivity.java 32 import android.os.RemoteException;
96 } catch (RemoteException e) {
119 } catch (RemoteException ignored) {
  /frameworks/base/core/java/com/android/internal/view/
RotationPolicy.java 27 import android.os.RemoteException;
82 } catch (RemoteException e) {
147 } catch (RemoteException exc) {
  /frameworks/base/media/java/android/media/projection/
MediaProjection.java 29 import android.os.RemoteException;
61 } catch (RemoteException e) {
156 } catch (RemoteException e) {
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardMultiUserSelectorView.java 22 import android.os.RemoteException;
71 } catch (RemoteException re) {
160 } catch (RemoteException re) {
  /frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
ObbBackupService.java 27 import android.os.RemoteException;
96 } catch (RemoteException e) {
123 } catch (RemoteException e) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/media/
RingtonePlayer.java 29 import android.os.RemoteException;
63 } catch (RemoteException e) {
95 public void play(IBinder token, Uri uri, AudioAttributes aa) throws RemoteException {
  /packages/apps/Email/src/com/android/email/service/
EmailServiceStub.java 26 import android.os.RemoteException;
93 public Bundle validate(HostAuthCompat hostAuthCom) throws RemoteException {
123 final long attachmentId, final boolean background) throws RemoteException {
273 } catch (final RemoteException e) {
284 public void updateFolderList(final long accountId) throws RemoteException {
374 public void setLogging(final int flags) throws RemoteException {
380 throws RemoteException {
387 throws RemoteException {
392 public void deleteExternalAccountPIMData(final String emailAddress) throws RemoteException {
399 throws RemoteException {
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/service/
CalendarSyncAdapterService.java 27 import android.os.RemoteException;
123 } catch (final RemoteException re) {
137 } catch (RemoteException e) {
ContactsSyncAdapterService.java 27 import android.os.RemoteException;
126 } catch (final RemoteException re) {
140 } catch (RemoteException e) {
  /packages/apps/Settings/src/com/android/settings/
Display.java 25 import android.os.RemoteException;
86 } catch (RemoteException e) {
109 } catch (RemoteException e) {
  /packages/apps/Settings/src/com/android/settings/notification/
ZenModeConditionSelection.java 24 import android.os.RemoteException;
97 } catch (RemoteException e) {
132 } catch (RemoteException e) {
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/browse/
ConversationCursorTests.java 28 import android.os.RemoteException;
92 private Uri setupConvoList() throws RemoteException, OperationApplicationException {
131 public void brokentestLocalDelete() throws RemoteException, OperationApplicationException {
  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothPhoneService.java 32 import android.os.RemoteException;
114 public boolean answerCall() throws RemoteException {
121 public boolean hangupCall() throws RemoteException {
128 public boolean sendDtmf(int dtmf) throws RemoteException {
135 public String getNetworkOperator() throws RemoteException {
142 public String getSubscriberNumber() throws RemoteException {
149 public boolean listCurrentCalls() throws RemoteException {
163 public boolean queryPhoneState() throws RemoteException {
170 public boolean processChld(int chld) throws RemoteException {
177 public void updateBtHandsfreeAfterRadioTechnologyChange() throws RemoteException {
    [all...]
  /packages/services/Telephony/tests/src/com/android/phone/tests/
CallDialTest.java 24 import android.os.RemoteException;
163 } catch (RemoteException ex) {
164 Log.w(LOG_TAG, "RemoteException!", ex);
181 } catch (RemoteException ex) {
182 Log.w(LOG_TAG, "RemoteException!", ex);
  /frameworks/base/core/java/android/view/textservice/
SpellCheckerSession.java 29 import android.os.RemoteException;
173 } catch (RemoteException e) {
268 } catch (RemoteException e) {
279 } catch (RemoteException e) {
290 } catch (RemoteException e) {
300 } catch (RemoteException e) {
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
CameraBinderTest.java 33 import android.os.RemoteException;
249 throws RemoteException {
262 throws RemoteException {
276 throws RemoteException {
286 public void onDeviceIdle() throws RemoteException {
316 throws RemoteException {
  /frameworks/base/services/core/java/com/android/server/net/
LockdownVpnTracker.java 35 import android.os.RemoteException;
205 } catch (RemoteException e) {
232 } catch (RemoteException e) {
258 } catch (RemoteException e) {
294 } catch (RemoteException e) {
300 LinkAddress address, boolean allow) throws RemoteException {
  /cts/tests/tests/security/src/android/security/cts/
SeccompBpfTest.java 31 import android.os.RemoteException;
176 } catch (RemoteException e) {

Completed in 812 milliseconds

<<11121314151617181920>>