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.java1068 CharSequence shortSupportMessage = null; field in DevicePolicyManagerService.ActiveAdmin
1316 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()