Searched refs:mDisplayIntent (Results 1 – 2 of 2) sorted by relevance
11909 private PendingIntent mDisplayIntent; field in Notification.Builder.WearableExtender11938 mDisplayIntent = wearableBundle.getParcelable( in WearableExtender()11978 if (mDisplayIntent != null) { in extend()11979 wearableBundle.putParcelable(KEY_DISPLAY_INTENT, mDisplayIntent); in extend()12037 that.mDisplayIntent = this.mDisplayIntent; in clone()12136 mDisplayIntent = intent; in setDisplayIntent()12148 return mDisplayIntent; in getDisplayIntent()
7906 Landroid/app/Notification$WearableExtender;->mDisplayIntent:Landroid/app/PendingIntent;