WaitForDeviceDatetimePreparer
public
class
WaitForDeviceDatetimePreparer
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.WaitForDeviceDatetimePreparer |
デバイスに日時が設定されるまで待機する ITargetPreparer
日時が次の時間内に設定されていない場合、必要に応じてこの作成ツールで TargetSetupError
を強制できます。
あります。
概要
パブリック コンストラクタ | |
---|---|
WaitForDeviceDatetimePreparer()
|
パブリック メソッド | |
---|---|
void
|
setDatetimeWaitTimeout(long datetimeWaitTimeout)
デバイスの有効な日時での待機のタイムアウトを設定します |
void
|
setForceDatetime(boolean forceDatetime)
日時をホストからデバイスに強制するかどうかを設定します |
void
|
setForceSetupError(boolean forceSetupError)
日時が正しく設定されていない場合に |
void
|
setUp(TestInformation testInfo)
|
保護されたメソッド | |
---|---|
IRunUtil
|
getRunUtil()
|
パブリック コンストラクタ
WaitForDeviceDatetimePreparer
public WaitForDeviceDatetimePreparer ()
パブリック メソッド
setDatetimeWaitTimeout
public void setDatetimeWaitTimeout (long datetimeWaitTimeout)
デバイスの有効な日時での待機のタイムアウトを設定します
パラメータ | |
---|---|
datetimeWaitTimeout |
long |
setForceDatetime
public void setForceDatetime (boolean forceDatetime)
日時をホストからデバイスに強制するかどうかを設定します
パラメータ | |
---|---|
forceDatetime |
boolean |
setForceSetupError
public void setForceSetupError (boolean forceSetupError)
日時が正しく設定されていない場合に TargetSetupError
を強制するブール値を設定します。
パラメータ | |
---|---|
forceSetupError |
boolean |
セットアップ
public void setUp (TestInformation testInfo)
パラメータ | |
---|---|
testInfo |
TestInformation |
例外 | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |