Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/content/pm/
H A DSuspendDialogInfo.java100 public static final int BUTTON_ACTION_UNSUSPEND = 1; field in SuspendDialogInfo
111 BUTTON_ACTION_UNSUSPEND
525 || buttonAction == BUTTON_ACTION_UNSUSPEND, "Invalid button action"); in setNeutralButtonAction()
/aosp12/frameworks/base/core/java/com/android/internal/app/
H A DSuspendedAppActivity.java22 import static android.content.pm.SuspendDialogInfo.BUTTON_ACTION_UNSUSPEND;
182 case BUTTON_ACTION_UNSUSPEND: in resolveNeutralButtonText()
295 case BUTTON_ACTION_UNSUSPEND: in onClick()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DSuspendDialogInfoTest.java20 import static android.content.pm.SuspendDialogInfo.BUTTON_ACTION_UNSUSPEND;
149 dialogBuilder2.setNeutralButtonAction(BUTTON_ACTION_UNSUSPEND); in equalsComparesButtonAction()
H A DPackageManagerSettingsTests.java24 import static android.content.pm.SuspendDialogInfo.BUTTON_ACTION_UNSUSPEND;
301 .setNeutralButtonAction(BUTTON_ACTION_UNSUSPEND) in testReadWritePackageRestrictions_suspendInfo()
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt2895 field public static final int BUTTON_ACTION_UNSUSPEND = 1; // 0x1