/frameworks/support/compat/gingerbread/android/support/v4/app/ |
D | NotificationCompatBase.java | 68 PendingIntent fullScreenIntent) { in add() argument 70 notification.fullScreenIntent = fullScreenIntent; in add()
|
/frameworks/support/compat/honeycomb/android/support/v4/app/ |
D | NotificationCompatHoneycomb.java | 29 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon) { in add() argument 47 .setFullScreenIntent(fullScreenIntent, in add()
|
/frameworks/support/compat/ics/android/support/v4/app/ |
D | NotificationCompatIceCreamSandwich.java | 33 int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, in Builder() argument 52 .setFullScreenIntent(fullScreenIntent, in Builder()
|
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
D | StatusBarTest.java | 156 Intent fullScreenIntent = new Intent(StatusBarTest.this, TestAlertActivity.class); 158 fullScreenIntent.putExtra("id", id); 162 fullScreenIntent,
|
/frameworks/support/compat/kitkat/android/support/v4/app/ |
D | NotificationCompatKitKat.java | 42 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, in Builder() argument 66 .setFullScreenIntent(fullScreenIntent, in Builder()
|
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/ |
D | NotificationTests.java | 484 Intent fullScreenIntent = new Intent(context, FullScreenActivity.class); in getPendingIntent() local 485 fullScreenIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in getPendingIntent() 487 fullScreenIntent.putExtra(EXTRA_ID, id); in getPendingIntent() 489 context, 22, fullScreenIntent, PendingIntent.FLAG_UPDATE_CURRENT); in getPendingIntent()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationIntrusivenessExtractor.java | 53 notification.fullScreenIntent != null) { in process()
|
D | NotificationRecord.java | 161 if (n.fullScreenIntent != null) { in defaultImportance()
|
/frameworks/support/compat/api24/android/support/v4/app/ |
D | NotificationCompatApi24.java | 55 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, in Builder() argument 81 .setFullScreenIntent(fullScreenIntent, in Builder()
|
/frameworks/support/compat/api20/android/support/v4/app/ |
D | NotificationCompatApi20.java | 41 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, in Builder() argument 65 .setFullScreenIntent(fullScreenIntent, in Builder()
|
/frameworks/support/compat/api21/android/support/v4/app/ |
D | NotificationCompatApi21.java | 66 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, in Builder() argument 92 .setFullScreenIntent(fullScreenIntent, in Builder()
|
/frameworks/support/compat/jellybean/android/support/v4/app/ |
D | NotificationCompatJellybean.java | 77 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, in Builder() argument 100 .setFullScreenIntent(fullScreenIntent, in Builder()
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 262 public PendingIntent fullScreenIntent; field in Notification 1650 fullScreenIntent = PendingIntent.CREATOR.createFromParcel(parcel); in readFromParcelImpl() 1703 that.fullScreenIntent = this.fullScreenIntent; in cloneInto() 1990 if (fullScreenIntent != null) { in writeToParcelImpl() 1992 fullScreenIntent.writeToParcel(parcel, 0); in writeToParcelImpl() 2716 mN.fullScreenIntent = intent; in setFullScreenIntent() 3529 boolean emphazisedMode = mN.fullScreenIntent != null; in applyStandardTemplateWithActions()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationGroupManager.java | 432 && (sbn.getNotification().fullScreenIntent != null in shouldIsolate()
|
D | PhoneStatusBar.java | 1527 if (!isHeadsUped && notification.getNotification().fullScreenIntent != null) { in addNotification() 1549 notification.getNotification().fullScreenIntent.send(); in addNotification() 2738 if (notification.fullScreenIntent != null) { in maybeEscalateHeadsUp() 2745 notification.fullScreenIntent.send(); in maybeEscalateHeadsUp()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | HeadsUpManager.java | 226 return entry.notification.getNotification().fullScreenIntent != null; in hasFullScreenIntent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | BaseStatusBar.java | 1892 : notification.fullScreenIntent; 2041 if (notification.contentIntent != null || notification.fullScreenIntent != null) { 2586 if (sbn.getNotification().fullScreenIntent != null) {
|
/frameworks/base/docs/html-intl/intl/ru/guide/topics/ui/notifiers/ |
D | notifications.jd | 845 {@link android.app.Notification#fullScreenIntent}) или;</li>
|
/frameworks/base/docs/html-intl/intl/ko/guide/topics/ui/notifiers/ |
D | notifications.jd | 845 {@link android.app.Notification#fullScreenIntent}를 사용할 경우)</li>
|
/frameworks/base/docs/html-intl/intl/ja/guide/topics/ui/notifiers/ |
D | notifications.jd | 844 <li>ユーザーのアクティビティが全画面モードであること(アプリが {@link android.app.Notification#fullScreenIntent} を使用していること)、または
|
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/ui/notifiers/ |
D | notifications.jd | 845 {@link android.app.Notification#fullScreenIntent}),或者</li>
|
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/ui/notifiers/ |
D | notifications.jd | 845 {@link android.app.Notification#fullScreenIntent});或者</li>
|
/frameworks/base/docs/html-intl/intl/ru/about/versions/ |
D | android-5.0.jd | 200 …олноэкранном режиме (приложение использует {@link android.app.Notification#fullScreenIntent}).</li>
|
/frameworks/base/docs/html-intl/intl/zh-tw/about/versions/ |
D | android-5.0.jd | 199 <li>使用者活動目前以全螢幕顯示 (應用程式使用 {@link android.app.Notification#fullScreenIntent})</li>
|
/frameworks/base/docs/html-intl/intl/zh-cn/about/versions/ |
D | android-5.0.jd | 201 <li>用户在全屏模式下执行操作(应用使用 {@link android.app.Notification#fullScreenIntent})</li>
|