Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/graphics/fonts/
H A DUpdatableFontDir.java302 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 …]
H A DFontManagerShellCommand.java328 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 …]
H A DFontManagerService.java86 } catch (SystemFontException e) { in updateFontFamily()
111 /* package */ static class SystemFontException extends AndroidException { class in FontManagerService
114 SystemFontException(@FontManager.ResultCode int errorCode, String msg, Throwable cause) { in SystemFontException() method in FontManagerService.SystemFontException
119 SystemFontException(int errorCode, String msg) { in SystemFontException() method in FontManagerService.SystemFontException
234 throws SystemFontException { in update()
236 throw new SystemFontException( in update()
244 throw new SystemFontException( in update()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/graphics/fonts/
H A DUpdatableFontDirTest.java377 } 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 …]
/aosp12/frameworks/base/services/
H A Dart-profile53614 Lcom/android/server/graphics/fonts/FontManagerService$SystemFontException;