/frameworks/support/v4/gingerbread/android/support/v4/app/ |
D | NotificationCompatGingerbread.java | 26 PendingIntent fullScreenIntent) { in add() argument 28 notification.fullScreenIntent = fullScreenIntent; in add()
|
/frameworks/support/v4/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/v4/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/v4/kitkat/android/support/v4/app/ |
D | NotificationCompatKitKat.java | 40 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, in Builder() argument 64 .setFullScreenIntent(fullScreenIntent, in Builder()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationIntrusivenessExtractor.java | 51 notification.fullScreenIntent != null) { in process()
|
/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/support/v4/api20/android/support/v4/app/ |
D | NotificationCompatApi20.java | 39 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, in Builder() argument 63 .setFullScreenIntent(fullScreenIntent, in Builder()
|
/frameworks/support/v4/api21/android/support/v4/app/ |
D | NotificationCompatApi21.java | 62 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, in Builder() argument 87 .setFullScreenIntent(fullScreenIntent, in Builder()
|
/frameworks/support/v4/jellybean/android/support/v4/app/ |
D | NotificationCompatJellybean.java | 73 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, in Builder() argument 95 .setFullScreenIntent(fullScreenIntent, in Builder()
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 231 public PendingIntent fullScreenIntent; field in Notification 1457 fullScreenIntent = PendingIntent.CREATOR.createFromParcel(parcel); in Notification() 1509 that.fullScreenIntent = this.fullScreenIntent; in cloneInto() 1716 if (fullScreenIntent != null) { in writeToParcel() 1718 fullScreenIntent.writeToParcel(parcel, 0); in writeToParcel() 3326 n.fullScreenIntent = mFullScreenIntent; in buildUnstyled() 3578 mFullScreenIntent = n.fullScreenIntent; in restoreFromNotification()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | HeadsUpManager.java | 213 return entry.notification.getNotification().fullScreenIntent != null; in hasFullScreenIntent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PhoneStatusBar.java | 1182 if (!isHeadsUped && notification.getNotification().fullScreenIntent != null) { in addNotification() 1192 notification.getNotification().fullScreenIntent.send(); in addNotification() 2077 if (notification.fullScreenIntent != null) { in maybeEscalateHeadsUp() 2084 notification.fullScreenIntent.send(); in maybeEscalateHeadsUp()
|
/frameworks/base/docs/html-intl/intl/ja/about/versions/ |
D | android-5.0.jd | 199 …<li>ユーザーのアクティビティが全画面表示モードになっている(アプリで {@link android.app.Notification#fullScreenIntent} を使用している)</l…
|
/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/ko/about/versions/ |
D | android-5.0.jd | 200 <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>
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | BaseStatusBar.java | 2054 boolean isFullscreen = notification.fullScreenIntent != null;
|
/frameworks/base/docs/html/about/versions/ |
D | android-5.0-changes.jd | 187 {@link android.app.Notification#fullScreenIntent})</li>
|
/frameworks/base/docs/html/guide/topics/ui/notifiers/ |
D | notifications.jd | 851 {@link android.app.Notification#fullScreenIntent}), or</li>
|
/frameworks/base/docs/html-intl/intl/es/about/versions/ |
D | android-5.0.jd | 199 …do de pantalla completa (la aplicación usa {@link android.app.Notification#fullScreenIntent}).</li>
|
/frameworks/base/docs/html-intl/intl/pt-br/about/versions/ |
D | android-5.0.jd | 197 …do usuário em modo de tela cheia (o app usa {@link android.app.Notification#fullScreenIntent})</li>
|
/frameworks/base/api/ |
D | current.txt | 4781 field public android.app.PendingIntent fullScreenIntent;
|
D | system-current.txt | 4898 field public android.app.PendingIntent fullScreenIntent;
|