Searched refs:AlertParams (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
H A DAlertActivity.java46 protected AlertController.AlertParams mAlertParams;
53 mAlertParams = new AlertController.AlertParams(this);
H A DNetInitiatedActivity.java88 final AlertController.AlertParams p = mAlertParams;
H A DAlertController.java906 public static class AlertParams { class in class:AlertController
962 public AlertParams(Context context) { method in class:AlertController.AlertParams
/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportWarningActivity.java54 final AlertController.AlertParams ap = mAlertParams;
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbDebuggingSecondaryUserActivity.java48 final AlertController.AlertParams ap = mAlertParams;
H A DUsbAccessoryUriActivity.java70 final AlertController.AlertParams ap = mAlertParams;
H A DUsbDebuggingActivity.java66 final AlertController.AlertParams ap = mAlertParams;
H A DUsbConfirmActivity.java70 final AlertController.AlertParams ap = mAlertParams;
H A DUsbPermissionActivity.java83 final AlertController.AlertParams ap = mAlertParams;
/frameworks/base/core/java/android/app/
H A DAlertDialog.java439 private final AlertController.AlertParams P;
482 P = new AlertController.AlertParams(new ContextThemeWrapper(
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAlertDialog.java261 private final AlertController.AlertParams P;
280 P = new AlertController.AlertParams(new ContextThemeWrapper(
H A DAlertController.java613 public static class AlertParams { class in class:AlertController
670 public AlertParams(Context context) { method in class:AlertController.AlertParams
/frameworks/base/services/core/java/com/android/server/policy/
H A DGlobalActions.java20 import com.android.internal.app.AlertController.AlertParams;
308 AlertParams params = new AlertParams(mContext);
1139 public GlobalActionsDialog(Context context, AlertParams params) {

Completed in 205 milliseconds