HomeSort by relevance Sort by last modified time
    Searched defs:AlertController (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/com/android/internal/app/
AlertController.java 67 public class AlertController {
187 public static final AlertController create(Context context, DialogInterface di, Window window) {
197 return new AlertController(context, di, window);
201 protected AlertController(Context context, DialogInterface di, Window window) {
    [all...]
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
AlertController.java 65 class AlertController {
182 public AlertController(Context context, AppCompatDialog di, Window window) {
    [all...]

Completed in 97 milliseconds