Searched refs:logAndThrowRuntimeException (Results 1 – 1 of 1) sorted by relevance
177 throw logAndThrowRuntimeException("mFailedRetryCount=" + mFailedCheckRetryCount, null); in throwIfDeviceSettingsOrAppsAreBad()180 throw logAndThrowRuntimeException( in throwIfDeviceSettingsOrAppsAreBad()187 throw logAndThrowRuntimeException( in throwIfDeviceSettingsOrAppsAreBad()191 throw logAndThrowRuntimeException("Could not determine update app package details for " in throwIfDeviceSettingsOrAppsAreBad()199 throw logAndThrowRuntimeException( in throwIfDeviceSettingsOrAppsAreBad()203 throw logAndThrowRuntimeException("Could not determine data app package details for " in throwIfDeviceSettingsOrAppsAreBad()517 throw logAndThrowRuntimeException(message, null); in throwRuntimeExceptionIfNullOrEmpty()521 private static RuntimeException logAndThrowRuntimeException(String message, Throwable cause) { in logAndThrowRuntimeException() method in PackageTracker