Searched refs:EXTRA_HANG_UP_INTENT (Results 1 – 4 of 4) sorted by relevance
29 import static android.app.Notification.EXTRA_HANG_UP_INTENT;988 fakeTypes.putParcelable(EXTRA_HANG_UP_INTENT, new Bundle()); in testRestoreFromExtras_Call_invalidExtra_noCrash()
1555 public static final String EXTRA_HANG_UP_INTENT = "android.hangUpIntent"; field in Notification10846 extras.putParcelable(EXTRA_HANG_UP_INTENT, mHangUpIntent); in addExtras()10880 mHangUpIntent = extras.getParcelable(EXTRA_HANG_UP_INTENT, PendingIntent.class); in restoreFromExtras()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
6449 field public static final String EXTRA_HANG_UP_INTENT = "android.hangUpIntent";