Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/
DAppOpsDetails.java60 private LinearLayout mOperationsSection; field in AppOpsDetails
102 mOperationsSection.removeAllViews(); in refreshUi()
110 mOperationsSection, false); in refreshUi()
111 mOperationsSection.addView(view); in refreshUi()
178 mOperationsSection = (LinearLayout)view.findViewById(R.id.operations_section); in onCreateView()