| Index: build/android/pylib/device/device_utils.py
|
| diff --git a/build/android/pylib/device/device_utils.py b/build/android/pylib/device/device_utils.py
|
| index c8b471831e62aec343c705afb12bd3095bd8ea24..299e4cc37f65b0aed8ec5742bc2a2668de632472 100644
|
| --- a/build/android/pylib/device/device_utils.py
|
| +++ b/build/android/pylib/device/device_utils.py
|
| @@ -1382,22 +1382,6 @@ class DeviceUtils(object):
|
| % (property_name, value), str(self))
|
|
|
| @decorators.WithTimeoutAndRetriesFromInstance()
|
| - def GetABI(self, timeout=None, retries=None):
|
| - """Gets the device main ABI.
|
| -
|
| - Args:
|
| - timeout: timeout in seconds
|
| - retries: number of retries
|
| -
|
| - Returns:
|
| - The device's main ABI name.
|
| -
|
| - Raises:
|
| - CommandTimeoutError on timeout.
|
| - """
|
| - return self.GetProp('ro.product.cpu.abi')
|
| -
|
| - @decorators.WithTimeoutAndRetriesFromInstance()
|
| def GetPids(self, process_name, timeout=None, retries=None):
|
| """Returns the PIDs of processes with the given name.
|
|
|
|
|