File
Doc
Category
Size
Date
Package
IAlarmManager.java
API Doc
Android 5.1 API
7810
Sat Mar 14 05:47:56 GMT 2015
android.app
IAlarmManager
public interface IAlarmManager implements android.os.IInterface
System private API for talking with the alarm manager service. {@hide}
Fields Summary
Constructors Summary
Methods Summary
public
android.app.AlarmManager.AlarmClockInfo
getNextAlarmClock
(
int
userId)
public void
remove
(
android.app.PendingIntent
operation)
public void
set
(
int
type,
long
triggerAtTime,
long
windowLength,
long
interval,
android.app.PendingIntent
operation,
android.os.WorkSource
workSource,
android.app.AlarmManager.AlarmClockInfo
alarmClock)
windowLength == 0 means exact; windowLength < 0 means the let the OS decide
public
boolean
setTime
(
long
millis)
public void
setTimeZone
(
java.lang.String
zone)
Java Code Source