Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/widget/
DEntityHeaderController.java57 ActionType.ACTION_EDIT_PREFERENCE,})
62 int ACTION_EDIT_PREFERENCE = 2; field
313 case ActionType.ACTION_EDIT_PREFERENCE: { in bindButton()
/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
DEntityHeaderControllerTest.java150 EntityHeaderController.ActionType.ACTION_EDIT_PREFERENCE, in bindButton_hasEditClickListener_shouldShowButton()
172 EntityHeaderController.ActionType.ACTION_EDIT_PREFERENCE, in bindButton_noEditClickListener_shouldNotShowButton()