Searched refs:BUTTON_ACTION_MORE_DETAILS (Results 1 – 5 of 5) sorted by relevance
89 public static final int BUTTON_ACTION_MORE_DETAILS = 0; field in SuspendDialogInfo110 BUTTON_ACTION_MORE_DETAILS,230 in.getAttributeInt(null, XML_ATTR_BUTTON_ACTION, BUTTON_ACTION_MORE_DETAILS); in restoreFromXml()397 private int mNeutralButtonAction = BUTTON_ACTION_MORE_DETAILS;524 Preconditions.checkArgument(buttonAction == BUTTON_ACTION_MORE_DETAILS in setNeutralButtonAction()
22 import static android.content.pm.SuspendDialogInfo.BUTTON_ACTION_MORE_DETAILS;191 case BUTTON_ACTION_MORE_DETAILS: in resolveNeutralButtonText()254 ? mSuppliedDialogInfo.getNeutralButtonAction() : BUTTON_ACTION_MORE_DETAILS; in onCreate()255 mMoreDetailsIntent = (mNeutralButtonAction == BUTTON_ACTION_MORE_DETAILS) in onCreate()307 case BUTTON_ACTION_MORE_DETAILS: in onClick()
19 import static android.content.pm.SuspendDialogInfo.BUTTON_ACTION_MORE_DETAILS;48 .setNeutralButtonAction(BUTTON_ACTION_MORE_DETAILS); in createDefaultDialogBuilder()161 assertEquals(BUTTON_ACTION_MORE_DETAILS, dialogBuilder.build().getNeutralButtonAction()); in defaultButtonAction()
23 import static android.content.pm.SuspendDialogInfo.BUTTON_ACTION_MORE_DETAILS;496 assertThat(params.getDialogInfo().getNeutralButtonAction(), is(BUTTON_ACTION_MORE_DETAILS)); in testReadPackageRestrictions_noSuspendParamsMap()524 .setNeutralButtonAction(BUTTON_ACTION_MORE_DETAILS) in testReadWritePackageRestrictions_suspendInfo()1190 .setNeutralButtonAction(BUTTON_ACTION_MORE_DETAILS) in testPackageStateCopy02()
4452 field public static final int BUTTON_ACTION_MORE_DETAILS = 0; // 0x0