Home
last modified time | relevance | path

Searched refs:mCancelLabel (Results 1 – 1 of 1) sorted by relevance

/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompat.java2848 private CharSequence mCancelLabel; field in NotificationCompat.Action.WearableExtender
2868 mCancelLabel = wearableBundle.getCharSequence(KEY_CANCEL_LABEL); in WearableExtender()
2890 if (mCancelLabel != null) { in extend()
2891 wearableBundle.putCharSequence(KEY_CANCEL_LABEL, mCancelLabel); in extend()
2904 that.mCancelLabel = this.mCancelLabel; in clone()
2989 mCancelLabel = label; in setCancelLabel()
3000 return mCancelLabel; in getCancelLabel()