Searched refs:getAppInstallMap (Results 1 – 4 of 4) sorted by relevance
66 Map<String, Long> result = mUserDataDao.getAppInstallMap(); in readEmptyAppInstallTable_success()75 Map<String, Long> result = mUserDataDao.getAppInstallMap(); in insertAndReadAppInstall_success()94 Map<String, Long> appList = mUserDataDao.getAppInstallMap(); in deleteAllAppInstallTable_success()98 appList = mUserDataDao.getAppInstallMap(); in deleteAllAppInstallTable_success()
133 assertThat(mUserDataDao.getAppInstallMap().keySet()).isEqualTo(userDataInstallApp); in updateInstalledAppsForUserData()
337 Map<String, Long> existingInstallApps = mUserDataDao.getAppInstallMap(); in initialInstalledApp()345 Map<String, Long> existingInstallApps = mUserDataDao.getAppInstallMap(); in updateInstalledApps()
116 public Map<String, Long> getAppInstallMap() { in getAppInstallMap() method in UserDataDao