Home
last modified time | relevance | path

Searched defs:getInstalledApplications (Results 1 – 7 of 7) sorted by relevance

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgePackageManager.java305 public List<ApplicationInfo> getInstalledApplications(int flags) { in getInstalledApplications() method in BridgePackageManager
/frameworks/base/services/tests/servicestests/src/com/android/server/backup/testutils/
DPackageManagerStub.java293 public List<ApplicationInfo> getInstalledApplications(int flags) { in getInstalledApplications() method in PackageManagerStub
/frameworks/base/test-mock/src/android/test/mock/
DMockPackageManager.java347 public List<ApplicationInfo> getInstalledApplications(int flags) { in getInstalledApplications() method in MockPackageManager
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DBaseShortcutManagerTest.java1152 protected List<ApplicationInfo> getInstalledApplications(int userId) { in getInstalledApplications() method in BaseShortcutManagerTest
/frameworks/base/core/java/android/content/pm/
DIPackageManager.aidl192 ParceledListSlice getInstalledApplications(int flags, int userId); in getInstalledApplications() method
DPackageManager.java3769 public abstract List<ApplicationInfo> getInstalledApplications(@ApplicationInfoFlags int flags); in getInstalledApplications() method in PackageManager
/frameworks/base/core/java/android/app/
DApplicationPackageManager.java810 public List<ApplicationInfo> getInstalledApplications(int flags) { in getInstalledApplications() method in ApplicationPackageManager