Home
last modified time | relevance | path

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

/packages/apps/Phone/src/com/android/phone/
DOtaUtils.java187 public ViewGroup otaUpperWidgets; field in OtaUtils.OtaWidgetData
1134 mOtaWidgetData.otaUpperWidgets.setVisibility(View.VISIBLE); in otaScreenInitialize()
1144 mOtaWidgetData.otaUpperWidgets.setVisibility(View.GONE); in hideOtaScreen()
1391 mOtaWidgetData.otaUpperWidgets = in initOtaInCallScreen()
1392 (ViewGroup) mInCallScreen.findViewById(R.id.otaUpperWidgets); in initOtaInCallScreen()
1473 mOtaWidgetData.otaUpperWidgets.setVisibility(View.GONE); in cleanOtaScreen()