Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/graphics/fonts/
H A DFontManagerShellCommand.java346 throw new SystemFontException( in installCert()
352 throw new SystemFontException( in installCert()
366 throw new SystemFontException( in update()
372 throw new SystemFontException( in update()
380 throw new SystemFontException( in update()
386 throw new SystemFontException( in update()
406 throw new SystemFontException( in update()
425 throw new SystemFontException( in updateFamily()
434 throw new SystemFontException( in updateFamily()
456 throws SystemFontException { in parseFontFamilyUpdateXml()
[all …]
H A DUpdatableFontDir.java329 throws SystemFontException { in installFontFile()
332 throw new SystemFontException( in installFontFile()
340 throw new SystemFontException( in installFontFile()
350 throw new SystemFontException( in installFontFile()
359 throw new SystemFontException( in installFontFile()
537 throws SystemFontException { in validateFontFile()
539 throw new SystemFontException( in validateFontFile()
547 throw new SystemFontException( in validateFontFile()
553 throw new SystemFontException( in validateFontFile()
634 throws SystemFontException { in writePersistentConfig()
[all …]
H A DFontManagerService.java92 } catch (SystemFontException e) { in updateFontFamily()
117 /* package */ static class SystemFontException extends AndroidException { class in FontManagerService
120 SystemFontException(@FontManager.ResultCode int errorCode, String msg, Throwable cause) { in SystemFontException() method in FontManagerService.SystemFontException
125 SystemFontException(int errorCode, String msg) { in SystemFontException() method in FontManagerService.SystemFontException
286 throws SystemFontException { in update()
289 throw new SystemFontException( in update()
296 throw new SystemFontException( in update()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/graphics/fonts/
H A DUpdatableFontDirTest.java405 } catch (FontManagerService.SystemFontException e) { in construct_afterBatchFailure()
540 } catch (FontManagerService.SystemFontException e) { in installFontFile_downgrade()
597 } catch (FontManagerService.SystemFontException e) { in installFontFile_invalidSignature()
656 } catch (FontManagerService.SystemFontException e) { in installFontFile_preinstalled_downgrade()
687 } catch (FontManagerService.SystemFontException e) { in installFontFile_failedToWriteConfigXml()
730 } catch (FontManagerService.SystemFontException e) { in installFontFile_failedToParsePostScript()
767 } catch (FontManagerService.SystemFontException e) { in installFontFile_failedToParsePostScriptName_invalidFont()
805 } catch (FontManagerService.SystemFontException e) { in installFontFile_failedToCreateTypeface()
840 } catch (FontManagerService.SystemFontException e) { in installFontFile_renameToPsNameFailure()
861 } catch (FontManagerService.SystemFontException e) { in installFontFile_batchFailure()
[all …]