| /development/samples/ApiDemos/src/com/example/android/apis/app/ |
| MessengerService.java | 29 import android.os.RemoteException; 100 } catch (RemoteException e) {
|
| /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
| ShadowRemoteCallbackList.java | 8 import android.os.RemoteException; 54 } catch (RemoteException e) {
|
| /frameworks/base/cmds/appwidget/src/com/android/commands/appwidget/ |
| AppWidget.java | 21 import android.os.RemoteException; 154 } catch (RemoteException re) {
|
| /frameworks/base/core/java/android/content/ |
| ContentProviderNative.java | 34 import android.os.RemoteException; 75 throws RemoteException { 387 throws RemoteException { 430 } catch (RemoteException ex) { 442 public String getType(Uri url) throws RemoteException 462 public Uri insert(String callingPkg, Uri url, ContentValues values) throws RemoteException 484 public int bulkInsert(String callingPkg, Uri url, ContentValues[] values) throws RemoteException { 507 throws RemoteException, OperationApplicationException { 530 throws RemoteException { 553 String[] selectionArgs) throws RemoteException { [all...] |
| /frameworks/base/core/java/android/view/accessibility/ |
| AccessibilityManager.java | 31 import android.os.RemoteException; 325 } catch (RemoteException re) { 355 } catch (RemoteException re) { 401 } catch (RemoteException re) { 443 } catch (RemoteException re) { 586 } catch (RemoteException re) { 608 } catch (RemoteException re) { 630 } catch (RemoteException re) {
|
| /frameworks/base/core/tests/coretests/src/android/content/pm/ |
| PackageHelperTests.java | 22 import android.os.RemoteException; 48 private void cleanupContainers() throws RemoteException {
|
| /frameworks/base/location/lib/java/com/android/location/provider/ |
| LocationProviderBase.java | 29 import android.os.RemoteException; 137 } catch (RemoteException e) { 138 Log.e(TAG, "RemoteException", e);
|
| /frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/ |
| DefaultContainerService.java | 39 import android.os.RemoteException; 138 } catch (PackageParserException | IOException | RemoteException e) { 204 public long calculateDirectorySize(String path) throws RemoteException { 231 public void clearDirectory(String path) throws RemoteException { 249 String abiOverride) throws RemoteException { 282 } catch (RemoteException e) { 365 throws IOException, RemoteException { 377 throws IOException, RemoteException {
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/net/ |
| NetworkOverLimitActivity.java | 33 import android.os.RemoteException; 81 } catch (RemoteException e) {
|
| /frameworks/base/services/core/java/com/android/server/ |
| LockSettingsService.java | 38 import android.os.RemoteException; 194 } catch (RemoteException re) { 221 public void setBoolean(String key, boolean value, int userId) throws RemoteException { 228 public void setLong(String key, long value, int userId) throws RemoteException { 235 public void setString(String key, String value, int userId) throws RemoteException { 242 public boolean getBoolean(String key, boolean defaultValue, int userId) throws RemoteException { 251 public long getLong(String key, long defaultValue, int userId) throws RemoteException { 259 public String getString(String key, String defaultValue, int userId) throws RemoteException { 266 public void registerObserver(ILockSettingsObserver remote) throws RemoteException { 287 public void unregisterObserver(ILockSettingsObserver remote) throws RemoteException { [all...] |
| /frameworks/base/services/core/java/com/android/server/firewall/ |
| SenderFilter.java | 25 import android.os.RemoteException; 49 } catch (RemoteException ex) {
|
| /frameworks/base/services/core/java/com/android/server/hdmi/ |
| ActiveSourceHandler.java | 23 import android.os.RemoteException; 110 } catch (RemoteException e) {
|
| DeviceSelectAction.java | 23 import android.os.RemoteException; 206 } catch (RemoteException e) {
|
| SystemAudioAction.java | 23 import android.os.RemoteException; 188 } catch (RemoteException e) {
|
| /frameworks/base/services/core/java/com/android/server/location/ |
| MockProvider.java | 23 import android.os.RemoteException; 113 } catch (RemoteException e) { 114 Log.e(TAG, "RemoteException calling reportLocation");
|
| /frameworks/base/services/core/java/com/android/server/power/ |
| Notifier.java | 42 import android.os.RemoteException; 134 } catch (RemoteException ex) { } 163 } catch (RemoteException ex) { 191 } catch (RemoteException ex) { 223 } catch (RemoteException ex) { 274 } catch (RemoteException ex) { } 325 } catch (RemoteException ex) { } 339 } catch (RemoteException ex) {
|
| /frameworks/base/tests/DataIdleTest/src/com/android/tests/dataidle/ |
| DataIdleTest.java | 26 import android.os.RemoteException; 82 } catch (RemoteException e) {
|
| /frameworks/base/tests/JobSchedulerTestApp/src/com/android/demo/jobSchedulerApp/service/ |
| TestJobService.java | 29 import android.os.RemoteException; 76 } catch (RemoteException e) {
|
| /frameworks/testing/uiautomator/utils/SleepUtils/WakeLoopService/src/android/test/wakeuploop/ |
| WakeUpCall.java | 29 import android.os.RemoteException; 99 } catch (RemoteException e) {
|
| /packages/apps/OMA-DM/plugins/testplugin/src/com/android/example/testplugin/ |
| GetDMTreeActivity.java | 26 import android.os.RemoteException; 72 } catch (RemoteException e) {
|
| /packages/apps/Settings/src/com/android/settings/ |
| SetFullBackupPassword.java | 22 import android.os.RemoteException; 101 } catch (RemoteException e) {
|
| /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/privacy/ |
| PrivacyActivity.java | 41 import android.os.RemoteException; 112 } catch (RemoteException e) { 245 } catch (RemoteException e) { 268 } catch (RemoteException e) { 280 } catch (RemoteException e) { 304 } catch (RemoteException e) { 314 } catch (RemoteException e) { 359 } catch (RemoteException re) {
|
| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
| BinaryDictionaryFileDumper.java | 26 import android.os.RemoteException; 119 * @throws RemoteException if the client can't be contacted 123 final String extraPath) throws RemoteException { 176 } catch (RemoteException e) { 180 Log.e(TAG, "RemoteException: communication with the dictionary pack cut", e); 210 } catch (RemoteException e) { 238 } catch (RemoteException e) { 367 } catch (RemoteException e) { 463 final ContentProviderClient client, final String clientId) throws RemoteException { 509 } catch (RemoteException e) [all...] |
| /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/ |
| CommonDatabaseUtils.java | 24 import android.os.RemoteException; 92 } catch (RemoteException e) {
|
| /packages/services/Telecomm/src/com/android/server/telecom/ |
| InCallController.java | 30 import android.os.RemoteException; 167 } catch (RemoteException ignored) { 205 } catch (RemoteException ignored) { 217 } catch (RemoteException ignored) { 234 } catch (RemoteException ignored) { 331 } catch (RemoteException e) { 349 } catch (RemoteException ignored) { 413 } catch (RemoteException ignored) {
|