Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/timezone/
DRulesManagerService.java283 int installerResult = mInstaller.stageInstallWithErrorCode(distro); in run() local
286 sendInstallNotificationIntentIfRequired(installerResult); in run()
288 int resultCode = mapInstallerResultToApiCode(installerResult); in run()
308 private void sendInstallNotificationIntentIfRequired(int installerResult) { in sendInstallNotificationIntentIfRequired() argument
309 if (installerResult == TimeZoneDistroInstaller.INSTALL_SUCCESS) { in sendInstallNotificationIntentIfRequired()
314 private int mapInstallerResultToApiCode(int installerResult) { in mapInstallerResultToApiCode() argument
315 switch (installerResult) { in mapInstallerResultToApiCode()