Searched refs:deviceOwnerInfo (Results 1 – 1 of 1) sorted by relevance
118 final String deviceOwnerInfo = "Test Device Owner Info"; in updateSummary_deviceOwnerInfoEnabled_shouldSetDeviceOwnerInfoSummary() local120 doReturn(deviceOwnerInfo).when(mController).getDeviceOwnerInfo(); in updateSummary_deviceOwnerInfoEnabled_shouldSetDeviceOwnerInfoSummary()125 verify(mPreference).setSummary(deviceOwnerInfo); in updateSummary_deviceOwnerInfoEnabled_shouldSetDeviceOwnerInfoSummary()