Searched refs:UsedCustomPermGroupNamesLiveData (Results 1 – 2 of 2) sorted by relevance
40 val uiDataLiveData = PermGroupsPackagesUiInfoLiveData(app, UsedCustomPermGroupNamesLiveData())70 class UsedCustomPermGroupNamesLiveData : SmartUpdateMediatorLiveData<List<String>>() { class
90 addSource(PermGroupsPackagesUiInfoLiveData(app, UsedCustomPermGroupNamesLiveData())) { in <lambda>()