Home
last modified time | relevance | path

Searched defs:getInstalledPackageNames (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java992 public Set<String> getInstalledPackageNames() throws DeviceNotAvailableException { in getInstalledPackageNames() method in TestDevice
1108 private Set<String> getInstalledPackageNames(String packageNameSearched, String userId) in getInstalledPackageNames() method in TestDevice
DNativeDevice.java3875 public Set<String> getInstalledPackageNames() throws DeviceNotAvailableException { in getInstalledPackageNames() method in NativeDevice
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DITestDevice.java582 public Set<String> getInstalledPackageNames() throws DeviceNotAvailableException; in getInstalledPackageNames() method