public static class ProfileInfo.SpiData
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
PROFILE_ID_ALL  | 
| Modifier | Constructor and Description | 
|---|---|
protected | 
ProfileInfo.SpiData(Context ctx)  | 
| Modifier and Type | Method and Description | 
|---|---|
static ProfileInfo.SpiData | 
getInstance(Context context)  | 
java.lang.Class<? extends Profile> | 
getProfileClass()  | 
java.lang.String | 
getProfileId()  | 
boolean | 
matchSubTypes()  | 
void | 
setMatchSubTypes(boolean match)  | 
void | 
setProfileClass(java.lang.Class<? extends Profile> profileClass)  | 
void | 
setProfileId(java.lang.String profileId)  | 
protected ProfileInfo.SpiData(Context ctx)
public static ProfileInfo.SpiData getInstance(Context context)
public java.lang.Class<? extends Profile> getProfileClass()
public void setProfileClass(java.lang.Class<? extends Profile> profileClass)
public boolean matchSubTypes()
public void setMatchSubTypes(boolean match)
public void setProfileId(java.lang.String profileId)
public java.lang.String getProfileId()