OverlayFsUtils

public class OverlayFsUtils
extends TestWatcher

java.lang.Object
   ↳ org.junit.rules.TestWatcher
     ↳ com.android.sts.common.OverlayFsUtils


TestWatcher 可讓您寫入唯讀分區,並在操作完成後重新啟動裝置。

摘要

欄位

static final Pattern PERM_PATTERN

公用建構函式

OverlayFsUtils(BaseHostJUnit4Test test)

公用方法

boolean anyOverlayFsMounted()
void finished(Description d)
void makeWritable(String dir, int megabytes)

將 OverlayFS 區塊掛接在清單中最常見的區域上。

欄位

PERM_分機

static final Pattern PERM_PATTERN

公用建構函式

OverlayFsUtils

public OverlayFsUtils (BaseHostJUnit4Test test)

參數
test BaseHostJUnit4Test

公用方法

任何 OverlayFs 掛接

public boolean anyOverlayFsMounted ()

傳回
boolean

擲回
DeviceNotAvailableException

完成

public void finished (Description d)

參數
d Description

可寫入

public void makeWritable (String dir, 
                int megabytes)

將 OverlayFS 區塊掛接在清單中最常見的區域上。

成功傳回後,目錄應可寫入。如要清除所用資源,請重新啟動 因為疊加在疊加螢幕上很複雜,這很複雜。

參數
dir String:要設為可寫入的目錄。不支援含有單引號的目錄。

megabytes int

擲回
DeviceNotAvailableException
IOException
IllegalStateException