ডিভাইস সেটআপ

public class DeviceSetup
extends BaseTargetPreparer implements IExternalDependency করে

java.lang.অবজেক্ট
com.android.tradefed.targetprep.BaseTargetPreparer
com.android.tradefed.targetprep.DeviceSetup


একটি ITargetPreparer যা প্রদত্ত Option উপর ভিত্তি করে পরীক্ষার জন্য একটি ডিভাইস কনফিগার করে।

একটি ডিভাইসের প্রয়োজন যেখানে 'adb রুট' সম্ভব, সাধারণত একটি userdebug বিল্ড টাইপ।

একটি নতুন বিল্ড ফ্ল্যাশ করার পরে সঞ্চালিত করা উচিত.

দ্রষ্টব্য: এই প্রস্তুতকারকটি ক্রমাগত পরীক্ষার ল্যাবগুলির জন্য বোঝানো হয়েছে এবং ধরে নেওয়া হয়েছে যে পরীক্ষার অধীনে ডিভাইসটি পরবর্তী রানের আগে ফ্ল্যাশ করা হবে এবং মুছে ফেলা হবে৷ যেমন, এটি টিয়ারডাউনের সময় ন্যূনতম পরিষ্কার করে এবং একটি পরীক্ষা মডিউলে ব্যবহার করা উচিত নয়।

সারসংক্ষেপ

ক্ষেত্র

protected BinaryState mAirplaneMode

protected BinaryState mAutoRotate

protected BinaryState mAutoUpdateTime

protected BinaryState mAutoUpdateTimezone

protected BinaryState mBatterySaver

protected Integer mBatterySaverTrigger

protected BinaryState mBluetooth

protected BinaryState mCell

protected BinaryState mCellAutoSetting

protected BinaryState mData

protected Integer mDefaultSimData

protected Integer mDefaultSimSms

protected Integer mDefaultSimVoice

protected boolean mDisableAudio

protected BinaryState mDisableCwWifiMediator

protected boolean mDisableDalvikVerifier

protected boolean mDisableDialing

protected boolean mDisableDoze

protected boolean mEnableFullBatteryStatsHistory

protected BinaryState mEthernet

protected boolean mForceSkipRunCommands

protected boolean mForceSkipSettings

protected boolean mForceSkipSystemProps

protected MultiMap <String, String> mGlobalSettings

protected BinaryState mHideErrorDialogs

protected BinaryState mInstallNonMarketApps

protected File mLocalDataFile

protected BinaryState mLocationGps

protected BinaryState mLocationNetwork

protected long mMinExternalStorageKb

protected BinaryState mNfc

protected BinaryState mNotificationLed

protected boolean mOptimizedPropertySetting

protected File mPreviousProperties

protected String mRemoteDataPath

protected boolean mRestoreProperties

protected boolean mRestoreSettings

protected mRunCommandAfterSettings

protected mRunCommandBeforeSettings

protected BinaryState mScreenAdaptiveBrightness

protected BinaryState mScreenAlwaysOn

protected BinaryState mScreenAmbientMode

protected Integer mScreenBrightness

protected BinaryState mScreenSaver

protected Long mScreenTimeoutSecs

protected MultiMap <String, String> mSecureSettings

protected mSetProps

protected boolean mSetTestHarness

protected BinaryState mSyncTimezoneWithHost

protected MultiMap <String, String> mSystemSettings

protected String mTimezone

protected boolean mTriggerMediaMounted

protected BinaryState mWakeGesture

protected BinaryState mWifi

protected String mWifiPsk

protected BinaryState mWifiScanAlwaysEnabled

protected String mWifiSsid

protected mWifiSsidToPsk

protected BinaryState mWifiWatchdog

পাবলিক কনস্ট্রাক্টর

DeviceSetup ()

পাবলিক পদ্ধতি

void changeSettings ( ITestDevice device)

ডিভাইসে সেটিংস পরিবর্তন করুন।

getDependencies ()
ITestDevice getDevice ( TestInformation testInfo)
boolean isForceSkipSystemProps ()
void processDeprecatedOptions ( ITestDevice device)

বর্তমানে ব্যবহৃত অপশনে রূপান্তরিত অপপ্রচার অপশন প্রক্রিয়া করে।

void processOptions ( ITestDevice device)

সমস্ত Option প্রক্রিয়া করুন এবং সেগুলিকে সিস্টেম প্রপস, সেটিংস বা রান কমান্ডে পরিণত করুন৷

static void setCommandForBinaryState ( BinaryState state, commands, String onCommand, String offCommand) setCommandForBinaryState ( BinaryState state, commands, String onCommand, String offCommand)

ডিভাইসে চালানোর জন্য একটি ON/OFF রান কমান্ড যোগ করার সহায়ক পদ্ধতি।

void setGlobalSetting (String key, String value)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

void setSecureSetting (String key, String value)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

static void setSettingForBinaryState ( BinaryState state, MultiMap <String, String> settingsMap, String setting, String onValue, String offValue)

একটি সেটিং মানচিত্রে একটি চালু/বন্ধ সেটিং যোগ করার জন্য সহায়ক পদ্ধতি।

void setSystemSetting (String key, String value)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

void setUp ( TestInformation testInfo)

void tearDown ( TestInformation testInfo, Throwable e)

সুরক্ষিত পদ্ধতি

void setAirplaneMode ( BinaryState airplaneMode)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

void setAutoRotate ( BinaryState autoRotate)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

void setAutoUpdateTime ( BinaryState autoUpdateTime)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

void setAutoUpdateTimezone ( BinaryState autoUpdateTimezone)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

void setBatterySaver ( BinaryState batterySaver)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

void setBatterySaverTrigger (Integer batterySaverTrigger)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

void setBluetooth ( BinaryState bluetooth)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

void setCell ( BinaryState cell)
void setCellAutoSetting ( BinaryState cellAutoSetting)
void setData ( BinaryState data)
void setDefaultSimData (Integer defaultSimData)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

void setDefaultSimSms (Integer defaultSimSms)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

void setDefaultSimVoice (Integer defaultSimVoice)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

void setDeprecatedAudioSilent (boolean silent)

এই পদ্ধতি অবজ্ঞা করা হয়. পরিবর্তে setDisableAudio(boolean) ব্যবহার করুন।

void setDeprecatedMinExternalStoreSpace (long storeSpace)

এই পদ্ধতি অবজ্ঞা করা হয়. পরিবর্তে setMinExternalStorageKb(long) ব্যবহার করুন।

void setDeprecatedSetProp (String prop)

এই পদ্ধতি অবজ্ঞা করা হয়. পরিবর্তে setProperty(String, String) ব্যবহার করুন।

void setDisableAudio (boolean disable)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

void setDisableCwWifiMediator ( BinaryState disableCwWifiMediator)
void setDisableDalvikVerifier (boolean disableDalvikVerifier)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

void setDisableDialing (boolean disableDialing)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

void setDisableDoze (boolean disableDoze)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

void setEnableFullBatteryStatsHistory (boolean enableFullBatteryStatsHistory)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

void setEthernet ( BinaryState ethernet)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

void setForceRootSetup (boolean force)
void setForceSkipSystemProps (boolean force)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

void setInstallNonMarketApps ( BinaryState installNonMarketApps)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

void setLocalDataPath (File path)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

void setLocationGps ( BinaryState locationGps)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

void setLocationNetwork ( BinaryState locationNetwork)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

void setMinExternalStorageKb (long storageKb)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

void setNfc ( BinaryState nfc)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

void setNotificationLed ( BinaryState notificationLed)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

void setProperty (String key, String value)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

void setRestoreProperties (boolean restoreProperties)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

void setRestoreSettings (boolean restoreSettings)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

void setScreenAdaptiveBrightness ( BinaryState screenAdaptiveBrightness)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

void setScreenAlwaysOn ( BinaryState screenAlwaysOn)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

void setScreenAmbientMode ( BinaryState screenAmbientMode)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

void setScreenBrightness (Integer screenBrightness)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

void setScreenSaver ( BinaryState screenSaver)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

void setScreenTimeoutSecs (Long screenTimeoutSecs)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

void setTestHarness (boolean setTestHarness)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

void setTimezone (String timezone)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

void setTriggerMediaMounted (boolean triggerMediaMounted)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

void setWakeGesture ( BinaryState wakeGesture)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

void setWifi ( BinaryState wifi)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

void setWifiNetwork (String wifiNetwork)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

void setWifiPsk (String wifiPsk)
void setWifiScanAlwaysEnabled ( BinaryState wifiScanAlwaysEnabled)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

void setWifiSsidToPsk ( wifiSssidToPsk) setWifiSsidToPsk ( wifiSssidToPsk)
void setWifiWatchdog ( BinaryState wifiWatchdog)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

ক্ষেত্র

mAirplaneMode

protected BinaryState mAirplaneMode

mAutoRotate

protected BinaryState mAutoRotate

mAutoUpdateTime

protected BinaryState mAutoUpdateTime

mAutoUpdateTimezone

protected BinaryState mAutoUpdateTimezone

mBatterySaver

protected BinaryState mBatterySaver

mBatterySaverTrigger

protected Integer mBatterySaverTrigger

এম ব্লুটুথ

protected BinaryState mBluetooth

mCell

protected BinaryState mCell

mCellAutoসেটিং

protected BinaryState mCellAutoSetting

mData

protected BinaryState mData

mDefaultSimData

protected Integer mDefaultSimData

mDefaultSimSms

protected Integer mDefaultSimSms

mDefaultSimVoice

protected Integer mDefaultSimVoice

mDisableAudio

protected boolean mDisableAudio

mDisableCwWifiMediator

protected BinaryState mDisableCwWifiMediator

mDalvikVerifier

protected boolean mDisableDalvikVerifier

mDisableDialing

protected boolean mDisableDialing

mDisableDoze

protected boolean mDisableDoze

mEnableFullBatteryStatsHistory

protected boolean mEnableFullBatteryStatsHistory

mEthernet

protected BinaryState mEthernet

mForceSkipRunCommands

protected boolean mForceSkipRunCommands

mForceSkip সেটিংস

protected boolean mForceSkipSettings

mForceSkipSystemProps

protected boolean mForceSkipSystemProps

mGlobal সেটিংস

protected MultiMap<String, String> mGlobalSettings

mHideErrorDialogs

protected BinaryState mHideErrorDialogs

mInstallNonMarketApps

protected BinaryState mInstallNonMarketApps

mLocalDataFile

protected File mLocalDataFile

mLocationGps

protected BinaryState mLocationGps

mLocationNetwork

protected BinaryState mLocationNetwork

mMinExternalStorageKb

protected long mMinExternalStorageKb

mNfc

protected BinaryState mNfc

mNotificationLed

protected BinaryState mNotificationLed

mOptimized PropertySetting

protected boolean mOptimizedPropertySetting

mPrevious Properties

protected File mPreviousProperties

mRemoteDataPath

protected String mRemoteDataPath

mRestore Properties

protected boolean mRestoreProperties

mRestore সেটিংস

protected boolean mRestoreSettings

mRunCommandAfterSettings

protected  mRunCommandAfterSettings

mRunCommandBeforeSettings

protected  mRunCommandBeforeSettings

mScreenঅ্যাডাপ্টিভ উজ্জ্বলতা

protected BinaryState mScreenAdaptiveBrightness

mScreenAlwaysOn

protected BinaryState mScreenAlwaysOn

mScreenAmbientMode

protected BinaryState mScreenAmbientMode

এমস্ক্রিন উজ্জ্বলতা

protected Integer mScreenBrightness

mScreenSaver

protected BinaryState mScreenSaver

mScreenTimeoutSecs

protected Long mScreenTimeoutSecs

mSecure সেটিংস

protected MultiMap<String, String> mSecureSettings

mSetProps

protected  mSetProps

mSetTestHarness

protected boolean mSetTestHarness

mSyncTimezoneWithHost

protected BinaryState mSyncTimezoneWithHost

mSystem সেটিংস

protected MultiMap<String, String> mSystemSettings

mTimezone

protected String mTimezone

mTriggerMediaMounted

protected boolean mTriggerMediaMounted

mWakeGesture

protected BinaryState mWakeGesture

mWifi

protected BinaryState mWifi

mWifiPsk

protected String mWifiPsk

mWifiScan সর্বদা সক্রিয়

protected BinaryState mWifiScanAlwaysEnabled

mWifiSsid

protected String mWifiSsid

mWifiSsidToPsk

protected  mWifiSsidToPsk

mWifiWatchdog

protected BinaryState mWifiWatchdog

পাবলিক কনস্ট্রাক্টর

ডিভাইস সেটআপ

public DeviceSetup ()

পাবলিক পদ্ধতি

সেটিংস্ পরিবর্তন করুন

public void changeSettings (ITestDevice device)

ডিভাইসে সেটিংস পরিবর্তন করুন।

প্রকাশ করা হয়েছে যাতে বাচ্চাদের ক্লাস ওভাররাইড হতে পারে।

পরামিতি
device ITestDevice : ITestDevice

নিক্ষেপ করে
DeviceNotAvailableException যদি ডিভাইসটি উপলব্ধ না হয়
TargetSetupError যদি সেটিংস সেট করতে ব্যর্থ হয়

নির্ভরতা পান

public  getDependencies ()

রিটার্নস

ডিভাইস পান

public ITestDevice getDevice (TestInformation testInfo)

পরামিতি
testInfo TestInformation

রিটার্নস
ITestDevice

isForceSkipSystemProps

public boolean isForceSkipSystemProps ()

রিটার্নস
boolean

প্রসেস ডিপ্রেকেটেড অপশন

public void processDeprecatedOptions (ITestDevice device)

বর্তমানে ব্যবহৃত অপশনে রূপান্তরিত অপপ্রচার অপশন প্রক্রিয়া করে।

অন্য কোন প্রক্রিয়াকরণ পদ্ধতির আগে এই পদ্ধতিটি চালানো উচিত। একটি TargetSetupError নিক্ষেপ করবে যদি বঞ্চিত বিকল্পটি একটি নির্দিষ্ট অ-বঞ্চিত বিকল্পকে ওভাররাইড করে।

পরামিতি
device ITestDevice

নিক্ষেপ করে
TargetSetupError যদি একটি সংঘর্ষ হয়

প্রক্রিয়া বিকল্প

public void processOptions (ITestDevice device)

সমস্ত Option প্রক্রিয়া করুন এবং সেগুলিকে সিস্টেম প্রপস, সেটিংস বা রান কমান্ডে পরিণত করুন৷ এই সময়ে ডিভাইসে কোনো কমান্ড চালায় না।

প্রকাশ করা হয়েছে যাতে বাচ্চাদের ক্লাস এটি ওভাররাইড করতে পারে।

পরামিতি
device ITestDevice : ITestDevice

নিক্ষেপ করে
DeviceNotAvailableException যদি ডিভাইসটি উপলব্ধ না হয়
TargetSetupError যদি Option দ্বন্দ্ব হয়

setCommandForBinaryState

public static void setCommandForBinaryState (BinaryState state, 
                 commands, 
                String onCommand, 
                String offCommand)

ডিভাইসে চালানোর জন্য একটি ON/OFF রান কমান্ড যোগ করার সহায়ক পদ্ধতি।

পরামিতি
state BinaryState : BinaryState

commands : চালু বা বন্ধ কমান্ড যোগ করার জন্য কমান্ডের তালিকা।

onCommand String : চালু থাকলে চালানোর কমান্ড। কমান্ডটি null হলে উপেক্ষা করা হয়

offCommand String : বন্ধ থাকলে চালানোর কমান্ড। কমান্ডটি null হলে উপেক্ষা করা হয়

#GlobalSetting

public void setGlobalSetting (String key, 
                String value)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

পরামিতি
key String

value String

setSecureSetting

public void setSecureSetting (String key, 
                String value)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

পরামিতি
key String

value String

setSettingForBinaryState

public static void setSettingForBinaryState (BinaryState state, 
                MultiMap<String, String> settingsMap, 
                String setting, 
                String onValue, 
                String offValue)

একটি সেটিং মানচিত্রে একটি চালু/বন্ধ সেটিং যোগ করার জন্য সহায়ক পদ্ধতি।

পরামিতি
state BinaryState : BinaryState

settingsMap MultiMap : MultiMap সেটিংস সংরক্ষণ করতে ব্যবহৃত হয়।

setting String : সেটিং কী

onValue String : চালু থাকলে মান

offValue String : বন্ধ থাকলে মান

setSystemSetting

public void setSystemSetting (String key, 
                String value)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

পরামিতি
key String

value String

সেটআপ

public void setUp (TestInformation testInfo)

পরামিতি
testInfo TestInformation

নিক্ষেপ করে
BuildError
DeviceNotAvailableException
TargetSetupError

টিয়ারডাউন

public void tearDown (TestInformation testInfo, 
                Throwable e)

পরামিতি
testInfo TestInformation

e Throwable

নিক্ষেপ করে
DeviceNotAvailableException

সুরক্ষিত পদ্ধতি

বিমানমোড সেট করুন

protected void setAirplaneMode (BinaryState airplaneMode)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

পরামিতি
airplaneMode BinaryState

সেট অটো ঘোরান

protected void setAutoRotate (BinaryState autoRotate)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

পরামিতি
autoRotate BinaryState

সেট অটোআপডেটটাইম

protected void setAutoUpdateTime (BinaryState autoUpdateTime)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

পরামিতি
autoUpdateTime BinaryState

setAutoUpdateTimezone

protected void setAutoUpdateTimezone (BinaryState autoUpdateTimezone)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

পরামিতি
autoUpdateTimezone BinaryState

সেট ব্যাটারি সেভার

protected void setBatterySaver (BinaryState batterySaver)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

পরামিতি
batterySaver BinaryState

সেট ব্যাটারিসেভারট্রিগার

protected void setBatterySaverTrigger (Integer batterySaverTrigger)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

পরামিতি
batterySaverTrigger Integer

ব্লুটুথ সেট করুন

protected void setBluetooth (BinaryState bluetooth)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

পরামিতি
bluetooth BinaryState

সেট সেল

protected void setCell (BinaryState cell)

পরামিতি
cell BinaryState

setCellAutoSetting

protected void setCellAutoSetting (BinaryState cellAutoSetting)

পরামিতি
cellAutoSetting BinaryState

সেট ডেটা

protected void setData (BinaryState data)

পরামিতি
data BinaryState

সেট ডিফল্ট সিমডেটা

protected void setDefaultSimData (Integer defaultSimData)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

পরামিতি
defaultSimData Integer

setDefaultSimSms

protected void setDefaultSimSms (Integer defaultSimSms)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

পরামিতি
defaultSimSms Integer

setDefaultSimVoice

protected void setDefaultSimVoice (Integer defaultSimVoice)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

পরামিতি
defaultSimVoice Integer

সেট অবচ্যুত অডিও সাইলেন্ট

protected void setDeprecatedAudioSilent (boolean silent)

এই পদ্ধতি অবজ্ঞা করা হয়.
পরিবর্তে setDisableAudio(boolean) ব্যবহার করুন।

ইউনিট পরীক্ষার জন্য উন্মুক্ত

পরামিতি
silent boolean

সেট অবচয়িতMinExternalStoreSpace

protected void setDeprecatedMinExternalStoreSpace (long storeSpace)

এই পদ্ধতি অবজ্ঞা করা হয়.
পরিবর্তে setMinExternalStorageKb(long) ব্যবহার করুন।

ইউনিট পরীক্ষার জন্য উন্মুক্ত

পরামিতি
storeSpace long

setDeprecatedSetProp

protected void setDeprecatedSetProp (String prop)

এই পদ্ধতি অবজ্ঞা করা হয়.
পরিবর্তে setProperty(String, String) ব্যবহার করুন।

ইউনিট পরীক্ষার জন্য উন্মুক্ত

পরামিতি
prop String

নিষ্ক্রিয় অডিও সেট করুন

protected void setDisableAudio (boolean disable)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

পরামিতি
disable boolean

সেটDisableCwWifiMediator

protected void setDisableCwWifiMediator (BinaryState disableCwWifiMediator)

পরামিতি
disableCwWifiMediator BinaryState

সেট অক্ষম ডালভিক যাচাইকারী

protected void setDisableDalvikVerifier (boolean disableDalvikVerifier)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

পরামিতি
disableDalvikVerifier boolean

সেট অক্ষম ডায়ালিং

protected void setDisableDialing (boolean disableDialing)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

পরামিতি
disableDialing boolean

সেটDisableDoze

protected void setDisableDoze (boolean disableDoze)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

পরামিতি
disableDoze boolean

সেটEnableFullBatteryStatsHistory

protected void setEnableFullBatteryStatsHistory (boolean enableFullBatteryStatsHistory)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

পরামিতি
enableFullBatteryStatsHistory boolean

সেট ইথারনেট

protected void setEthernet (BinaryState ethernet)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

পরামিতি
ethernet BinaryState

setForceRootSetup

protected void setForceRootSetup (boolean force)

পরামিতি
force boolean

setForceSkipSystemProps

protected void setForceSkipSystemProps (boolean force)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

পরামিতি
force boolean

সেটইনস্টল ননমার্কেট অ্যাপস

protected void setInstallNonMarketApps (BinaryState installNonMarketApps)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

পরামিতি
installNonMarketApps BinaryState

সেটLocalDataPath

protected void setLocalDataPath (File path)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

পরামিতি
path File

setLocationGps

protected void setLocationGps (BinaryState locationGps)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

পরামিতি
locationGps BinaryState

setLocationNetwork

protected void setLocationNetwork (BinaryState locationNetwork)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

পরামিতি
locationNetwork BinaryState

setMinExternalStorageKb

protected void setMinExternalStorageKb (long storageKb)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

পরামিতি
storageKb long

সেটএনএফসি

protected void setNfc (BinaryState nfc)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

পরামিতি
nfc BinaryState

setNotificationLed

protected void setNotificationLed (BinaryState notificationLed)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

পরামিতি
notificationLed BinaryState

সেট প্রপার্টি

protected void setProperty (String key, 
                String value)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

পরামিতি
key String

value String

সেট রিস্টোর প্রোপার্টি

protected void setRestoreProperties (boolean restoreProperties)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

পরামিতি
restoreProperties boolean

সেট রিস্টোর সেটিংস

protected void setRestoreSettings (boolean restoreSettings)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

পরামিতি
restoreSettings boolean

সেটস্ক্রিন অ্যাডাপ্টিভ উজ্জ্বলতা

protected void setScreenAdaptiveBrightness (BinaryState screenAdaptiveBrightness)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

পরামিতি
screenAdaptiveBrightness BinaryState

সেটস্ক্রিনঅলওয়েজঅন

protected void setScreenAlwaysOn (BinaryState screenAlwaysOn)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

পরামিতি
screenAlwaysOn BinaryState

ScreenAmbientMode সেট করুন

protected void setScreenAmbientMode (BinaryState screenAmbientMode)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

পরামিতি
screenAmbientMode BinaryState

সেটস্ক্রিন উজ্জ্বলতা

protected void setScreenBrightness (Integer screenBrightness)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

পরামিতি
screenBrightness Integer

সেটস্ক্রিনসেভার

protected void setScreenSaver (BinaryState screenSaver)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

পরামিতি
screenSaver BinaryState

setScreenTimeoutSecs

protected void setScreenTimeoutSecs (Long screenTimeoutSecs)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

পরামিতি
screenTimeoutSecs Long

setTestHarness

protected void setTestHarness (boolean setTestHarness)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

পরামিতি
setTestHarness boolean

সেটটাইমজোন

protected void setTimezone (String timezone)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

পরামিতি
timezone String

setTriggerMediaMounted

protected void setTriggerMediaMounted (boolean triggerMediaMounted)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

পরামিতি
triggerMediaMounted boolean

সেটWakeGesture

protected void setWakeGesture (BinaryState wakeGesture)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

পরামিতি
wakeGesture BinaryState

সেট ওয়াইফাই

protected void setWifi (BinaryState wifi)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

পরামিতি
wifi BinaryState

সেট ওয়াইফাই নেটওয়ার্ক

protected void setWifiNetwork (String wifiNetwork)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

পরামিতি
wifiNetwork String

সেট ওয়াইফাইপিস্ক

protected void setWifiPsk (String wifiPsk)

পরামিতি
wifiPsk String

setWifiScanAlwaysEnabled

protected void setWifiScanAlwaysEnabled (BinaryState wifiScanAlwaysEnabled)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

পরামিতি
wifiScanAlwaysEnabled BinaryState

setWifiSsidToPsk

protected void setWifiSsidToPsk ( wifiSssidToPsk)

পরামিতি
wifiSssidToPsk

সেট ওয়াইফাইওয়াচডগ

protected void setWifiWatchdog (BinaryState wifiWatchdog)

ইউনিট পরীক্ষার জন্য উন্মুক্ত

পরামিতি
wifiWatchdog BinaryState