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.java55 ActionType.ACTION_EDIT_PREFERENCE,})
60 int ACTION_EDIT_PREFERENCE = 2; field
296 case ActionType.ACTION_EDIT_PREFERENCE: { in bindButton()
/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
DEntityHeaderControllerTest.java153 EntityHeaderController.ActionType.ACTION_EDIT_PREFERENCE, in bindButton_hasEditClickListener_shouldShowButton()
176 EntityHeaderController.ActionType.ACTION_EDIT_PREFERENCE, in bindButton_noEditClickListener_shouldNotShowButton()