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

/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java2304 private PendingIntent mDisplayIntent; field in class:NotificationCompat.WearableExtender
2334 mDisplayIntent = wearableBundle.getParcelable(KEY_DISPLAY_INTENT);
2373 if (mDisplayIntent != null) {
2374 wearableBundle.putParcelable(KEY_DISPLAY_INTENT, mDisplayIntent);
2415 that.mDisplayIntent = this.mDisplayIntent;
2510 mDisplayIntent = intent;
2519 return mDisplayIntent;
/frameworks/base/core/java/android/app/
H A DNotification.java4500 private PendingIntent mDisplayIntent; field in class:Notification.WearableExtender
4527 mDisplayIntent = wearableBundle.getParcelable(KEY_DISPLAY_INTENT);
4564 if (mDisplayIntent != null) {
4565 wearableBundle.putParcelable(KEY_DISPLAY_INTENT, mDisplayIntent);
4606 that.mDisplayIntent = this.mDisplayIntent;
4701 mDisplayIntent = intent;
4710 return mDisplayIntent;

Completed in 368 milliseconds