Searched refs:setProperty (Results 1 – 7 of 7) sorted by relevance
/system/apex/tests/src/com/android/tests/apex/ |
D | ApexRollbackTests.java | 97 getDevice().setProperty(propertyName, "")).isTrue(); in resetProperty() 120 assertThat(device.setProperty("persist.debug.trigger_watchdog.apex", in testAutomaticBootLoopRecovery() 162 assertThat(device.setProperty("persist.debug.trigger_reboot_after_activation", in testSessionNotRevertedWithCheckpointingDisabled() 164 assertThat(device.setProperty("debug.trigger_reboot_once_after_activation", in testSessionNotRevertedWithCheckpointingDisabled() 200 assertThat(device.setProperty("persist.debug.trigger_reboot_after_activation", in testCheckpointingRevertsSession() 202 assertThat(device.setProperty("persist.debug.trigger_reboot_twice_after_activation", in testCheckpointingRevertsSession() 238 assertThat(device.setProperty("persist.debug.trigger_reboot_after_activation", in testRebootingOnceDoesNotRevertSession() 240 assertThat(device.setProperty("debug.trigger_reboot_once_after_activation", in testRebootingOnceDoesNotRevertSession() 274 assertThat(getDevice().setProperty("persist.debug.trigger_updatable_crashing_for_testing", in testApexdDoesNotBootLoopDeviceIfThereIsNothingToRevert() 295 getDevice().setProperty("persist.debug.trigger_updatable_crashing_for_testing", "1"); in testBootCompletedCleanupHappensEvenWhenThereIsCrashingProcess() [all …]
|
/system/extras/mtectrl/src/com/android/tests/mtectrl/ |
D | MtectrlEndToEndTest.java | 55 testInfo.getDevice().setProperty("arm64.memtag.bootctl", mPreviousState); in tearDown() 62 getDevice().setProperty("arm64.memtag.bootctl", "memtag-once"); in testMemtagOnce() 73 getDevice().setProperty("arm64.memtag.bootctl", "memtag"); in testMemtag() 84 getDevice().setProperty("arm64.memtag.bootctl", "memtag,memtag-once"); in testBoth()
|
/system/core/init/test_upgrade_mte/src/com/android/tests/init/ |
D | MteUpgradeTest.java | 52 getDevice().setProperty("sys.mte_crash_test_uuid", ""); in tearDown() 71 assertThat(getDevice().setProperty("sys.mte_crash_test_uuid", uuid)).isTrue(); in testCrash() 103 assertThat(getDevice().setProperty("sys.mte_crash_test_uuid", uuid)).isTrue(); in testCrashOverridden()
|
/system/core/debuggerd/test_permissive_mte/src/com/android/tests/debuggerd/ |
D | PermissiveMteTest.java | 106 assertThat(getDevice().setProperty("persist.sys.mte.permissive", "1")).isTrue(); in testCrashProperty() 127 assertThat(getDevice().setProperty("persist.sys.mte.permissive", prevValue)).isTrue(); in testCrashProperty()
|
/system/netd/server/ |
D | InterfaceController.cpp | 183 Status setProperty(const std::string& key, const std::string& val) { in setProperty() function 201 const SetPropertyFn& setProperty) { in enableStablePrivacyAddresses() argument 233 return setProperty(kStableSecretProperty, secret); in enableStablePrivacyAddresses() 288 return enableStablePrivacyAddresses(interface, getProperty, setProperty); in setIPv6AddrGenMode()
|
D | InterfaceController.h | 75 const SetPropertyFn& setProperty);
|
/system/extras/simpleperf/scripts/ |
D | report_html.js | 352 data.setProperty(i, 0, 'className', 'boldTableCell'); 461 data.setProperty(i, 0, 'className', 'boldTableCell'); 982 data.setProperty(i, 0, 'className', 'boldTableCell');
|