Searched defs:isStandalone (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DAlarmManagerService.java524 PendingIntent operation, boolean isStandalone, WorkSource workSource) {
566 + " interval=" + interval + " standalone=" + isStandalone);
569 interval, operation, isStandalone, true, workSource);
574 long maxWhen, long interval, PendingIntent operation, boolean isStandalone,
580 int whichBatch = (isStandalone) ? -1 : attemptCoalesceLocked(whenElapsed, maxWhen);
583 batch.standalone = isStandalone;
601 + " standalone=" + isStandalone);
523 set(int type, long triggerAtTime, long windowLength, long interval, PendingIntent operation, boolean isStandalone, WorkSource workSource) argument
573 setImplLocked(int type, long when, long whenElapsed, long windowLength, long maxWhen, long interval, PendingIntent operation, boolean isStandalone, boolean doValidate, WorkSource workSource) argument

Completed in 59 milliseconds