Searched refs:shortSupportMessage (Results 1 – 1 of 1) sorted by relevance
998 CharSequence shortSupportMessage = null; field in DevicePolicyManagerService.ActiveAdmin1245 if (!TextUtils.isEmpty(shortSupportMessage)) { in writeToXml()1247 out.text(shortSupportMessage.toString()); in writeToXml()1439 shortSupportMessage = parser.getText(); in readFromXml()11192 if (!TextUtils.equals(admin.shortSupportMessage, message)) { in setShortSupportMessage()11193 admin.shortSupportMessage = message; in setShortSupportMessage()11208 return admin.shortSupportMessage; in getShortSupportMessage()11254 return admin.shortSupportMessage; in getShortSupportMessageForUser()