Searched refs:mFullScreenIntent (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java102 b.mNumber, b.mContentIntent, b.mFullScreenIntent, b.mLargeIcon);
110 b.mNumber, b.mContentIntent, b.mFullScreenIntent, b.mLargeIcon,
119 b.mTickerView, b.mNumber, b.mContentIntent, b.mFullScreenIntent, b.mLargeIcon,
190 PendingIntent mFullScreenIntent; field in class:NotificationCompat.Builder
385 mFullScreenIntent = intent;
/frameworks/base/core/java/android/app/
H A DNotification.java1153 private PendingIntent mFullScreenIntent; field in class:Notification.Builder
1388 mFullScreenIntent = intent;
1803 n.fullScreenIntent = mFullScreenIntent;

Completed in 1455 milliseconds