Home
last modified time | relevance | path

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

/frameworks/base/packages/SimAppDialog/src/com/android/simappdialog/
DInstallCarrierAppActivity.java70 View illoContainer = findViewById(R.id.illo_container); in onCreate() local
71 illoContainer.setVisibility(showIllo ? View.VISIBLE : View.GONE); in onCreate()