Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/util/
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()
116 if (mBundle == null || !mBundle.containsKey(EXTRA)) return defaultValue; in getOptionalExtraIntResult()
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()
[all …]
/frameworks/base/packages/CarrierDefaultApp/tests/unit/src/com/android/carrierdefaultapp/
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()
/frameworks/base/core/java/android/text/
DDynamicLayout.java816 ints[EXTRA] = reflowed.getLineExtra(i); in reflow()
1166 return mInts.getValue(line, EXTRA); in getLineExtra()
1446 private static final int EXTRA = 3; field in DynamicLayout
DStaticLayout.java1243 lines[off + EXTRA] = extra;
1444 return mLines[mColumns * line + EXTRA];
1632 private static final int EXTRA = 3;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt55311 Landroid/text/DynamicLayout;->EXTRA:I
56059 Landroid/text/StaticLayout;->EXTRA:I
/frameworks/base/core/api/
Dcurrent.txt14833 field public static final String SYNC_MODE_EXTRA = "EXTRA";