Home
last modified time | relevance | path

Searched refs:toParcelable (Results 1 – 4 of 4) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
DNetworkConfiguration.java61 public Parcelable toParcelable(); in toParcelable() method
DWifiConfig.java65 public Parcelable toParcelable() { in toParcelable() method in WifiConfig
DEthernetConfig.java73 public Parcelable toParcelable() { in toParcelable() method in EthernetConfig
DSaveWifiConfigurationFragment.java46 args.putParcelable(EXTRA_CONFIGURATION, configuration.toParcelable()); in newInstance()