Home
last modified time | relevance | path

Searched refs:user_exists (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/system/extras/torq/
H A Dcommand.py95 error = device.user_exists(self.to_user)
102 error = device.user_exists(self.from_user)
H A Ddevice.py130 def user_exists(self, user): member in AdbDevice
/aosp_15_r20/system/extras/torq/tests/
H A Ddevice_unit_test.py420 error = adbDevice.user_exists(TEST_USER_ID_1)
430 error = adbDevice.user_exists(TEST_USER_ID_3)
447 adbDevice.user_exists(TEST_USER_ID_1)
H A Dcommand_executor_unit_test.py572 self.mock_device.user_exists.return_value = None