Merge "Use ISE to indicate alarm limit" into qt-dev am: be50040106 am: 3a0c08998a

am: 78047c2351

Change-Id: Ia5606f41576d13ec11386fb437bb94648529c243
This commit is contained in:
Suprabh Shukla
2019-05-28 20:02:47 -07:00
committed by android-build-merger

View File

@@ -1763,7 +1763,7 @@ class AlarmManagerService extends SystemService {
+ ", callingPackage: " + callingPackage;
// STOPSHIP (b/128866264): Just to catch breakages. Remove before final release.
Slog.wtf(TAG, errorMsg);
throw new UnsupportedOperationException(errorMsg);
throw new IllegalStateException(errorMsg);
}
setImplLocked(type, triggerAtTime, triggerElapsed, windowLength, maxElapsed,
interval, operation, directReceiver, listenerTag, flags, true, workSource,