Methods Summary |
---|
public void | cancel(android.app.PendingIntent operation) throw new RuntimeException("Stub!");
|
public android.app.AlarmManager$AlarmClockInfo | getNextAlarmClock() throw new RuntimeException("Stub!");
|
public void | set(int type, long triggerAtMillis, android.app.PendingIntent operation) throw new RuntimeException("Stub!");
|
public void | set(int type, long triggerAtMillis, long windowMillis, long intervalMillis, android.app.PendingIntent operation, android.os.WorkSource workSource) throw new RuntimeException("Stub!");
|
public void | setAlarmClock(android.app.AlarmManager$AlarmClockInfo info, android.app.PendingIntent operation) throw new RuntimeException("Stub!");
|
public void | setExact(int type, long triggerAtMillis, android.app.PendingIntent operation) throw new RuntimeException("Stub!");
|
public void | setInexactRepeating(int type, long triggerAtMillis, long intervalMillis, android.app.PendingIntent operation) throw new RuntimeException("Stub!");
|
public void | setRepeating(int type, long triggerAtMillis, long intervalMillis, android.app.PendingIntent operation) throw new RuntimeException("Stub!");
|
public void | setTime(long millis) throw new RuntimeException("Stub!");
|
public void | setTimeZone(java.lang.String timeZone) throw new RuntimeException("Stub!");
|
public void | setWindow(int type, long windowStartMillis, long windowLengthMillis, android.app.PendingIntent operation) throw new RuntimeException("Stub!");
|