Searched refs:dedupedMappedLiveDataFor (Results 1 – 3 of 3) sorted by relevance
61 LiveDataUtils.dedupedMappedLiveDataFor(originalLiveData, identityMapping); in testDedupedMappedLiveData_dedupesValues()96 LiveData<String> mappedLiveData = LiveDataUtils.dedupedMappedLiveDataFor( in testDedupedMappedLiveData_mapsValues()
399 return LiveDataUtils.dedupedMappedLiveDataFor(inputLiveData, in getStatusById()430 return LiveDataUtils.dedupedMappedLiveDataFor(inputLiveData, WorkSpec.WORK_STATUS_MAPPER);446 return LiveDataUtils.dedupedMappedLiveDataFor(inputLiveData, WorkSpec.WORK_STATUS_MAPPER);466 return LiveDataUtils.dedupedMappedLiveDataFor(inputLiveData, WorkSpec.WORK_STATUS_MAPPER);
49 public static <In, Out> LiveData<Out> dedupedMappedLiveDataFor( in dedupedMappedLiveDataFor() method in LiveDataUtils