Home
last modified time | relevance | path

Searched refs:PendingIntentRequestCodes (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/
DStatusBarNotifier.java1060 int requestCode = InCallActivity.PendingIntentRequestCodes.NON_FULL_SCREEN; in createLaunchPendingIntent()
1064 requestCode = InCallActivity.PendingIntentRequestCodes.FULL_SCREEN; in createLaunchPendingIntent()
DInCallActivity.java1728 public static final class PendingIntentRequestCodes { class in InCallActivity