Home | History | Annotate | Download | only in app

Lines Matching refs:mInProgressLabel

1798             private CharSequence mInProgressLabel;
1818 mInProgressLabel = wearableBundle.getCharSequence(KEY_IN_PROGRESS_LABEL);
1836 if (mInProgressLabel != null) {
1837 wearableBundle.putCharSequence(KEY_IN_PROGRESS_LABEL, mInProgressLabel);
1854 that.mInProgressLabel = this.mInProgressLabel;
1898 mInProgressLabel = label;
1910 return mInProgressLabel;