HomeSort by relevance Sort by last modified time
    Searched refs:EVENT_DELETE (Results 1 - 3 of 3) sorted by null

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/data/
EuiccNotificationTest.java 32 new EuiccNotification(1, "g.co", EuiccNotification.EVENT_DELETE, new byte[]{1});
39 t = new EuiccNotification(1, "g.co", EuiccNotification.EVENT_DELETE, new byte[]{1});
43 t = new EuiccNotification(2, "g.co", EuiccNotification.EVENT_DELETE, new byte[]{1});
47 t = new EuiccNotification(1, "x.co", EuiccNotification.EVENT_DELETE, new byte[]{1});
55 t = new EuiccNotification(1, "g.co", EuiccNotification.EVENT_DELETE, null);
  /frameworks/base/telephony/java/android/telephony/euicc/
EuiccNotification.java 44 EVENT_DELETE
59 public static final int EVENT_DELETE = 1 << 3;
64 EVENT_INSTALL | EVENT_ENABLE | EVENT_DISABLE | EVENT_DELETE;
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/
EuiccCardTest.java 786 EuiccNotification.EVENT_DELETE | EuiccNotification.EVENT_DISABLE,
792 new EuiccNotification(1, "smdp.com", EuiccNotification.EVENT_DELETE, null)
    [all...]

Completed in 77 milliseconds