Searched refs:AppList (Results 1 – 6 of 6) sorted by relevance
26 class AppList<APP extends AppInfo> { class31 private AppList() { in AppList() method in AppList62 public AppList<APP> build() { in build()63 final AppList<APP> result = new AppList(); in build()
32 private AppList<AppActivity> mApps;65 private AppList.Builder<AppActivity,AppActivity.Builder> mApps = new AppList.Builder();
30 private AppList<AppPower> mApps;80 private AppList.Builder mApps = new AppList.Builder();
50 appList: @Composable AppListInput<T>.() -> Unit = { AppList() },
120 appList: @Composable AppListInput<T>.() -> Unit = { AppList() }, in TogglePermissionAppList()
87 fun <T : AppRecord> AppListInput<T>.AppList() { in <lambda>() method