Home | History | Annotate | Download | only in phone

Lines Matching refs:isManaged

185                 boolean isManaged = mDevicePolicyManager.getDeviceOwner() != null;
187 return Pair.create(hasCert, isManaged);
193 boolean isManaged = result.second;
194 mModel.setSslCaCertWarningTileInfo(hasCert, isManaged);