File
Doc
Category
Size
Date
Package
StatusHints.java
API Doc
Android 5.1 API
1162
Sat Mar 14 14:09:58 GMT 2015
android.telecom
StatusHints
java.lang.Object
public final class StatusHints extends Object implements android.os.Parcelable
Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
Constructors Summary
public StatusHints
(
android.content.ComponentName
packageName,
CharSequence
label,
int
iconResId,
android.os.Bundle
extras)
throw new RuntimeException("Stub!");
Methods Summary
public
int
describeContents
()
throw new RuntimeException("Stub!");
public
boolean
equals
(
java.lang.Object
other)
throw new RuntimeException("Stub!");
public
android.os.Bundle
getExtras
()
throw new RuntimeException("Stub!");
public
android.graphics.drawable.Drawable
getIcon
(
android.content.Context
context)
throw new RuntimeException("Stub!");
public
int
getIconResId
()
throw new RuntimeException("Stub!");
public
java.lang.CharSequence
getLabel
()
throw new RuntimeException("Stub!");
public
android.content.ComponentName
getPackageName
()
throw new RuntimeException("Stub!");
public
int
hashCode
()
throw new RuntimeException("Stub!");
public void
writeToParcel
(
android.os.Parcel
out,
int
flags)
throw new RuntimeException("Stub!");
Java Code Source