Searched refs:AlertDialogWithDelegate (Results 1 – 4 of 4) sorted by relevance
57 private fun createDialog(): AlertDialogWithDelegate = in createDialog()58 AlertDialogWithDelegate(context, R.style.Theme_SystemUI_Dialog, delegate).apply { in createDialog()
32 import com.android.systemui.statusbar.phone.AlertDialogWithDelegate130 dialog = AlertDialogWithDelegate(context, R.style.Theme_SystemUI_Dialog, delegate) in setUpAndShowDialog()
32 class AlertDialogWithDelegate( class
69 import com.android.systemui.statusbar.phone.AlertDialogWithDelegate;263 new AlertDialogWithDelegate( in onCreate()