Searched refs:describeContents (Results 151 - 175 of 254) sorted by relevance

1234567891011

/frameworks/base/core/java/android/view/inputmethod/
H A DEditorInfo.java396 public int describeContents() { method in class:EditorInfo
/frameworks/base/core/java/com/android/internal/statusbar/
H A DStatusBarIconList.java69 public int describeContents() { method in class:StatusBarIconList
/frameworks/base/location/java/android/location/
H A DCriteria.java351 public int describeContents() { method in class:Criteria
H A DAddress.java529 public int describeContents() { method in class:Address
530 return (mExtras != null) ? mExtras.describeContents() : 0;
/frameworks/base/telephony/java/android/telephony/
H A DCellIdentityCdma.java178 public int describeContents() { method in class:CellIdentityCdma
H A DCellIdentityLte.java158 public int describeContents() { method in class:CellIdentityLte
H A DNeighboringCellInfo.java277 public int describeContents() { method in class:NeighboringCellInfo
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiSsid.java208 public int describeContents() { method in class:WifiSsid
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pDeviceList.java149 public int describeContents() { method in class:WifiP2pDeviceList
H A DWifiP2pGroupList.java207 public int describeContents() { method in class:WifiP2pGroupList
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
H A DWifiP2pServiceRequest.java250 public int describeContents() { method in class:WifiP2pServiceRequest
/frameworks/opt/telephony/src/java/android/telephony/
H A DSmsCbMessage.java379 public int describeContents() { method in class:SmsCbMessage
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCatCmdMessage.java150 public int describeContents() { method in class:CatCmdMessage
/frameworks/base/core/java/android/os/
H A DBundle.java338 if ((((Parcelable)obj).describeContents()
346 if ((array[n].describeContents()
356 if ((array.get(n).describeContents()
370 if (p != null && ((p.describeContents()
1601 public int describeContents() { method in class:Bundle
/frameworks/base/core/java/android/app/
H A DWallpaperInfo.java306 public int describeContents() { method in class:WallpaperInfo
/frameworks/base/core/java/android/content/
H A DIntentSender.java311 public int describeContents() { method in class:IntentSender
/frameworks/base/core/java/android/content/pm/
H A DActivityInfo.java552 public int describeContents() { method in class:ActivityInfo
H A DContainerEncryptionParams.java190 public int describeContents() { method in class:ContainerEncryptionParams
H A DResolveInfo.java256 public int describeContents() { method in class:ResolveInfo
/frameworks/base/core/java/android/content/res/
H A DColorStateList.java299 public int describeContents() { method in class:ColorStateList
/frameworks/base/core/java/android/net/
H A DNetworkInfo.java413 public int describeContents() { method in class:NetworkInfo
H A DNetworkTemplate.java159 public int describeContents() { method in class:NetworkTemplate
H A DProxyProperties.java164 public int describeContents() { method in class:ProxyProperties
H A DRouteInfo.java133 public int describeContents() { method in class:RouteInfo
/frameworks/base/core/java/android/net/nsd/
H A DDnsSdTxtRecord.java303 public int describeContents() { method in class:DnsSdTxtRecord

Completed in 280 milliseconds

1234567891011