Searched refs:PendingIntentRequestCodes (Results 1 – 2 of 2) sorted by relevance
1060 int requestCode = InCallActivity.PendingIntentRequestCodes.NON_FULL_SCREEN; in createLaunchPendingIntent()1064 requestCode = InCallActivity.PendingIntentRequestCodes.FULL_SCREEN; in createLaunchPendingIntent()
1728 public static final class PendingIntentRequestCodes { class in InCallActivity