Searched defs:getInstalledApplications (Results 1 – 10 of 10) sorted by relevance
223 public abstract List<ApplicationInfo> getInstalledApplications( in getInstalledApplications() method in PackageManagerInternal
310 public List<ApplicationInfo> getInstalledApplications(int flags) { in getInstalledApplications() method in BridgePackageManager
298 public List<ApplicationInfo> getInstalledApplications(int flags) { in getInstalledApplications() method in PackageManagerStub
332 public List<ApplicationInfo> getInstalledApplications(int flags) { in getInstalledApplications() method in MockPackageManager
372 public List<ApplicationInfo> getInstalledApplications(int flags) { in getInstalledApplications() method in MockPackageManager
188 ParceledListSlice getInstalledApplications(int flags, int userId); in getInstalledApplications() method
5614 public abstract List<ApplicationInfo> getInstalledApplications(@ApplicationInfoFlags int flags); in getInstalledApplications() method in PackageManager
1520 protected List<ApplicationInfo> getInstalledApplications(int userId) { in getInstalledApplications() method in BaseShortcutManagerTest
1124 public List<ApplicationInfo> getInstalledApplications(int flags) { in getInstalledApplications() method in ApplicationPackageManager
11394 public ParceledListSlice<ApplicationInfo> getInstalledApplications(int flags, int userId) { in getInstalledApplications() method in PackageManagerService