/frameworks/support/v4/gingerbread/android/support/v4/app/ |
D | NotificationCompatGingerbread.java | 26 PendingIntent fullScreenIntent) { in add() argument 28 notification.fullScreenIntent = fullScreenIntent; in add()
|
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
D | StatusBarTest.java | 165 Intent fullScreenIntent = new Intent(StatusBarTest.this, TestAlertActivity.class); 167 fullScreenIntent.putExtra("id", id); 168 not.fullScreenIntent = PendingIntent.getActivity( 171 fullScreenIntent, 174 not.contentIntent = not.fullScreenIntent;
|
/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 | 29 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, in add() argument 48 .setFullScreenIntent(fullScreenIntent, in add()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationIntrusivenessExtractor.java | 50 notification.fullScreenIntent != null) { in process()
|
/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/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 | 225 public PendingIntent fullScreenIntent; field in Notification 1392 fullScreenIntent = PendingIntent.CREATOR.createFromParcel(parcel); in Notification() 1444 that.fullScreenIntent = this.fullScreenIntent; in cloneInto() 1642 if (fullScreenIntent != null) { in writeToParcel() 1644 fullScreenIntent.writeToParcel(parcel, 0); in writeToParcel() 3160 n.fullScreenIntent = mFullScreenIntent; in buildUnstyled() 3409 mFullScreenIntent = n.fullScreenIntent; in restoreFromNotification()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
D | StorageNotification.java | 333 mUsbStorageNotification.fullScreenIntent = pi; in setUsbStorageNotification()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PhoneStatusBar.java | 1331 if (notification.getNotification().fullScreenIntent != null) { in addNotification() 1341 notification.getNotification().fullScreenIntent.send(); in addNotification() 2241 if (notification.fullScreenIntent != null) { 2247 notification.fullScreenIntent.send();
|
/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/ja/about/versions/ |
D | android-5.0.jd | 199 …<li>ユーザーのアクティビティが全画面表示モードになっている(アプリで {@link android.app.Notification#fullScreenIntent} を使用している)</l…
|
/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/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/ru/about/versions/ |
D | android-5.0.jd | 200 …олноэкранном режиме (приложение использует {@link android.app.Notification#fullScreenIntent}).</li>
|
/frameworks/base/docs/html/about/versions/ |
D | android-5.0-changes.jd | 187 {@link android.app.Notification#fullScreenIntent})</li>
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | BaseStatusBar.java | 2096 boolean isFullscreen = notification.fullScreenIntent != null;
|
/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/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/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/api/ |
D | system-current.txt | 4725 field public android.app.PendingIntent fullScreenIntent;
|
D | current.txt | 4635 field public android.app.PendingIntent fullScreenIntent;
|