|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.Observable
android.content.ContentQueryMap
android.provider.Im.ProviderSettings.QueryMap
public static class Im.ProviderSettings.QueryMap
| Constructor Summary | |
|---|---|
Im.ProviderSettings.QueryMap(ContentResolver contentResolver,
long providerId,
boolean keepUpdated,
Handler handlerForUpdateNotifications)
|
|
| Method Summary | |
|---|---|
boolean |
getAutomaticallyConnectToGTalkServer()
Check if the GTalk service should automatically connect to server. |
boolean |
getEnableNotification()
Check if the IM notification is enabled. |
boolean |
getHideOfflineContacts()
Check if the offline contacts should be hided. |
String |
getRingtoneURI()
Get the Uri String of the current ringtone. |
boolean |
getShowMobileIndicator()
Gets whether or not to show mobile indicator. |
boolean |
getVibrate()
Gets whether or not to vibrate on IM notification. |
void |
setAutomaticallyConnectToGTalkServer(boolean autoConnect)
Set if the GTalk service should automatically connect to server. |
void |
setEnableNotification(boolean enable)
Set whether or not enable the IM notification. |
void |
setHideOfflineContacts(boolean hideOfflineContacts)
Set whether or not the offline contacts should be hided. |
void |
setRingtoneURI(String ringtoneUri)
Set the Uri for the ringtone. |
void |
setShowMobileIndicator(boolean showMobile)
Set whether or not to show mobile indicator to friends. |
void |
setVibrate(boolean vibrate)
Set whether or not to vibrate on IM notification. |
| Methods inherited from class android.content.ContentQueryMap |
|---|
close, finalize, getRows, getValues, requery, setKeepUpdated |
| Methods inherited from class java.util.Observable |
|---|
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Im.ProviderSettings.QueryMap(ContentResolver contentResolver,
long providerId,
boolean keepUpdated,
Handler handlerForUpdateNotifications)
| Method Detail |
|---|
public void setAutomaticallyConnectToGTalkServer(boolean autoConnect)
autoConnect - if the GTalk service should auto connect to server.public boolean getAutomaticallyConnectToGTalkServer()
public void setHideOfflineContacts(boolean hideOfflineContacts)
hideOfflineContacts - Whether or not the offline contacts should be hided.public boolean getHideOfflineContacts()
public void setEnableNotification(boolean enable)
enable - Whether or not enable the IM notification.public boolean getEnableNotification()
public void setVibrate(boolean vibrate)
vibrate - Whether or not to vibrate.public boolean getVibrate()
public void setRingtoneURI(String ringtoneUri)
ringtoneUri - The Uri of the ringtone to be set.public String getRingtoneURI()
public void setShowMobileIndicator(boolean showMobile)
showMobile - whether or not to show mobile indicator.public boolean getShowMobileIndicator()
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||