HomeSort by relevance Sort by last modified time
    Searched refs:CREATOR (Results 151 - 175 of 1499) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/core/java/android/app/servertransaction/
ConfigurationChangeItem.java 78 mConfiguration = in.readTypedObject(Configuration.CREATOR);
81 public static final Creator<ConfigurationChangeItem> CREATOR =
82 new Creator<ConfigurationChangeItem>() {
MoveToDisplayItem.java 83 mConfiguration = in.readTypedObject(Configuration.CREATOR);
86 public static final Creator<MoveToDisplayItem> CREATOR = new Creator<MoveToDisplayItem>() {
MultiWindowModeChangeItem.java 81 mOverrideConfig = in.readTypedObject(Configuration.CREATOR);
84 public static final Creator<MultiWindowModeChangeItem> CREATOR =
85 new Creator<MultiWindowModeChangeItem>() {
NewIntentItem.java 90 mIntents = in.createTypedArrayList(ReferrerIntent.CREATOR);
93 public static final Parcelable.Creator<NewIntentItem> CREATOR =
94 new Parcelable.Creator<NewIntentItem>() {
PipModeChangeItem.java 79 mOverrideConfig = in.readTypedObject(Configuration.CREATOR);
82 public static final Creator<PipModeChangeItem> CREATOR =
83 new Creator<PipModeChangeItem>() {
  /frameworks/base/core/java/android/app/usage/
ConfigurationStats.java 141 public static final Creator<ConfigurationStats> CREATOR = new Creator<ConfigurationStats>() {
146 stats.mConfiguration = Configuration.CREATOR.createFromParcel(source);
  /frameworks/base/core/java/android/bluetooth/
BluetoothActivityEnergyInfo.java 63 mUidTraffic = in.createTypedArray(UidTraffic.CREATOR);
79 public static final Parcelable.Creator<BluetoothActivityEnergyInfo> CREATOR =
80 new Parcelable.Creator<BluetoothActivityEnergyInfo>() {
BluetoothGattService.java 166 public static final Parcelable.Creator<BluetoothGattService> CREATOR =
167 new Parcelable.Creator<BluetoothGattService>() {
185 in.createTypedArrayList(BluetoothGattCharacteristic.CREATOR);
196 in.createTypedArrayList(BluetoothGattIncludedService.CREATOR);
  /frameworks/base/core/java/android/content/pm/
PackageInfoLite.java 118 public static final Parcelable.Creator<PackageInfoLite> CREATOR
119 = new Parcelable.Creator<PackageInfoLite>() {
145 source.readTypedArray(verifiers, VerifierInfo.CREATOR);
  /frameworks/base/core/java/android/hardware/radio/
Announcement.java 94 mSelector = in.readTypedObject(ProgramSelector.CREATOR);
111 public static final Parcelable.Creator<Announcement> CREATOR =
112 new Parcelable.Creator<Announcement>() {
  /frameworks/base/core/java/android/service/chooser/
ChooserTarget.java 59 * The ComponentName of the Activity to be invoked. Must be part of the target creator's
82 * <p>The creator of a target may supply a ranking score. This score is assumed to be relative
88 * <p>The ComponentName must be the name of an Activity component in the creator's own
119 mIcon = Icon.CREATOR.createFromParcel(in);
149 * Returns the ranking score supplied by the creator of this ChooserTarget.
205 public static final Creator<ChooserTarget> CREATOR
206 = new Creator<ChooserTarget>() {
  /frameworks/base/core/java/android/view/
KeyboardShortcutGroup.java 83 source.readTypedList(mItems, KeyboardShortcutInfo.CREATOR);
128 public static final Creator<KeyboardShortcutGroup> CREATOR =
129 new Creator<KeyboardShortcutGroup>() {
  /frameworks/base/core/java/android/view/textservice/
SentenceSuggestionsInfo.java 62 source.readTypedArray(mSuggestionsInfos, SuggestionsInfo.CREATOR);
132 public static final Parcelable.Creator<SentenceSuggestionsInfo> CREATOR
133 = new Parcelable.Creator<SentenceSuggestionsInfo>() {
  /frameworks/base/location/java/com/android/internal/location/
ProviderRequest.java 53 public static final Parcelable.Creator<ProviderRequest> CREATOR =
54 new Parcelable.Creator<ProviderRequest>() {
63 request.locationRequests.add(LocationRequest.CREATOR.createFromParcel(in));
  /frameworks/base/telephony/java/com/android/internal/telephony/
CellNetworkScanResult.java 61 mOperators.add(OperatorInfo.CREATOR.createFromParcel(in));
114 public static final Parcelable.Creator<CellNetworkScanResult> CREATOR
115 = new Parcelable.Creator<CellNetworkScanResult>() {
  /packages/apps/Car/libs/car-broadcastradio-support/src/com/android/car/broadcastradio/support/
Program.java 89 mSelector = Objects.requireNonNull(in.readTypedObject(ProgramSelector.CREATOR));
104 public static final Parcelable.Creator<Program> CREATOR = new Parcelable.Creator<Program>() {
  /packages/apps/Launcher3/src/com/android/launcher3/widget/
WidgetAddFlowHandler.java 41 mProviderInfo = AppWidgetProviderInfo.CREATOR.createFromParcel(parcel);
90 public static final Parcelable.Creator<WidgetAddFlowHandler> CREATOR =
91 new Parcelable.Creator<WidgetAddFlowHandler>() {
  /packages/apps/Nfc/src/com/android/nfc/beam/
BeamTransferRecord.java 53 public static final Parcelable.Creator<BeamTransferRecord> CREATOR
54 = new Parcelable.Creator<BeamTransferRecord>() {
69 in.readTypedArray(uris, Uri.CREATOR);
  /frameworks/base/telecomm/java/android/telecom/
ParcelableCallAnalytics.java 39 public static final Parcelable.Creator<VideoEvent> CREATOR =
40 new Parcelable.Creator<VideoEvent> () {
138 public static final Parcelable.Creator<AnalyticsEvent> CREATOR =
139 new Parcelable.Creator<AnalyticsEvent> () {
201 public static final Parcelable.Creator<EventTiming> CREATOR =
202 new Parcelable.Creator<EventTiming> () {
264 public static final Parcelable.Creator<ParcelableCallAnalytics> CREATOR
    [all...]
  /cts/tests/tests/telecom/src/android/telecom/cts/
DataObjectUnitTests.java 86 PhoneAccount parcelAccount = PhoneAccount.CREATOR.createFromParcel(p);
118 PhoneAccountHandle unparcelled = PhoneAccountHandle.CREATOR.createFromParcel(p);
152 ConnectionRequest parcelRequest = ConnectionRequest.CREATOR.createFromParcel(p);
185 DisconnectCause parcelCause = DisconnectCause.CREATOR.createFromParcel(p);
220 StatusHints parcelHints = StatusHints.CREATOR.createFromParcel(p);
251 GatewayInfo parcelInfo = GatewayInfo.CREATOR.createFromParcel(p);
275 CallAudioState parcelAudioState = CallAudioState.CREATOR.createFromParcel(p);
296 VideoProfile unparcelled = VideoProfile.CREATOR.createFromParcel(p);
314 VideoProfile.CameraCapabilities.CREATOR.createFromParcel(p);
  /prebuilts/tools/common/m2/repository/com/cocoahero/android/geojson/1.0.1/
geojson-1.0.1.jar 
  /cts/tests/tests/telephony/src/android/telephony/cts/
CellInfoTest.java 178 CellInfoCdma newCi = CellInfoCdma.CREATOR.createFromParcel(p);
216 CellIdentityCdma newCi = CellIdentityCdma.CREATOR.createFromParcel(p);
257 CellSignalStrengthCdma newCss = CellSignalStrengthCdma.CREATOR.createFromParcel(p);
276 CellInfoLte newCi = CellInfoLte.CREATOR.createFromParcel(p);
362 CellIdentityLte newci = CellIdentityLte.CREATOR.createFromParcel(p);
408 CellSignalStrengthLte newCss = CellSignalStrengthLte.CREATOR.createFromParcel(p);
427 CellInfoWcdma newCi = CellInfoWcdma.CREATOR.createFromParcel(p);
492 CellIdentityWcdma newci = CellIdentityWcdma.CREATOR.createFromParcel(p);
516 CellSignalStrengthWcdma newCss = CellSignalStrengthWcdma.CREATOR.createFromParcel(p);
535 CellInfoGsm newCi = CellInfoGsm.CREATOR.createFromParcel(p)
    [all...]
  /cts/tests/tests/tv/src/android/media/tv/cts/
TvTrackInfoTest.java 52 TvTrackInfo infoFromParcel = TvTrackInfo.CREATOR.createFromParcel(p);
93 TvTrackInfo infoFromParcel = TvTrackInfo.CREATOR.createFromParcel(p);
127 TvTrackInfo infoFromParcel = TvTrackInfo.CREATOR.createFromParcel(p);
  /cts/tests/tests/widget/src/android/widget/cts/
RemoteViewsActivityTest.java 61 RemoteViews r = RemoteViews.CREATOR.createFromParcel(p);
87 RemoteViews r = RemoteViews.CREATOR.createFromParcel(p);
116 RemoteViews r = RemoteViews.CREATOR.createFromParcel(p);
  /frameworks/base/core/java/android/net/
ScoredNetwork.java 156 networkKey = NetworkKey.CREATOR.createFromParcel(in);
158 rssiCurve = RssiCurve.CREATOR.createFromParcel(in);
305 public static final Parcelable.Creator<ScoredNetwork> CREATOR =
306 new Parcelable.Creator<ScoredNetwork>() {

Completed in 724 milliseconds

1 2 3 4 5 67 8 91011>>