Searched refs:fullScreenIntent (Results 1 – 14 of 14) sorted by relevance
156 Intent fullScreenIntent = new Intent(StatusBarTest.this, TestAlertActivity.class);158 fullScreenIntent.putExtra("id", id);162 fullScreenIntent,
58 if (record.getNotification().fullScreenIntent != null) { in process()
386 if (n.fullScreenIntent != null) { in calculateInitialImportance()471 pw.println(prefix + "fullscreenIntent=" + notification.fullScreenIntent); in dump()
4798 if (notification.fullScreenIntent != null && ai.targetSdkVersion >= Build.VERSION_CODES.Q) {4802 notification.fullScreenIntent = null;
484 Intent fullScreenIntent = new Intent(context, FullScreenActivity.class); in getPendingIntent() local485 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()
97 if (notification.contentIntent != null || notification.fullScreenIntent != null in register()
189 : notification.fullScreenIntent; in onNotificationClicked()410 if (!isHeadsUped && entry.notification.getNotification().fullScreenIntent != null) { in handleFullScreenIntent()437 entry.notification.getNotification().fullScreenIntent.send(); in handleFullScreenIntent()
491 return (sbn.getNotification().fullScreenIntent != null in shouldIsolate()
368 if (sbn.getNotification().fullScreenIntent != null) { in canHeadsUp()
1753 if (notification.fullScreenIntent != null) { in maybeEscalateHeadsUp()1760 notification.fullScreenIntent.send(); in maybeEscalateHeadsUp()
120 return entry.notification.getNotification().fullScreenIntent != null; in hasFullScreenIntent()
323 public PendingIntent fullScreenIntent; field in Notification2257 fullScreenIntent = PendingIntent.CREATOR.createFromParcel(parcel); in readFromParcelImpl()2338 that.fullScreenIntent = this.fullScreenIntent; in cloneInto()2682 if (fullScreenIntent != null) { in writeToParcelImpl()2684 fullScreenIntent.writeToParcel(parcel, 0); in writeToParcelImpl()3993 mN.fullScreenIntent = intent; in setFullScreenIntent()5209 boolean emphazisedMode = mN.fullScreenIntent != null; in applyStandardTemplateWithActions()
773 final int fullScreenIntent = safeInt(parser, SHOW_ATT_FULL_SCREEN_INTENT, in readZenPolicyXml() local783 if (fullScreenIntent != ZenPolicy.STATE_UNSET) { in readZenPolicyXml()784 builder.showFullScreenIntent(fullScreenIntent == ZenPolicy.STATE_ALLOW); in readZenPolicyXml()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...