Home
last modified time | relevance | path

Searched refs:throwRuntimeExceptionIfNullOrEmpty (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/timezone/
DPackageTracker.java173 throwRuntimeExceptionIfNullOrEmpty( in throwIfDeviceSettingsOrAppsAreBad()
175 throwRuntimeExceptionIfNullOrEmpty(mDataAppPackageName, "Data app package name missing."); in throwIfDeviceSettingsOrAppsAreBad()
515 private static void throwRuntimeExceptionIfNullOrEmpty(String value, String message) { in throwRuntimeExceptionIfNullOrEmpty() method in PackageTracker