Searched refs:SystemFontException (Results 1 – 5 of 5) sorted by relevance
19 import static com.android.server.graphics.fonts.FontManagerService.SystemFontException;289 private void writeCommandResult(ShellCommand shell, SystemFontException e) { in writeCommandResult()325 private int update(ShellCommand shell) throws SystemFontException { in update()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()[all …]
19 import static com.android.server.graphics.fonts.FontManagerService.SystemFontException;222 public void update(List<FontUpdateRequest> requests) throws SystemFontException { in update()263 throw new SystemFontException( in update()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()346 throw new SystemFontException( in installFontFile()[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;