Home | History | Annotate | Download | only in pm

Lines Matching defs:checkStringNotEmpty

384         mId = Preconditions.checkStringNotEmpty(b.mId, "Shortcut ID must be provided");
472 Preconditions.checkStringNotEmpty(mId, "Shortcut ID must be provided");
922 mId = Preconditions.checkStringNotEmpty(id, "id cannot be empty");
934 mId = Preconditions.checkStringNotEmpty(id, "id cannot be empty");
1021 mTitle = Preconditions.checkStringNotEmpty(shortLabel, "shortLabel cannot be empty");
1049 mText = Preconditions.checkStringNotEmpty(longLabel, "longLabel cannot be empty");
1099 Preconditions.checkStringNotEmpty(disabledMessage,