Home
last modified time | relevance | path

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

/frameworks/support/v4/gingerbread/android/support/v4/app/
DNotificationCompatGingerbread.java26 PendingIntent fullScreenIntent) { in add() argument
28 notification.fullScreenIntent = fullScreenIntent; in add()
/frameworks/support/v4/honeycomb/android/support/v4/app/
DNotificationCompatHoneycomb.java29 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon) { in add() argument
47 .setFullScreenIntent(fullScreenIntent, in add()
/frameworks/support/v4/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/v4/kitkat/android/support/v4/app/
DNotificationCompatKitKat.java40 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, in Builder() argument
64 .setFullScreenIntent(fullScreenIntent, in Builder()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationIntrusivenessExtractor.java51 notification.fullScreenIntent != null) { in process()
/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/support/v4/api20/android/support/v4/app/
DNotificationCompatApi20.java39 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, in Builder() argument
63 .setFullScreenIntent(fullScreenIntent, in Builder()
/frameworks/support/v4/api21/android/support/v4/app/
DNotificationCompatApi21.java62 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, in Builder() argument
87 .setFullScreenIntent(fullScreenIntent, in Builder()
/frameworks/support/v4/jellybean/android/support/v4/app/
DNotificationCompatJellybean.java73 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, in Builder() argument
95 .setFullScreenIntent(fullScreenIntent, in Builder()
/frameworks/base/core/java/android/app/
DNotification.java231 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/
DHeadsUpManager.java213 return entry.notification.getNotification().fullScreenIntent != null; in hasFullScreenIntent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java1182 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/
Dandroid-5.0.jd199 …<li>ユーザーのアクティビティが全画面表示モードになっている(アプリで {@link android.app.Notification#fullScreenIntent} を使用している)</l…
/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/ko/about/versions/
Dandroid-5.0.jd200 <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>
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBaseStatusBar.java2054 boolean isFullscreen = notification.fullScreenIntent != null;
/frameworks/base/docs/html/about/versions/
Dandroid-5.0-changes.jd187 {@link android.app.Notification#fullScreenIntent})</li>
/frameworks/base/docs/html/guide/topics/ui/notifiers/
Dnotifications.jd851 {@link android.app.Notification#fullScreenIntent}), or</li>
/frameworks/base/docs/html-intl/intl/es/about/versions/
Dandroid-5.0.jd199 …do de pantalla completa (la aplicación usa {@link android.app.Notification#fullScreenIntent}).</li>
/frameworks/base/docs/html-intl/intl/pt-br/about/versions/
Dandroid-5.0.jd197 …do usuário em modo de tela cheia (o app usa {@link android.app.Notification#fullScreenIntent})</li>
/frameworks/base/api/
Dcurrent.txt4781 field public android.app.PendingIntent fullScreenIntent;
Dsystem-current.txt4898 field public android.app.PendingIntent fullScreenIntent;