Home
last modified time | relevance | path

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

/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
DDeletionHelperActivity.java88 final View mainContent = findViewById(R.id.main_content); in setIsEmptyState() local
91 mainContent.setVisibility(isEmptyState ? View.GONE : View.VISIBLE); in setIsEmptyState()