Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DAlertController.java193 int controllerType = a.getInt(R.styleable.AlertDialog_controllerType, 0); in create() local
196 switch (controllerType) { in create()