Uses of Interface
android.os.Parcelable

Packages that use Parcelable
android.accessibilityservice   
android.accounts   
android.app   
android.app.admin   
android.appwidget   
android.bluetooth   
android.content   
android.content.pm   
android.content.res   
android.database   
android.gesture   
android.graphics   
android.hardware.usb   
android.location   
android.net   
android.net.sip   
android.net.wifi   
android.net.wifi.p2p   
android.nfc   
android.os   
android.preference   
android.telephony   
android.text   
android.text.style   
android.view   
android.view.accessibility   
android.view.inputmethod   
android.view.textservice   
android.widget   
 

Uses of Parcelable in android.accessibilityservice
 

Classes in android.accessibilityservice that implement Parcelable
 class AccessibilityServiceInfo
           
 

Uses of Parcelable in android.accounts
 

Classes in android.accounts that implement Parcelable
 class Account
           
 class AccountAuthenticatorResponse
           
 class AuthenticatorDescription
           
 

Uses of Parcelable in android.app
 

Classes in android.app that implement Parcelable
static class ActivityManager.MemoryInfo
           
static class ActivityManager.ProcessErrorStateInfo
           
static class ActivityManager.RecentTaskInfo
           
static class ActivityManager.RunningAppProcessInfo
           
static class ActivityManager.RunningServiceInfo
           
static class ActivityManager.RunningTaskInfo
           
 class ApplicationErrorReport
           
static class Fragment.SavedState
           
 class Notification
           
 class PendingIntent
           
 class SearchableInfo
           
 class WallpaperInfo
           
 

Uses of Parcelable in android.app.admin
 

Classes in android.app.admin that implement Parcelable
 class DeviceAdminInfo
           
 

Uses of Parcelable in android.appwidget
 

Classes in android.appwidget that implement Parcelable
 class AppWidgetProviderInfo
           
 

Method parameters in android.appwidget with type arguments of type Parcelable
protected  void AppWidgetHostView.dispatchRestoreInstanceState(SparseArray<Parcelable> container)
           
protected  void AppWidgetHostView.dispatchSaveInstanceState(SparseArray<Parcelable> container)
           
 

Uses of Parcelable in android.bluetooth
 

Classes in android.bluetooth that implement Parcelable
 class BluetoothClass
           
 class BluetoothDevice
           
 class BluetoothHealthAppConfiguration
           
 

Uses of Parcelable in android.content
 

Classes in android.content that implement Parcelable
 class ClipData
           
 class ClipDescription
           
 class ComponentName
           
 class ContentProviderOperation
           
 class ContentProviderResult
           
 class ContentValues
           
 class Intent
           
static class Intent.ShortcutIconResource
           
 class IntentFilter
           
 class IntentSender
           
 class PeriodicSync
           
 class SyncAdapterType
           
 class SyncInfo
           
 class SyncResult
           
 class SyncStats
           
 

Methods in android.content with type parameters of type Parcelable
<T extends Parcelable>
ArrayList<T>
Intent.getParcelableArrayListExtra(String name)
           
<T extends Parcelable>
T
Intent.getParcelableExtra(String name)
           
 

Methods in android.content that return Parcelable
 Parcelable[] Intent.getParcelableArrayExtra(String name)
           
 

Methods in android.content with parameters of type Parcelable
 Intent Intent.putExtra(String name, Parcelable value)
           
 Intent Intent.putExtra(String name, Parcelable[] value)
           
 

Method parameters in android.content with type arguments of type Parcelable
 Intent Intent.putParcelableArrayListExtra(String name, ArrayList<? extends Parcelable> value)
           
 

Uses of Parcelable in android.content.pm
 

Classes in android.content.pm that implement Parcelable
 class ActivityInfo
           
 class ApplicationInfo
           
 class ConfigurationInfo
           
 class FeatureInfo
           
 class InstrumentationInfo
           
 class LabeledIntent
           
 class PackageInfo
           
 class PackageStats
           
 class PathPermission
           
 class PermissionGroupInfo
           
 class PermissionInfo
           
 class ProviderInfo
           
 class ResolveInfo
           
 class ServiceInfo
           
 class Signature
           
 

Uses of Parcelable in android.content.res
 

Classes in android.content.res that implement Parcelable
 class AssetFileDescriptor
           
 class ColorStateList
           
 class Configuration
           
 class ObbInfo
           
 

Uses of Parcelable in android.database
 

Classes in android.database that implement Parcelable
 class CursorWindow
           
 

Uses of Parcelable in android.gesture
 

Classes in android.gesture that implement Parcelable
 class Gesture
           
 

Uses of Parcelable in android.graphics
 

Classes in android.graphics that implement Parcelable
 class Bitmap
           
 class Point
           
 class PointF
           
 class Rect
           
 class RectF
           
 class Region
           
 

Uses of Parcelable in android.hardware.usb
 

Classes in android.hardware.usb that implement Parcelable
 class UsbAccessory
           
 class UsbDevice
           
 class UsbEndpoint
           
 class UsbInterface
           
 

Uses of Parcelable in android.location
 

Classes in android.location that implement Parcelable
 class Address
           
 class Criteria
           
 class Location
           
 

Uses of Parcelable in android.net
 

Classes in android.net that implement Parcelable
 class DhcpInfo
           
 class NetworkInfo
           
 class Uri
           
 

Uses of Parcelable in android.net.sip
 

Classes in android.net.sip that implement Parcelable
 class SipProfile
           
 

Uses of Parcelable in android.net.wifi
 

Classes in android.net.wifi that implement Parcelable
 class ScanResult
           
 class SupplicantState
           
 class WifiConfiguration
           
 class WifiInfo
           
 class WpsInfo
           
 

Uses of Parcelable in android.net.wifi.p2p
 

Classes in android.net.wifi.p2p that implement Parcelable
 class WifiP2pConfig
           
 class WifiP2pDevice
           
 class WifiP2pDeviceList
           
 class WifiP2pGroup
           
 class WifiP2pInfo
           
 

Uses of Parcelable in android.nfc
 

Classes in android.nfc that implement Parcelable
 class NdefMessage
           
 class NdefRecord
           
 class Tag
           
 

Uses of Parcelable in android.os
 

Classes in android.os that implement Parcelable
 class Bundle
           
static class Debug.MemoryInfo
           
static class DropBoxManager.Entry
           
 class Message
           
 class Messenger
           
 class ParcelFileDescriptor
           
 class ParcelUuid
           
 class PatternMatcher
           
 class ResultReceiver
           
 class WorkSource
           
 

Methods in android.os with type parameters of type Parcelable
<T extends Parcelable>
T
Bundle.getParcelable(String key)
           
<T extends Parcelable>
ArrayList<T>
Bundle.getParcelableArrayList(String key)
           
<T extends Parcelable>
SparseArray<T>
Bundle.getSparseParcelableArray(String key)
           
<T extends Parcelable>
T
Parcel.readParcelable(ClassLoader loader)
           
<T extends Parcelable>
void
Parcel.writeParcelableArray(T[] value, int parcelableFlags)
           
<T extends Parcelable>
void
Parcel.writeTypedArray(T[] val, int parcelableFlags)
           
<T extends Parcelable>
void
Parcel.writeTypedList(List<T> val)
           
 

Methods in android.os that return Parcelable
 Parcelable[] Bundle.getParcelableArray(String key)
           
 Parcelable[] Parcel.readParcelableArray(ClassLoader loader)
           
 

Methods in android.os with parameters of type Parcelable
 void Bundle.putParcelable(String key, Parcelable value)
           
 void Bundle.putParcelableArray(String key, Parcelable[] value)
           
 void Parcel.writeParcelable(Parcelable p, int parcelableFlags)
           
<T extends Parcelable>
void
Parcel.writeParcelableArray(T[] value, int parcelableFlags)
           
<T extends Parcelable>
void
Parcel.writeTypedArray(T[] val, int parcelableFlags)
           
 

Method parameters in android.os with type arguments of type Parcelable
 void Bundle.putParcelableArrayList(String key, ArrayList<? extends Parcelable> value)
           
 void Bundle.putSparseParcelableArray(String key, SparseArray<? extends Parcelable> value)
           
 

Uses of Parcelable in android.preference
 

Classes in android.preference that implement Parcelable
static class Preference.BaseSavedState
           
static class PreferenceActivity.Header
           
 

Methods in android.preference that return Parcelable
protected  Parcelable EditTextPreference.onSaveInstanceState()
           
protected  Parcelable TwoStatePreference.onSaveInstanceState()
           
protected  Parcelable MultiSelectListPreference.onSaveInstanceState()
           
protected  Parcelable ListPreference.onSaveInstanceState()
           
protected  Parcelable Preference.onSaveInstanceState()
           
protected  Parcelable PreferenceScreen.onSaveInstanceState()
           
protected  Parcelable DialogPreference.onSaveInstanceState()
           
 

Methods in android.preference with parameters of type Parcelable
protected  void EditTextPreference.onRestoreInstanceState(Parcelable state)
           
protected  void TwoStatePreference.onRestoreInstanceState(Parcelable state)
           
protected  void ListPreference.onRestoreInstanceState(Parcelable state)
           
protected  void Preference.onRestoreInstanceState(Parcelable state)
           
protected  void PreferenceScreen.onRestoreInstanceState(Parcelable state)
           
protected  void DialogPreference.onRestoreInstanceState(Parcelable state)
           
 

Constructors in android.preference with parameters of type Parcelable
Preference.BaseSavedState(Parcelable superState)
           
 

Uses of Parcelable in android.telephony
 

Classes in android.telephony that implement Parcelable
 class NeighboringCellInfo
           
 class ServiceState
           
 class SignalStrength
           
 

Uses of Parcelable in android.text
 

Subinterfaces of Parcelable in android.text
 interface ParcelableSpan
           
 

Classes in android.text that implement Parcelable
 class Annotation
           
 

Uses of Parcelable in android.text.style
 

Classes in android.text.style that implement Parcelable
 class AbsoluteSizeSpan
           
static class AlignmentSpan.Standard
           
 class BackgroundColorSpan
           
 class BulletSpan
           
 class EasyEditSpan
           
 class ForegroundColorSpan
           
static class LeadingMarginSpan.Standard
           
 class QuoteSpan
           
 class RelativeSizeSpan
           
 class ScaleXSpan
           
 class StrikethroughSpan
           
 class StyleSpan
           
 class SubscriptSpan
           
 class SuggestionSpan
           
 class SuperscriptSpan
           
 class TextAppearanceSpan
           
 class TypefaceSpan
           
 class UnderlineSpan
           
 class URLSpan
           
 

Uses of Parcelable in android.view
 

Classes in android.view that implement Parcelable
 class AbsSavedState
           
 class DragEvent
           
 class InputDevice
           
 class InputEvent
           
 class KeyEvent
           
 class MotionEvent
           
 class Surface
           
static class View.BaseSavedState
           
static class WindowManager.LayoutParams
           
 

Methods in android.view that return Parcelable
 Parcelable AbsSavedState.getSuperState()
           
protected  Parcelable View.onSaveInstanceState()
           
 

Methods in android.view with parameters of type Parcelable
protected  void View.onRestoreInstanceState(Parcelable state)
           
 

Method parameters in android.view with type arguments of type Parcelable
protected  void ViewGroup.dispatchFreezeSelfOnly(SparseArray<Parcelable> container)
           
protected  void ViewGroup.dispatchRestoreInstanceState(SparseArray<Parcelable> container)
           
protected  void View.dispatchRestoreInstanceState(SparseArray<Parcelable> container)
           
protected  void ViewGroup.dispatchSaveInstanceState(SparseArray<Parcelable> container)
           
protected  void View.dispatchSaveInstanceState(SparseArray<Parcelable> container)
           
protected  void ViewGroup.dispatchThawSelfOnly(SparseArray<Parcelable> container)
           
 void View.restoreHierarchyState(SparseArray<Parcelable> container)
           
 void View.saveHierarchyState(SparseArray<Parcelable> container)
           
 

Constructors in android.view with parameters of type Parcelable
AbsSavedState(Parcelable superState)
           
View.BaseSavedState(Parcelable superState)
           
 

Uses of Parcelable in android.view.accessibility
 

Classes in android.view.accessibility that implement Parcelable
 class AccessibilityEvent
           
 class AccessibilityNodeInfo
           
 

Methods in android.view.accessibility that return Parcelable
 Parcelable AccessibilityRecord.getParcelableData()
           
 

Methods in android.view.accessibility with parameters of type Parcelable
 void AccessibilityRecord.setParcelableData(Parcelable parcelableData)
           
 

Uses of Parcelable in android.view.inputmethod
 

Classes in android.view.inputmethod that implement Parcelable
 class CompletionInfo
           
 class CorrectionInfo
           
 class EditorInfo
           
 class ExtractedText
           
 class ExtractedTextRequest
           
 class InputBinding
           
 class InputMethodInfo
           
 class InputMethodSubtype
           
 

Uses of Parcelable in android.view.textservice
 

Classes in android.view.textservice that implement Parcelable
 class SpellCheckerInfo
           
 class SpellCheckerSubtype
           
 class SuggestionsInfo
           
 class TextInfo
           
 

Uses of Parcelable in android.widget
 

Classes in android.widget that implement Parcelable
 class RemoteViews
           
static class TextView.SavedState
           
 

Methods in android.widget that return Parcelable
protected  Parcelable TimePicker.onSaveInstanceState()
           
 Parcelable TextView.onSaveInstanceState()
           
 Parcelable AbsListView.onSaveInstanceState()
           
 Parcelable AdapterViewAnimator.onSaveInstanceState()
           
 Parcelable ProgressBar.onSaveInstanceState()
           
 Parcelable ExpandableListView.onSaveInstanceState()
           
 Parcelable AbsSpinner.onSaveInstanceState()
           
 Parcelable CompoundButton.onSaveInstanceState()
           
protected  Parcelable DatePicker.onSaveInstanceState()
           
 

Methods in android.widget with parameters of type Parcelable
protected  void TimePicker.onRestoreInstanceState(Parcelable state)
           
 void TextView.onRestoreInstanceState(Parcelable state)
           
 void AbsListView.onRestoreInstanceState(Parcelable state)
           
 void AdapterViewAnimator.onRestoreInstanceState(Parcelable state)
           
 void ProgressBar.onRestoreInstanceState(Parcelable state)
           
 void ExpandableListView.onRestoreInstanceState(Parcelable state)
           
 void AbsSpinner.onRestoreInstanceState(Parcelable state)
           
 void CompoundButton.onRestoreInstanceState(Parcelable state)
           
protected  void DatePicker.onRestoreInstanceState(Parcelable state)
           
 

Method parameters in android.widget with type arguments of type Parcelable
protected  void AdapterView.dispatchRestoreInstanceState(SparseArray<Parcelable> container)
           
protected  void DatePicker.dispatchRestoreInstanceState(SparseArray<Parcelable> container)
           
protected  void AdapterView.dispatchSaveInstanceState(SparseArray<Parcelable> container)
           
 



Copyright © 2008-2012. All Rights Reserved.