Home
last modified time | relevance | path

Searched refs:fullScreenIntent (Results 1 – 25 of 39) sorted by relevance

12

/frameworks/support/compat/gingerbread/android/support/v4/app/
DNotificationCompatBase.java68 PendingIntent fullScreenIntent) { in add() argument
70 notification.fullScreenIntent = fullScreenIntent; in add()
/frameworks/support/compat/honeycomb/android/support/v4/app/
DNotificationCompatHoneycomb.java29 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon) { in add() argument
47 .setFullScreenIntent(fullScreenIntent, in add()
/frameworks/support/compat/ics/android/support/v4/app/
DNotificationCompatIceCreamSandwich.java33 int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, in Builder() argument
52 .setFullScreenIntent(fullScreenIntent, in Builder()
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
DStatusBarTest.java156 Intent fullScreenIntent = new Intent(StatusBarTest.this, TestAlertActivity.class);
158 fullScreenIntent.putExtra("id", id);
162 fullScreenIntent,
/frameworks/support/compat/kitkat/android/support/v4/app/
DNotificationCompatKitKat.java42 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, in Builder() argument
66 .setFullScreenIntent(fullScreenIntent, in Builder()
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
DNotificationTests.java484 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/
DNotificationIntrusivenessExtractor.java53 notification.fullScreenIntent != null) { in process()
DNotificationRecord.java161 if (n.fullScreenIntent != null) { in defaultImportance()
/frameworks/support/compat/api24/android/support/v4/app/
DNotificationCompatApi24.java55 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, in Builder() argument
81 .setFullScreenIntent(fullScreenIntent, in Builder()
/frameworks/support/compat/api20/android/support/v4/app/
DNotificationCompatApi20.java41 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, in Builder() argument
65 .setFullScreenIntent(fullScreenIntent, in Builder()
/frameworks/support/compat/api21/android/support/v4/app/
DNotificationCompatApi21.java66 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, in Builder() argument
92 .setFullScreenIntent(fullScreenIntent, in Builder()
/frameworks/support/compat/jellybean/android/support/v4/app/
DNotificationCompatJellybean.java77 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, in Builder() argument
100 .setFullScreenIntent(fullScreenIntent, in Builder()
/frameworks/base/core/java/android/app/
DNotification.java262 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/
DNotificationGroupManager.java432 && (sbn.getNotification().fullScreenIntent != null in shouldIsolate()
DPhoneStatusBar.java1527 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/
DHeadsUpManager.java226 return entry.notification.getNotification().fullScreenIntent != null; in hasFullScreenIntent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBaseStatusBar.java1892 : 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/
Dnotifications.jd845 {@link android.app.Notification#fullScreenIntent}) или;</li>
/frameworks/base/docs/html-intl/intl/ko/guide/topics/ui/notifiers/
Dnotifications.jd845 {@link android.app.Notification#fullScreenIntent}를 사용할 경우)</li>
/frameworks/base/docs/html-intl/intl/ja/guide/topics/ui/notifiers/
Dnotifications.jd844 <li>ユーザーのアクティビティが全画面モードであること(アプリが {@link android.app.Notification#fullScreenIntent} を使用していること)、または
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/ui/notifiers/
Dnotifications.jd845 {@link android.app.Notification#fullScreenIntent}),或者</li>
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/ui/notifiers/
Dnotifications.jd845 {@link android.app.Notification#fullScreenIntent});或者</li>
/frameworks/base/docs/html-intl/intl/ru/about/versions/
Dandroid-5.0.jd200 …олноэкранном режиме (приложение использует {@link android.app.Notification#fullScreenIntent}).</li>
/frameworks/base/docs/html-intl/intl/zh-tw/about/versions/
Dandroid-5.0.jd199 <li>使用者活動目前以全螢幕顯示 (應用程式使用 {@link android.app.Notification#fullScreenIntent})</li>
/frameworks/base/docs/html-intl/intl/zh-cn/about/versions/
Dandroid-5.0.jd201 <li>用户在全屏模式下执行操作(应用使用 {@link android.app.Notification#fullScreenIntent})</li>

12