Searched defs:appsStore (Results 1 – 3 of 3) sorted by relevance
253 AllAppsStore<SecondaryDisplayLauncher> appsStore = mAppsView.getAppsStore(); in bindAllApplications() local
302 AllAppsStore appsStore = ActivityContext.lookupContext(mContext.asContext()) in resolveAppInfoByComponent() local
121 public AlphabeticalAppsList(Context context, @Nullable AllAppsStore<T> appsStore, in AlphabeticalAppsList()