Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/content/pm/
H A 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()
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DSuspendedAppActivity.java21 import static android.content.pm.SuspendDialogInfo.BUTTON_ACTION_MORE_DETAILS;
177 case BUTTON_ACTION_MORE_DETAILS: in resolveNeutralButtonText()
235 ? mSuppliedDialogInfo.getNeutralButtonAction() : BUTTON_ACTION_MORE_DETAILS; in onCreate()
236 mMoreDetailsIntent = (mNeutralButtonAction == BUTTON_ACTION_MORE_DETAILS) in onCreate()
288 case BUTTON_ACTION_MORE_DETAILS: in onClick()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A 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()
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
H A DPackageManagerSettingsTests.java23 import static android.content.pm.SuspendDialogInfo.BUTTON_ACTION_MORE_DETAILS;
376 assertThat(params.getDialogInfo().getNeutralButtonAction(), is(BUTTON_ACTION_MORE_DETAILS)); in testReadPackageRestrictions_noSuspendParamsMap()
404 .setNeutralButtonAction(BUTTON_ACTION_MORE_DETAILS) in testReadWritePackageRestrictions_suspendInfo()
984 .setNeutralButtonAction(BUTTON_ACTION_MORE_DETAILS) in testPackageStateCopy02()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt4097 field public static final int BUTTON_ACTION_MORE_DETAILS = 0; // 0x0