Searched refs:fullScreenIntent (Results 1 – 18 of 18) sorted by relevance
156 Intent fullScreenIntent = new Intent(StatusBarTest.this, TestAlertActivity.class);158 fullScreenIntent.putExtra("id", id);162 fullScreenIntent,
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()
58 if (record.getNotification().fullScreenIntent != null) { in process()
392 if (n.fullScreenIntent != null) { in calculateInitialImportance()472 pw.println(prefix + "fullscreenIntent=" + notification.fullScreenIntent); in dump()
5829 if (notification.fullScreenIntent != null && ai.targetSdkVersion >= Build.VERSION_CODES.Q) {5833 notification.fullScreenIntent = null;
111 if (notification.contentIntent != null || notification.fullScreenIntent != null in register()
178 return entry.getSbn().getNotification().fullScreenIntent != null in shouldLaunchFullScreenIntentWhenAdded()
245 : notification.fullScreenIntent; in onNotificationClicked()522 entry.getSbn().getNotification().fullScreenIntent; in handleFullScreenIntent()
504 if (sbn.getNotification().fullScreenIntent != null) {
554 return (sbn.getNotification().fullScreenIntent != null in shouldIsolate()
1970 if (notification.fullScreenIntent != null) { in maybeEscalateHeadsUp()1977 notification.fullScreenIntent.send(); in maybeEscalateHeadsUp()
120 return entry.getSbn().getNotification().fullScreenIntent != null; in hasFullScreenIntent()
325 public PendingIntent fullScreenIntent; field in Notification2299 fullScreenIntent = PendingIntent.CREATOR.createFromParcel(parcel); in readFromParcelImpl()2380 that.fullScreenIntent = this.fullScreenIntent; in cloneInto()2760 if (fullScreenIntent != null) { in writeToParcelImpl()2762 fullScreenIntent.writeToParcel(parcel, 0); in writeToParcelImpl()4126 mN.fullScreenIntent = intent; in setFullScreenIntent()5347 boolean emphazisedMode = mN.fullScreenIntent != null; in applyStandardTemplateWithActions()
798 final int fullScreenIntent = safeInt(parser, SHOW_ATT_FULL_SCREEN_INTENT, in readZenPolicyXml() local808 if (fullScreenIntent != ZenPolicy.STATE_UNSET) { in readZenPolicyXml()809 builder.showFullScreenIntent(fullScreenIntent == ZenPolicy.STATE_ALLOW); in readZenPolicyXml()
6511 && row.getEntry().getSbn().getNotification().fullScreenIntent
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
4635 field public android.app.PendingIntent fullScreenIntent;
5563 field public android.app.PendingIntent fullScreenIntent;