xref
: /
room
/
room-compiler
/
src
/
test
/
test-data
/
common
/
input
/
LiveData.java
androidx_main_20250408
Diff With...
Home
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
//LiveData interface for tests
2
package
androidx
.
lifecycle
;
3
public
class
LiveData
<
T
> {
4
}
5