android.app
Interface IAlarmManager
- All Superinterfaces:
- IInterface
- All Known Implementing Classes:
- IAlarmManager.Stub
public interface IAlarmManager
- extends IInterface
System private API for talking with the alarm manager service.
|
Nested Class Summary |
static class |
IAlarmManager.Stub
Local-side IPC implementation stub class. |
set
void set(int type,
long triggerAtTime,
PendingIntent operation)
throws RemoteException
- Throws:
RemoteException
setRepeating
void setRepeating(int type,
long triggerAtTime,
long interval,
PendingIntent operation)
throws RemoteException
- Throws:
RemoteException
setTimeZone
void setTimeZone(String zone)
throws RemoteException
- Throws:
RemoteException
remove
void remove(PendingIntent operation)
throws RemoteException
- Throws:
RemoteException
Please submit a feedback, bug or feature