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.java913 public Set<String> getInstalledPackageNames() throws DeviceNotAvailableException { in getInstalledPackageNames() method in TestDevice
1003 private Set<String> getInstalledPackageNames(String packageNameSearched, String userId) in getInstalledPackageNames() method in TestDevice
DITestDevice.java561 public Set<String> getInstalledPackageNames() throws DeviceNotAvailableException; in getInstalledPackageNames() method
DNativeDevice.java3607 public Set<String> getInstalledPackageNames() throws DeviceNotAvailableException { in getInstalledPackageNames() method in NativeDevice