Searched defs:shortSupportMessage (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java802 CharSequence shortSupportMessage = null; field in class:DevicePolicyManagerService.ActiveAdmin
1041 if (!TextUtils.isEmpty(shortSupportMessage)) {
1043 out.text(shortSupportMessage.toString());
1213 shortSupportMessage = parser.getText();
9914 if (!TextUtils.equals(admin.shortSupportMessage, message)) {
9915 admin.shortSupportMessage = message;
9930 return admin.shortSupportMessage;
9976 return admin.shortSupportMessage;

Completed in 48 milliseconds