Searched refs:castPref (Results 1 – 2 of 2) sorted by relevance
108 final Preference castPref = mock(Preference.class); in testUpdateCastSettings() local109 doReturn(castPref).when(mDevicePrefFragment) in testUpdateCastSettings()112 doReturn(intent).when(castPref).getIntent(); in testUpdateCastSettings()139 verify(castPref, atLeastOnce()).setTitle("Test Name"); in testUpdateCastSettings()
289 final Preference castPref = findPreference(KEY_CAST_SETTINGS); in updateCastSettings() local291 if (castPref != null) { in updateCastSettings()293 getContext(), castPref.getIntent()); in updateCastSettings()299 castPref.setIcon(targetContext.getDrawable(info.getIconResource())); in updateCastSettings()304 castPref.setTitle(info.activityInfo.loadLabel(getContext().getPackageManager())); in updateCastSettings()