/aosp12/frameworks/base/core/java/android/os/ |
H A D | BadParcelableException.java | 28 public class BadParcelableException extends AndroidRuntimeException { class 29 public BadParcelableException(String msg) { in BadParcelableException() method in BadParcelableException 32 public BadParcelableException(Exception cause) { in BadParcelableException() method in BadParcelableException 36 public BadParcelableException(String msg, Throwable cause) { in BadParcelableException() method in BadParcelableException
|
H A D | ParcelableHolder.java | 132 throw new BadParcelableException( in setParcelable() 156 throw new BadParcelableException( in getParcelable() 167 throw new BadParcelableException( in getParcelable()
|
H A D | Parcel.java | 996 throw new BadParcelableException("Map size does not match number of entries!"); in writeMapInternal() 2248 } else if (e instanceof BadParcelableException) { in getExceptionCode() 2427 return new BadParcelableException(msg); in createExceptionOrNull() 3393 throw new BadParcelableException("Parcelable protocol requires subclassing " in readParcelableCreator() 3398 throw new BadParcelableException("Parcelable protocol requires " in readParcelableCreator() 3405 throw new BadParcelableException("Parcelable protocol requires a " in readParcelableCreator() 3412 throw new BadParcelableException( in readParcelableCreator() 3416 throw new BadParcelableException( in readParcelableCreator() 3419 throw new BadParcelableException("Parcelable protocol requires a " in readParcelableCreator() 3424 throw new BadParcelableException("Parcelable protocol requires a " in readParcelableCreator()
|
H A D | OWNERS | 34 per-file BadParcelableException.java = file:platform/frameworks/native:/libs/binder/OWNERS
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/base/ |
H A D | DurableUtils.java | 21 import android.os.BadParcelableException; 73 throw new BadParcelableException(e); in writeToParcel() 81 throw new BadParcelableException(e); in readFromParcel()
|
/aosp12/system/tools/aidl/tests/java/src/android/aidl/tests/ |
H A D | ExtensionTests.java | 36 import android.os.BadParcelableException; 118 assertThrows(BadParcelableException.class, () -> { vep.ext.setParcelable(sp); }); in testVintfParcelableHolderCannotContainNonVintfParcelable() 124 assertThrows(BadParcelableException.class, () -> { vep.ext.setParcelable(up); }); in testVintfParcelableHolderCannotContainUnstableParcelable() 189 assertThrows(BadParcelableException.class, in testReadWriteExtension() 215 assertThrows(BadParcelableException.class, in testReadWriteExtension()
|
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/scheduling/ |
H A D | Tasks.java | 21 import android.os.BadParcelableException; 52 } catch (BadParcelableException e) { in createTask()
|
/aosp12/frameworks/base/core/java/android/hardware/location/ |
H A D | GeofenceHardwareRequestParcelable.java | 19 import android.os.BadParcelableException; 143 throw new BadParcelableException("Invalid Geofence type: " + geofenceType);
|
/aosp12/frameworks/base/core/java/android/security/keystore/recovery/ |
H A D | KeyChainSnapshot.java | 21 import android.os.BadParcelableException; 125 throw new BadParcelableException(e); in getTrustedHardwareCertPath()
|
/aosp12/frameworks/base/core/java/android/accounts/ |
H A D | Account.java | 105 throw new android.os.BadParcelableException("the name must not be empty: " + name); in Account() 108 throw new android.os.BadParcelableException("the type must not be empty: " + type); in Account()
|
/aosp12/frameworks/base/core/java/com/android/internal/app/ |
H A D | AbstractResolverComparator.java | 25 import android.os.BadParcelableException; 126 } catch (BadParcelableException e) { in getContentAnnotations()
|
/aosp12/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/query/ |
H A D | CursorToSearchResultConverter.java | 27 import android.os.BadParcelableException; 116 } catch (BadParcelableException e) { in getUnmarshalledPayload()
|
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
H A D | DeprecatedParcelable.java | 38 throw new android.os.BadParcelableException("Overflow in the size of parcelable"); in readFromParcel()
|
H A D | OtherParcelableForToString.java | 40 throw new android.os.BadParcelableException("Overflow in the size of parcelable"); in readFromParcel()
|
H A D | GenericStructuredParcelable.java | 44 throw new android.os.BadParcelableException("Overflow in the size of parcelable"); in readFromParcel()
|
H A D | ParcelableForToString.java | 161 throw new android.os.BadParcelableException("Overflow in the size of parcelable"); in readFromParcel()
|
H A D | StructuredParcelable.java | 274 throw new android.os.BadParcelableException("Overflow in the size of parcelable"); in readFromParcel()
|
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/ |
H A D | Data.java | 63 throw new android.os.BadParcelableException("Overflow in the size of parcelable"); in readFromParcel()
|
/aosp12/frameworks/base/media/java/android/media/ |
H A D | VolumeShaper.java | 24 import android.os.BadParcelableException; 532 throw new android.os.BadParcelableException("xy length must be even"); in fromParcelable() 577 throw new BadParcelableException("Unknown interpolator type"); in interpolatorTypeFromAidl() 605 throw new BadParcelableException("Unknown type"); in typeFromAidl()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | TelephonyTester.java | 24 import android.os.BadParcelableException; 217 } catch (BadParcelableException e) {
|
/aosp12/frameworks/base/libs/hwui/jni/ |
H A D | Bitmap.cpp | 769 static constexpr auto BadParcelableException = "android/os/BadParcelableException"; variable 810 jniThrowExceptionFmt(env, BadParcelableException, in Bitmap_createFromParcel() 822 jniThrowExceptionFmt(env, BadParcelableException, in Bitmap_createFromParcel() 866 jniThrowExceptionFmt(env, BadParcelableException, "Failed to read from Parcel, error=%d", in Bitmap_createFromParcel()
|
/aosp12/frameworks/base/apex/media/framework/java/android/media/ |
H A D | MediaSession2.java | 37 import android.os.BadParcelableException; 307 } catch (BadParcelableException e) { in hasCustomParcelable()
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/scanner/ |
H A D | WifiScanningServiceImpl.java | 37 import android.os.BadParcelableException; 198 } catch (BadParcelableException e) { in shouldIgnoreLocationSettingsForSingleScan() 875 } catch (BadParcelableException e) { in handleScanStartMessage() 1602 } catch (BadParcelableException e) { in processMessage() 2113 } catch (BadParcelableException e) { in processMessage() 2168 } catch (BadParcelableException e) { in processMessage()
|
/aosp12/frameworks/base/telecomm/java/android/telecom/ |
H A D | RemoteConnection.java | 26 import android.os.BadParcelableException; 1593 } catch (BadParcelableException bpe) { in putExtras()
|
/aosp12/frameworks/base/media/java/android/media/session/ |
H A D | MediaSession.java | 36 import android.os.BadParcelableException; 662 } catch (BadParcelableException e) { in hasCustomParcelable()
|