Home
last modified time | relevance | path

Searched refs:BUTTON_ACTION_MORE_DETAILS (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DSuspendDialogInfo.java89 public static final int BUTTON_ACTION_MORE_DETAILS = 0; field in SuspendDialogInfo
110 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()
/frameworks/base/core/java/com/android/internal/app/
DSuspendedAppActivity.java22 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()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DSuspendDialogInfoTest.java19 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()
/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
DPackageManagerSettingsTests.java23 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()
/frameworks/base/core/api/
Dsystem-current.txt4452 field public static final int BUTTON_ACTION_MORE_DETAILS = 0; // 0x0