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

<<21222324252627282930>>

  /packages/apps/Settings/src/com/android/settings/notification/
NotificationStation.java 33 import android.os.RemoteException;
124 } catch (RemoteException e) {
133 } catch (RemoteException e) {
223 } catch (RemoteException e) {
  /frameworks/base/core/java/android/app/
Instrumentation.java 35 import android.os.RemoteException;
171 catch (RemoteException e) {
310 } catch (RemoteException e) {
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraDeviceImpl.java 37 import android.os.RemoteException;
400 } catch (RemoteException e) {
484 } catch (RemoteException e) {
624 } catch (RemoteException e) {
697 } catch (RemoteException e) {
717 } catch (RemoteException e) {
746 } catch (RemoteException e) {
762 } catch (RemoteException e) {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
KeyguardViewMediator.java 39 import android.os.RemoteException;
601 } catch (RemoteException e) {
753 } catch (RemoteException e) {
791 } catch (RemoteException e) {
801 } catch (RemoteException e) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/trust/
TrustManagerService.java 48 import android.os.RemoteException;
489 } catch (RemoteException e) {
503 } catch (RemoteException e) {
513 public void reportUnlockAttempt(boolean authenticated, int userId) throws RemoteException {
520 public void reportEnabledTrustAgentsChanged(int userId) throws RemoteException {
528 public void reportRequireCredentialEntry(int userId) throws RemoteException {
539 public void registerTrustListener(ITrustListener trustListener) throws RemoteException {
545 public void unregisterTrustListener(ITrustListener trustListener) throws RemoteException {
568 } catch (RemoteException e) {
  /cts/tests/tests/content/src/android/content/cts/
ContentResolverTest.java 37 import android.os.RemoteException;
141 } catch (RemoteException e) {
148 } catch (RemoteException e) {
193 } catch (RemoteException e) {
200 } catch (RemoteException e) {
231 } catch (RemoteException e) {
238 } catch (RemoteException e) {
280 } catch (RemoteException e) {
287 } catch (RemoteException e) {
597 } catch (RemoteException e)
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsTest.java 28 import android.os.RemoteException;
140 } catch (RemoteException e) {
141 fail("Unexpected RemoteException");
196 } catch (RemoteException e) {
197 fail("Unexpected RemoteException");
239 } catch (RemoteException e) {
240 fail("Unexpected RemoteException");
320 } catch (RemoteException e) {
321 fail("Unexpected RemoteException");
403 } catch (RemoteException e)
    [all...]
BrowserTest.java 27 import android.os.RemoteException;
192 } catch (RemoteException e) {
193 fail("Unexpected RemoteException");
224 } catch (RemoteException e) {
225 fail("unexpected RemoteException");
261 } catch (RemoteException e) {
262 fail("unexpected RemoteException");
307 } catch (RemoteException e1) {
308 fail("unexpected RemoteException");
482 } catch (RemoteException e)
    [all...]
  /frameworks/base/services/core/java/com/android/server/
InputMethodManagerService.java 80 import android.os.RemoteException;
558 } catch (RemoteException ex) {
692 } catch (RemoteException e) {
698 public void onUserSwitchComplete(int newUserId) throws RemoteException {
702 } catch (RemoteException e) {
    [all...]
MountService.java 47 import android.os.RemoteException;
304 public void link() throws RemoteException {
438 } catch (RemoteException e) {
439 Slog.w(TAG, "RemoteException when shutting down");
754 } catch (RemoteException rex) {
    [all...]
  /cts/tests/print/src/android/print/cts/
PrintInstrument.java 28 import android.os.RemoteException;
248 throws RemoteException {
  /cts/tests/tests/media/src/android/media/cts/
RemoteVirtualDisplayService.java 32 import android.os.RemoteException;
57 int flags) throws RemoteException {
  /cts/tests/tests/os/src/android/os/cts/
ParcelFileDescriptorProcessTest.java 26 import android.os.RemoteException;
79 } catch (RemoteException e) {
  /development/apps/Development/src/com/android/development/
InstrumentationList.java 27 import android.os.RemoteException;
160 } catch (RemoteException ex) {
PackageBrowser.java 30 import android.os.RemoteException;
148 throws RemoteException {
  /development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPService.java 32 import android.os.RemoteException;
274 } catch (RemoteException e) {
  /frameworks/base/core/java/android/printservice/
PrintService.java 28 import android.os.RemoteException;
322 } catch (RemoteException re) {
  /frameworks/base/core/java/android/view/
ViewConfiguration.java 24 import android.os.RemoteException;
317 } catch (RemoteException ex) {
  /frameworks/base/core/java/com/android/internal/app/
LocalePicker.java 29 import android.os.RemoteException;
256 } catch (RemoteException e) {
  /frameworks/base/media/lib/remotedisplay/java/com/android/media/remotedisplay/
RemoteDisplayProvider.java 30 import android.os.RemoteException;
322 } catch (RemoteException ex) {
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSimPinView.java 27 import android.os.RemoteException;
135 } catch (RemoteException e) {
136 Log.e(TAG, "RemoteException for supplyPinReportResult:", e);
KeyguardSimPukView.java 24 import android.os.RemoteException;
188 } catch (RemoteException e) {
189 Log.e(TAG, "RemoteException for supplyPukReportResult:", e);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ServiceMonitor.java 33 import android.os.RemoteException;
123 } catch (RemoteException e) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarKeyguardViewManager.java 21 import android.os.RemoteException;
173 } catch (RemoteException e) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
SecurityControllerImpl.java 28 import android.os.RemoteException;
182 } catch (RemoteException | NameNotFoundException e) {

Completed in 883 milliseconds

<<21222324252627282930>>