Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
DActionKey.java37 String[] typeAndBehavior = key.split(":"); in ActionKey() local
39 mTypeString = typeAndBehavior[0]; in ActionKey()
40 if (typeAndBehavior.length > 1) { in ActionKey()
41 mBehaviorString = typeAndBehavior[1]; in ActionKey()