FileDocCategorySizeDatePackage
IAlarmManager.javaAPI DocAndroid 5.1 API7810Sat Mar 14 05:47:56 GMT 2015android.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.AlarmClockInfogetNextAlarmClock(int userId)

public voidremove(android.app.PendingIntent operation)

public voidset(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 booleansetTime(long millis)

public voidsetTimeZone(java.lang.String zone)