Searched defs:mDisplayIntent (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java3807 private PendingIntent mDisplayIntent; field in class:NotificationCompat.WearableExtender
3849 mDisplayIntent = wearableBundle.getParcelable(KEY_DISPLAY_INTENT);
3901 if (mDisplayIntent != null) {
3902 wearableBundle.putParcelable(KEY_DISPLAY_INTENT, mDisplayIntent);
3976 that.mDisplayIntent = this.mDisplayIntent;
4073 mDisplayIntent = intent;
4082 return mDisplayIntent;
/frameworks/base/core/java/android/app/
H A DNotification.java8325 private PendingIntent mDisplayIntent; field in class:Notification.WearableExtender
8354 mDisplayIntent = wearableBundle.getParcelable(KEY_DISPLAY_INTENT);
8393 if (mDisplayIntent != null) {
8394 wearableBundle.putParcelable(KEY_DISPLAY_INTENT, mDisplayIntent);
8441 that.mDisplayIntent = this.mDisplayIntent;
8538 mDisplayIntent = intent;
8547 return mDisplayIntent;

Completed in 88 milliseconds