Home
last modified time | relevance | path

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

/frameworks/support/v4/java/android/support/v4/app/
DNotificationCompat.java2014 private CharSequence mCancelLabel; field in NotificationCompat.Action.WearableExtender
2034 mCancelLabel = wearableBundle.getCharSequence(KEY_CANCEL_LABEL); in WearableExtender()
2056 if (mCancelLabel != null) { in extend()
2057 wearableBundle.putCharSequence(KEY_CANCEL_LABEL, mCancelLabel); in extend()
2070 that.mCancelLabel = this.mCancelLabel; in clone()
2155 mCancelLabel = label; in setCancelLabel()
2166 return mCancelLabel; in getCancelLabel()
/frameworks/base/core/java/android/app/
DNotification.java1189 private CharSequence mCancelLabel; field in Notification.Action.WearableExtender
1209 mCancelLabel = wearableBundle.getCharSequence(KEY_CANCEL_LABEL); in WearableExtender()
1231 if (mCancelLabel != null) { in extend()
1232 wearableBundle.putCharSequence(KEY_CANCEL_LABEL, mCancelLabel); in extend()
1245 that.mCancelLabel = this.mCancelLabel; in clone()
1330 mCancelLabel = label; in setCancelLabel()
1341 return mCancelLabel; in getCancelLabel()