Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DSuspendDialogInfoTest.java20 import static android.content.pm.SuspendDialogInfo.BUTTON_ACTION_UNSUSPEND;
151 dialogBuilder2.setNeutralButtonAction(BUTTON_ACTION_UNSUSPEND); in equalsComparesButtonAction()
/frameworks/base/core/java/android/content/pm/
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()
/frameworks/base/core/java/com/android/internal/app/
DSuspendedAppActivity.java23 import static android.content.pm.SuspendDialogInfo.BUTTON_ACTION_UNSUSPEND;
197 case BUTTON_ACTION_UNSUSPEND: in resolveNeutralButtonText()
315 case BUTTON_ACTION_UNSUSPEND: in onClick()
/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
DPackageManagerSettingsTests.java24 import static android.content.pm.SuspendDialogInfo.BUTTON_ACTION_UNSUSPEND;
531 .setNeutralButtonAction(BUTTON_ACTION_UNSUSPEND) in testReadWritePackageRestrictions_suspendInfo()
/frameworks/base/core/api/
Dsystem-current.txt4453 field public static final int BUTTON_ACTION_UNSUSPEND = 1; // 0x1