Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
DAlertDialogWithDelegateTest.kt57 private fun createDialog(): AlertDialogWithDelegate = in createDialog()
58 AlertDialogWithDelegate(context, R.style.Theme_SystemUI_Dialog, delegate).apply { in createDialog()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/mediaprojection/permission/
DMediaProjectionPermissionDialogDelegateTest.kt32 import com.android.systemui.statusbar.phone.AlertDialogWithDelegate
130 dialog = AlertDialogWithDelegate(context, R.style.Theme_SystemUI_Dialog, delegate) in setUpAndShowDialog()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DAlertDialogWithDelegate.kt32 class AlertDialogWithDelegate( class
/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/permission/
DMediaProjectionPermissionActivity.java69 import com.android.systemui.statusbar.phone.AlertDialogWithDelegate;
263 new AlertDialogWithDelegate( in onCreate()