Home
last modified time | relevance | path

Searched defs:original (Results 1 – 25 of 95) sorted by relevance

1234

/aosp14/frameworks/base/core/java/android/privacy/
H A DDifferentialPrivacyEncoder.java46 byte[] encodeString(String original); in encodeString()
54 byte[] encodeBoolean(boolean original); in encodeBoolean()
62 byte[] encodeBits(byte[] original); in encodeBits()
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/statusbar/
H A DRegisterStatusBarResultTest.java57 final RegisterStatusBarResult original = new RegisterStatusBarResult(iconMap, in testParcelable() local
96 private RegisterStatusBarResult clone(RegisterStatusBarResult original) { in clone()
H A DStatusBarIconTest.java46 final StatusBarIcon original = new StatusBarIcon(dummyIconPackageName, dummyUserHandle, in testParcelable() local
60 private StatusBarIcon clone(StatusBarIcon original) { in clone()
/aosp14/frameworks/base/core/tests/coretests/src/android/os/
H A DCombinedVibrationTest.java293 CombinedVibration original = CombinedVibration.createParallel(VALID_EFFECT); in testSerializationMono() local
304 CombinedVibration original = CombinedVibration.startParallel() in testSerializationStereo() local
318 CombinedVibration original = CombinedVibration.startSequential() in testSerializationSequential() local
H A DExternalVibrationTest.java35 ExternalVibration original = new ExternalVibration( in testSerialization() local
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/inputmethod/
H A DInputMethodSubtypeHandleTest.java125 final InputMethodSubtypeHandle original = in testParcelablility() local
144 private static InputMethodSubtypeHandle cloneHandle( in cloneHandle()
/aosp14/frameworks/base/core/java/android/content/
H A DContentProvider.java289 final AttributionSource original = setCallingAttributionSource( in query() local
308 final AttributionSource original = setCallingAttributionSource( in getType() local
443 final AttributionSource original = setCallingAttributionSource( in insert() local
465 final AttributionSource original = setCallingAttributionSource( in bulkInsert() local
511 final AttributionSource original = setCallingAttributionSource( in applyBatch() local
543 final AttributionSource original = setCallingAttributionSource( in delete() local
565 final AttributionSource original = setCallingAttributionSource( in update() local
585 final AttributionSource original = setCallingAttributionSource( in openFile() local
606 final AttributionSource original = setCallingAttributionSource( in openAssetFile() local
625 final AttributionSource original = setCallingAttributionSource( in call() local
[all …]
/aosp14/frameworks/base/core/java/android/privacy/internal/rappor/
H A DRapporEncoder.java116 public byte[] encodeString(String original) { in encodeString()
121 public byte[] encodeBoolean(boolean original) { in encodeBoolean()
/aosp14/frameworks/base/core/java/android/privacy/internal/longitudinalreporting/
H A DLongitudinalReportingEncoder.java122 public byte[] encodeString(String original) { in encodeString()
127 public byte[] encodeBoolean(boolean original) { in encodeBoolean()
/aosp14/frameworks/base/core/java/android/text/method/
H A DReplacementTransformationMethod.java53 char[] original = getOriginal(); in getTransformation() local
112 public ReplacementCharSequence(CharSequence source, char[] original, in ReplacementCharSequence()
173 public SpannedReplacementCharSequence(Spanned source, char[] original, in SpannedReplacementCharSequence()
/aosp14/frameworks/base/core/tests/coretests/src/android/os/vibrator/
H A DStepSegmentTest.java64 StepSegment original = new StepSegment(0.5f, 1f, 10); in testSerialization() local
101 StepSegment original = new StepSegment(VibrationEffect.DEFAULT_AMPLITUDE, 0, 0); in testResolve() local
H A DPrimitiveSegmentTest.java59 PrimitiveSegment original = new PrimitiveSegment( in testSerialization() local
H A DPrebakedSegmentTest.java58 PrebakedSegment original = new PrebakedSegment( in testSerialization() local
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/
H A DRemoteViewsTest.java97 RemoteViews original = new RemoteViews(mPackage, R.layout.remote_views_test); in clone_originalCanStillBeApplied() local
106 RemoteViews original = new RemoteViews(mPackage, R.layout.remote_views_test); in clone_clones() local
118 RemoteViews original = new RemoteViews(mPackage, R.layout.remote_views_test); in clone_child_fails() local
130 RemoteViews original = new RemoteViews(mPackage, R.layout.remote_views_test); in clone_repeatedly() local
140 RemoteViews original = new RemoteViews(mPackage, R.layout.remote_views_test); in clone_chained() local
149 RemoteViews original = new RemoteViews(mPackage, R.layout.remote_views_test); in parcelSize_nestedViews() local
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DProtoLogIntegrationTest.java70 ProtoLogImpl original = ProtoLogImpl.getSingleInstance(); in runWith() local
/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneLayoutInflater.java47 protected PhoneLayoutInflater(LayoutInflater original, Context newContext) { in PhoneLayoutInflater()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/utils/
H A DInsetUtilsTest.java51 final Rect original = new Rect(1, 2, 3, 4); in rotate() local
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DScanPartition.java58 public ScanPartition(@NonNull File folder, @NonNull ScanPartition original, in ScanPartition()
H A DPackageKeySetData.java40 PackageKeySetData(PackageKeySetData original) { in PackageKeySetData() method in PackageKeySetData
/aosp14/frameworks/base/core/tests/coretests/src/android/view/inputmethod/
H A DInputMethodSubtypeArrayTest.java98 InputMethodSubtypeArray cloneViaParcel(final InputMethodSubtypeArray original) { in cloneViaParcel()
H A DParcelableHandwritingGestureTest.java136 private static ParcelableHandwritingGesture cloneViaParcel( in cloneViaParcel()
H A DInputMethodInfoTest.java128 private InputMethodInfo cloneViaParcel(final InputMethodInfo original) { in cloneViaParcel()
/aosp14/frameworks/base/core/java/android/preference/
H A DPreferenceInflater.java57 …PreferenceInflater(GenericInflater<Preference, PreferenceGroup> original, PreferenceManager prefer… in PreferenceInflater()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/textservice/
H A DSpellCheckerSubtypeTest.java52 private static final SpellCheckerSubtype cloneViaParcel(final SpellCheckerSubtype original) { in cloneViaParcel()
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DHexDumpTest.java74 String original = hexString.substring(0, length); in testRoundTrip_fromString() local

1234