Searched refs:deviceOwnerModeStringValue (Results 1 – 1 of 1) sorted by relevance
395 String deviceOwnerModeStringValue = null; in DeviceAdminInfo() local397 deviceOwnerModeStringValue = parser.getAttributeValue( in DeviceAdminInfo()400 if (deviceOwnerModeStringValue == null) { in DeviceAdminInfo()401 deviceOwnerModeStringValue = in DeviceAdminInfo()405 if ("unsupported".equalsIgnoreCase(deviceOwnerModeStringValue)) { in DeviceAdminInfo()407 } else if ("affiliated".equalsIgnoreCase(deviceOwnerModeStringValue)) { in DeviceAdminInfo()409 } else if ("single_user".equalsIgnoreCase(deviceOwnerModeStringValue)) { in DeviceAdminInfo()414 + deviceOwnerModeStringValue); in DeviceAdminInfo()