D | MyNotificationListenerService.java | 85 private String mReason = null; field in MyNotificationListenerService.PendingIntentSender 93 if (mSentIntent != null || mReason != null) { in send() 98 + ") for reason '" + mReason + "' when requested another for '" + reason in send() 105 mReason = reason; in send()
|