android.provider
Class AlarmClock

java.lang.Object
  extended by android.provider.AlarmClock

public final class AlarmClock
extends Object


Field Summary
static String ACTION_SET_ALARM
           
static String EXTRA_HOUR
           
static String EXTRA_MESSAGE
           
static String EXTRA_MINUTES
           
 
Constructor Summary
AlarmClock()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACTION_SET_ALARM

public static final String ACTION_SET_ALARM
See Also:
Constant Field Values

EXTRA_MESSAGE

public static final String EXTRA_MESSAGE
See Also:
Constant Field Values

EXTRA_HOUR

public static final String EXTRA_HOUR
See Also:
Constant Field Values

EXTRA_MINUTES

public static final String EXTRA_MINUTES
See Also:
Constant Field Values
Constructor Detail

AlarmClock

public AlarmClock()


Copyright © 2008-2010. All Rights Reserved.