Home
last modified time | relevance | path

Searched refs:EXTRA (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DSyncResultReceiver.java37 private static final String EXTRA = "EXTRA"; field in SyncResultReceiver
78 return mBundle == null ? null : mBundle.getString(EXTRA); in getStringResult()
87 return mBundle == null ? null : mBundle.getStringArray(EXTRA); in getStringArrayResult()
96 return mBundle == null ? null : mBundle.getParcelable(EXTRA); in getParcelableResult()
105 return mBundle == null ? null : mBundle.getParcelableArrayList(EXTRA); in getParcelableListResult()
118 return mBundle.getInt(EXTRA); in getOptionalExtraIntResult()
135 bundle.putString(EXTRA, value); in bundleFor()
146 bundle.putStringArray(EXTRA, value); in bundleFor()
157 bundle.putParcelable(EXTRA, value); in bundleFor()
168 bundle.putParcelableArrayList(EXTRA, value); in bundleFor()
[all …]
/aosp14/frameworks/base/packages/CarrierDefaultApp/tests/unit/src/com/android/carrierdefaultapp/
H A DSlicePurchaseBroadcastReceiverTest.java67 private static final String EXTRA = "EXTRA"; field in SlicePurchaseBroadcastReceiverTest
105 SlicePurchaseBroadcastReceiver.sendSlicePurchaseAppResponse(mIntent, EXTRA); in testSendSlicePurchaseAppResponse()
109 eq(EXTRA), eq(PendingIntent.class)); in testSendSlicePurchaseAppResponse()
110 SlicePurchaseBroadcastReceiver.sendSlicePurchaseAppResponse(mIntent, EXTRA); in testSendSlicePurchaseAppResponse()
117 mContext, mIntent, EXTRA, mDataIntent); in testSendSlicePurchaseAppResponseWithData()
121 eq(EXTRA), eq(PendingIntent.class)); in testSendSlicePurchaseAppResponseWithData()
123 mContext, mIntent, EXTRA, mDataIntent); in testSendSlicePurchaseAppResponseWithData()
/aosp14/frameworks/base/core/java/android/text/
H A DDynamicLayout.java674 ints[EXTRA] = reflowed.getLineExtra(i); in reflow()
1024 return mInts.getValue(line, EXTRA); in getLineExtra()
1261 private static final int EXTRA = 3; field in DynamicLayout
H A DStaticLayout.java1083 lines[off + EXTRA] = extra;
1284 return mLines[mColumns * line + EXTRA];
1473 private static final int EXTRA = 3;
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt55954 Landroid/text/DynamicLayout;->EXTRA:I
56702 Landroid/text/StaticLayout;->EXTRA:I
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt14329 field public static final String SYNC_MODE_EXTRA = "EXTRA";