Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java998 CharSequence shortSupportMessage = null; field in DevicePolicyManagerService.ActiveAdmin
1245 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()