Searched refs:shortSupportMessage (Results 1 – 1 of 1) sorted by relevance
1068 CharSequence shortSupportMessage = null; field in DevicePolicyManagerService.ActiveAdmin1316 if (!TextUtils.isEmpty(shortSupportMessage)) { in writeToXml()1318 out.text(shortSupportMessage.toString()); in writeToXml()1515 shortSupportMessage = parser.getText(); in readFromXml()12184 if (!TextUtils.equals(admin.shortSupportMessage, message)) { in setShortSupportMessage()12185 admin.shortSupportMessage = message; in setShortSupportMessage()12204 return admin.shortSupportMessage; in getShortSupportMessage()12254 return admin.shortSupportMessage; in getShortSupportMessageForUser()