Searched refs:EVENT_DISABLE (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/telephony/java/android/telephony/euicc/ |
H A D | EuiccNotification.java | 44 EVENT_DISABLE, 57 public static final int EVENT_DISABLE = 1 << 2; field in EuiccNotification 65 EVENT_INSTALL | EVENT_ENABLE | EVENT_DISABLE | EVENT_DELETE;
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/ |
H A D | EuiccCardTest.java | 927 EuiccNotification.EVENT_DELETE | EuiccNotification.EVENT_DISABLE, in testListNotifications() 934 new EuiccNotification(2, "smdp2.com", EuiccNotification.EVENT_DISABLE, null) in testListNotifications() 946 EuiccNotification.EVENT_DELETE | EuiccNotification.EVENT_DISABLE, in testListNotifications_Error() 965 EuiccNotification.EVENT_DELETE | EuiccNotification.EVENT_DISABLE, in testRetrieveNotificationList() 974 new EuiccNotification(2, "smdp2.com", EuiccNotification.EVENT_DISABLE, in testRetrieveNotificationList() 988 EuiccNotification.EVENT_DELETE | EuiccNotification.EVENT_DISABLE, in testRetrieveNotificationList_Empty() 1002 EuiccNotification.EVENT_DELETE | EuiccNotification.EVENT_DISABLE, in testRetrieveNotificationList_Error()
|
/aosp12/frameworks/base/core/api/ |
H A D | system-current.txt | 12669 field public static final int EVENT_DISABLE = 4; // 0x4 12674 …cNotification.EVENT_ENABLE, android.telephony.euicc.EuiccNotification.EVENT_DISABLE, android.telep…
|