Searched refs:mIsVisibleBackgroundUser (Results 1 – 2 of 2) sorted by relevance
46 private final boolean mIsVisibleBackgroundUser; field in InstalledAppCountItemManager52 mIsVisibleBackgroundUser = !userManager.isUserForeground() && userManager.isUserVisible() in InstalledAppCountItemManager()90 if (mIsVisibleBackgroundUser && PermissionUtil.doesPackageRequestPermission( in shouldCountApp()
65 private final boolean mIsVisibleBackgroundUser; field in ApplicationListItemManager95 mIsVisibleBackgroundUser = !userManager.isUserForeground() && userManager.isUserVisible() in ApplicationListItemManager()205 if (mIsVisibleBackgroundUser) { in onRebuildComplete()