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

<<11121314151617181920>>

  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsHelper.java 29 import android.os.RemoteException;
149 } catch (RemoteException e) {}
182 } catch (RemoteException doe) {
234 } catch (RemoteException e) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
ZenModeControllerImpl.java 31 import android.os.RemoteException;
118 } catch (RemoteException e) {
130 } catch (RemoteException e) {
142 } catch (RemoteException e) {
  /frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
ClientTest.java 26 import android.os.RemoteException;
88 } catch (RemoteException e) {
110 } catch (RemoteException e) {
138 } catch (RemoteException e) {
  /frameworks/base/services/core/java/com/android/server/
CommonTimeManagementService.java 35 import android.os.RemoteException;
167 catch (RemoteException e) { }
251 catch (RemoteException e) {
326 catch (RemoteException e) {
NetworkScoreService.java 31 import android.os.RemoteException;
103 } catch (RemoteException e) {
181 } catch (RemoteException e) {
215 } catch (RemoteException e) {
  /frameworks/base/services/core/java/com/android/server/notification/
ZenLog.java 23 import android.os.RemoteException;
93 public static void traceSubscribe(Uri uri, IConditionProvider provider, RemoteException e) {
97 public static void traceUnsubscribe(Uri uri, IConditionProvider provider, RemoteException e) {
114 private static String subscribeResult(IConditionProvider provider, RemoteException e) {
  /frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
AutoCompleteTextViewActivityLandscape.java 22 import android.os.RemoteException;
  /packages/apps/Email/src/com/android/email/service/
EmailServiceUtils.java 42 import android.os.RemoteException;
144 } catch (RemoteException e) {
397 } catch (RemoteException e) {
409 } catch (RemoteException e) {
455 } catch (RemoteException e) {
471 } catch (RemoteException e) {
    [all...]
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
UninstallerActivity.java 38 import android.os.RemoteException;
182 } catch (RemoteException e) {
199 } catch (RemoteException e) {
246 } catch (RemoteException ignored) {
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/browse/
TestProviderTests.java 28 import android.os.RemoteException;
80 private ContentProviderResult[] setupPonies() throws RemoteException,
102 public void testInsertQueryandDelete() throws RemoteException, OperationApplicationException {
151 public void testUpdate() throws RemoteException, OperationApplicationException {
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
CameraDeviceBinderTest.java 33 import android.os.RemoteException;
95 throws RemoteException {
104 public void onDeviceIdle() throws RemoteException {
116 throws RemoteException {
129 throws RemoteException {
341 public void testCameraInfo() throws RemoteException {
352 public void testCameraCharacteristics() throws RemoteException {
  /frameworks/base/telecomm/java/android/telecom/
Connection.java 27 import android.os.RemoteException;
357 } catch (RemoteException ignored) {
378 } catch (RemoteException ignored) {
397 } catch (RemoteException ignored) {
412 } catch (RemoteException ignored) {
426 } catch (RemoteException ignored) {
440 } catch (RemoteException ignored) {
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothGattServer.java 24 import android.os.RemoteException;
344 } catch (RemoteException e) {
377 } catch (RemoteException e) {
426 } catch (RemoteException e) {
448 } catch (RemoteException e) {
482 } catch (RemoteException e) {
526 } catch (RemoteException e) {
586 } catch (RemoteException e) {
614 } catch (RemoteException e) {
633 } catch (RemoteException e)
    [all...]
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityInteractionClient.java 26 import android.os.RemoteException;
202 } catch (RemoteException re) {
242 } catch (RemoteException re) {
305 } catch (RemoteException re) {
350 } catch (RemoteException re) {
396 } catch (RemoteException re) {
439 } catch (RemoteException re) {
481 } catch (RemoteException re) {
519 } catch (RemoteException re) {
556 } catch (RemoteException re)
    [all...]
  /frameworks/base/core/java/android/speech/
SpeechRecognizer.java 29 import android.os.RemoteException;
346 } catch (final RemoteException e) {
360 } catch (final RemoteException e) {
374 } catch (final RemoteException e) {
402 } catch (final RemoteException e) {
  /frameworks/base/services/core/java/com/android/server/job/
JobServiceContext.java 33 import android.os.RemoteException;
178 } catch (RemoteException e) {
363 } catch (RemoteException e) {
512 } catch (RemoteException e) {
529 } catch (RemoteException e) {
  /packages/apps/Music/src/com/android/music/
MediaPlaybackActivity.java 46 import android.os.RemoteException;
278 } catch (RemoteException ex) {
378 } catch (RemoteException ex) {
432 } catch (RemoteException ex) {
442 } catch (RemoteException ex) {
634 } catch (RemoteException ex) {
723 } catch (RemoteException ex) {
743 } catch (RemoteException ex) {
796 } catch (RemoteException ex) {
    [all...]
  /frameworks/base/core/java/android/app/backup/
BackupAgent.java 31 import android.os.RemoteException;
613 int token, IBackupManager callbackBinder) throws RemoteException {
637 } catch (RemoteException e) {
646 int token, IBackupManager callbackBinder) throws RemoteException {
667 } catch (RemoteException e) {
710 } catch (RemoteException e) {
    [all...]
  /frameworks/base/core/java/android/service/voice/
VoiceInteractionSession.java 33 import android.os.RemoteException;
178 public void cancel() throws RemoteException {
214 } catch (RemoteException e) {
224 } catch (RemoteException e) {
234 } catch (RemoteException e) {
244 } catch (RemoteException e) {
253 } catch (RemoteException e) {
571 } catch (RemoteException e) {
603 } catch (RemoteException e) {
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ApplicationTest.java 14 import android.os.RemoteException;
270 public String getInterfaceDescriptor() throws RemoteException {
290 public void dump(FileDescriptor fd, String[] args) throws RemoteException {
294 public boolean transact(int code, Parcel data, Parcel reply, int flags) throws RemoteException {
299 public void linkToDeath(DeathRecipient recipient, int flags) throws RemoteException {
308 public void dumpAsync(FileDescriptor fd, String[] args) throws RemoteException {
  /frameworks/base/media/java/android/media/browse/
MediaBrowser.java 35 import android.os.RemoteException;
186 } catch (RemoteException ex) {
189 Log.w(TAG, "RemoteException during connect for " + mServiceComponent);
328 } catch (RemoteException ex) {
331 Log.d(TAG, "addSubscription failed with RemoteException parentId=" + parentId);
359 } catch (RemoteException ex) {
362 Log.d(TAG, "removeSubscription failed with RemoteException parentId=" + parentId);
417 } catch (RemoteException ex) {
420 Log.d(TAG, "addSubscription failed with RemoteException parentId=" + id);
724 } catch (RemoteException ex)
    [all...]
  /packages/apps/Settings/src/com/android/settings/
DreamBackend.java 34 import android.os.RemoteException;
123 } catch (RemoteException e) {
187 } catch (RemoteException e) {
198 } catch (RemoteException e) {
217 } catch (RemoteException e) {
228 } catch (RemoteException e) {
  /frameworks/base/media/java/android/media/
MediaFocusControl.java 44 import android.os.RemoteException;
277 } catch (RemoteException e) {
610 } catch (RemoteException e) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapObexServer.java 25 import android.os.RemoteException;
107 boolean enableSmsMms) throws RemoteException {
140 private ContentProviderClient acquireUnstableContentProviderOrThrow() throws RemoteException{
143 throw new RemoteException("Failed to acquire provider for " + mAuthority);
152 private void buildFolderStructure() throws RemoteException{
207 private void addEmailFolders(BluetoothMapFolderElement parentFolder) throws RemoteException {
359 } catch (RemoteException e){
363 }catch (RemoteException e2){
383 private int updateInbox() throws RemoteException{
416 } catch (RemoteException e)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
IsolatedService.java 26 import android.os.RemoteException;
95 } catch (RemoteException e) {

Completed in 1132 milliseconds

<<11121314151617181920>>