Home
last modified time | relevance | path

Searched refs:STRING_KEY (Results 1 – 1 of 1) sorted by relevance

/frameworks/support/room/integration-tests/testapp/src/main/java/androidx/room/integration/testapp/
DRoomPagedListActivity.java39 private static final String STRING_KEY = "STRING_KEY"; field in RoomPagedListActivity
57 key = savedInstanceState.getString(STRING_KEY); in onCreate()
90 outState.putString(STRING_KEY, key); in onSaveInstanceState()