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