Searched refs:EXTRA (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/com/android/internal/util/ |
D | SyncResultReceiver.java | 37 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/ |
D | SlicePurchaseBroadcastReceiverTest.java | 67 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/ |
D | DynamicLayout.java | 816 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
|
D | StaticLayout.java | 1243 lines[off + EXTRA] = extra; 1444 return mLines[mColumns * line + EXTRA]; 1632 private static final int EXTRA = 3;
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 55311 Landroid/text/DynamicLayout;->EXTRA:I 56059 Landroid/text/StaticLayout;->EXTRA:I
|
/frameworks/base/core/api/ |
D | current.txt | 14833 field public static final String SYNC_MODE_EXTRA = "EXTRA";
|