es.cesar.quitesleep.subactivities
Class SmsSettings

java.lang.Object
  extended by Activity
      extended by es.cesar.quitesleep.subactivities.SmsSettings

public class SmsSettings
extends Activity

Author:
Cesar Valiente Gordo

Field Summary
(package private)  int saveSmsButtonId
           
(package private)  int smsEditTextId
           
(package private)  int smsServiceToggleButtonId
           
 
Constructor Summary
SmsSettings()
           
 
Method Summary
 void onClick(View view)
           
 void onCreate(Bundle savedInstanceState)
           
protected  Dialog onCreateDialog(int id)
          Create the activity dialogs used for it
protected  void onPrepareDialog(int idDialog, Dialog dialog)
          This function prepare the dalogs every time to call for some of this
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

smsEditTextId

final int smsEditTextId
See Also:
Constant Field Values

saveSmsButtonId

final int saveSmsButtonId
See Also:
Constant Field Values

smsServiceToggleButtonId

final int smsServiceToggleButtonId
See Also:
Constant Field Values
Constructor Detail

SmsSettings

public SmsSettings()
Method Detail

onCreate

public void onCreate(Bundle savedInstanceState)

onClick

public void onClick(View view)

onCreateDialog

protected Dialog onCreateDialog(int id)
Create the activity dialogs used for it

Parameters:
id -
Returns:
the dialog for the option specified
See Also:
Dialog

onPrepareDialog

protected void onPrepareDialog(int idDialog,
                               Dialog dialog)
This function prepare the dalogs every time to call for some of this

Parameters:
int -
dialog -