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