Searched refs:SystemFontException (Results 1 – 4 of 4) sorted by relevance
19 import static com.android.server.graphics.fonts.FontManagerService.SystemFontException;300 private void writeCommandResult(ShellCommand shell, SystemFontException e) { in writeCommandResult()336 private int installCert(ShellCommand shell) throws SystemFontException { in installCert()346 throw new SystemFontException( in installCert()352 throw new SystemFontException( in installCert()363 private int update(ShellCommand shell) throws SystemFontException { in update()366 throw new SystemFontException( in update()372 throw new SystemFontException( in update()380 throw new SystemFontException( in update()386 throw new SystemFontException( in update()[all …]
19 import static com.android.server.graphics.fonts.FontManagerService.SystemFontException;288 public void update(List<FontUpdateRequest> requests) throws SystemFontException { in update()329 throw new SystemFontException( in update()368 throws SystemFontException { in installFontFile()371 throw new SystemFontException( in installFontFile()379 throw new SystemFontException( in installFontFile()389 throw new SystemFontException( in installFontFile()398 throw new SystemFontException( in installFontFile()406 throw new SystemFontException( in installFontFile()411 throw new SystemFontException( in installFontFile()[all …]
95 } catch (SystemFontException e) { in updateFontFamily()120 /* package */ static class SystemFontException extends AndroidException { class in FontManagerService123 SystemFontException(@FontManager.ResultCode int errorCode, String msg, Throwable cause) { in SystemFontException() method in FontManagerService.SystemFontException128 SystemFontException(int errorCode, String msg) { in SystemFontException() method in FontManagerService.SystemFontException339 throws SystemFontException { in update()342 throw new SystemFontException( in update()349 throw new SystemFontException( in update()
419 } catch (FontManagerService.SystemFontException e) { in construct_afterBatchFailure()555 } catch (FontManagerService.SystemFontException e) { in installFontFile_downgrade()612 } catch (FontManagerService.SystemFontException e) { in installFontFile_invalidSignature()672 } catch (FontManagerService.SystemFontException e) { in installFontFile_preinstalled_downgrade()703 } catch (FontManagerService.SystemFontException e) { in installFontFile_failedToWriteConfigXml()746 } catch (FontManagerService.SystemFontException e) { in installFontFile_failedToParsePostScript()783 } catch (FontManagerService.SystemFontException e) { in installFontFile_failedToParsePostScriptName_invalidFont()821 } catch (FontManagerService.SystemFontException e) { in installFontFile_failedToCreateTypeface()856 } catch (FontManagerService.SystemFontException e) { in installFontFile_renameToPsNameFailure()877 } catch (FontManagerService.SystemFontException e) { in installFontFile_batchFailure()[all …]