Searched refs:SystemFontException (Results 1 – 5 of 5) sorted by relevance
302 throws SystemFontException { in installFontFile()305 throw new SystemFontException( in installFontFile()313 throw new SystemFontException( in installFontFile()323 throw new SystemFontException( in installFontFile()333 throw new SystemFontException( in installFontFile()341 throw new SystemFontException( in installFontFile()483 throw new SystemFontException( in validateFontFile()491 throw new SystemFontException( in validateFontFile()497 throw new SystemFontException( in validateFontFile()575 throws SystemFontException { in writePersistentConfig()[all …]
328 throw new SystemFontException( in update()334 throw new SystemFontException( in update()342 throw new SystemFontException( in update()348 throw new SystemFontException( in update()357 throw new SystemFontException( in update()363 throw new SystemFontException( in update()368 throw new SystemFontException( in update()387 throw new SystemFontException( in updateFamily()396 throw new SystemFontException( in updateFamily()418 throws SystemFontException { in parseFontFamilyUpdateXml()[all …]
86 } catch (SystemFontException e) { in updateFontFamily()111 /* package */ static class SystemFontException extends AndroidException { class in FontManagerService114 SystemFontException(@FontManager.ResultCode int errorCode, String msg, Throwable cause) { in SystemFontException() method in FontManagerService.SystemFontException119 SystemFontException(int errorCode, String msg) { in SystemFontException() method in FontManagerService.SystemFontException234 throws SystemFontException { in update()236 throw new SystemFontException( in update()244 throw new SystemFontException( in update()
377 } catch (FontManagerService.SystemFontException e) { in construct_afterBatchFailure()509 } catch (FontManagerService.SystemFontException e) { in installFontFile_downgrade()566 } catch (FontManagerService.SystemFontException e) { in installFontFile_invalidSignature()624 } catch (FontManagerService.SystemFontException e) { in installFontFile_preinstalled_downgrade()655 } catch (FontManagerService.SystemFontException e) { in installFontFile_failedToWriteConfigXml()698 } catch (FontManagerService.SystemFontException e) { in installFontFile_failedToParsePostScript()735 } catch (FontManagerService.SystemFontException e) { in installFontFile_failedToParsePostScriptName_invalidFont()773 } catch (FontManagerService.SystemFontException e) { in installFontFile_failedToCreateTypeface()808 } catch (FontManagerService.SystemFontException e) { in installFontFile_renameToPsNameFailure()829 } catch (FontManagerService.SystemFontException e) { in installFontFile_batchFailure()[all …]
53614 Lcom/android/server/graphics/fonts/FontManagerService$SystemFontException;