/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/sound/ |
D | VolumeSettingsPreferenceControllerTest.java | 241 SeekBarPreference preference = (SeekBarPreference) mPreferenceGroup.getPreference(0); in testRefreshUi_createdPreferenceHasMinMax() local 251 SeekBarPreference preference = (SeekBarPreference) mPreferenceGroup.getPreference(0); in testOnPreferenceChange_noDynamicAudio_ringtonePlays() local 265 SeekBarPreference preference = (SeekBarPreference) mPreferenceGroup.getPreference(0); in testOnPreferenceChange_dynamicAudio_playbackActive_ringtoneDoesNotPlay() local 279 SeekBarPreference preference = (SeekBarPreference) mPreferenceGroup.getPreference(0); in testOnPreferenceChange_dynamicAudio_playbackNotActive_ringtonePlays() local 289 SeekBarPreference preference = (SeekBarPreference) mPreferenceGroup.getPreference(0); in testOnPreferenceChange_audioManagerSet() local 299 SeekBarPreference preference = spy((SeekBarPreference) mPreferenceGroup.getPreference(0)); in onGroupVolumeChanged_sameValue_doesNotUpdateVolumeSeekbar() local 317 SeekBarPreference preference = (SeekBarPreference) mPreferenceGroup.getPreference(0); in onGroupVolumeChanged_differentValue_updatesVolumeSeekbar() local 332 SeekBarPreference preference = in onGroupVolumeChanged_invalidZoneId_doesNotUpdateVolumeSeekbar() local 341 VolumeSeekBarPreference preference = in onGroupMuteChanged_sameValue_doesNotUpdateIsMuted() local 360 VolumeSeekBarPreference preference = in onGroupMuteChanged_differentValue_updatesMutedState() local [all …]
|
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/language/ |
D | LanguageBasePreferenceControllerTest.java | 138 Preference preference = new Preference(mContext); in testOnPreferenceClick_hasMultipleChildLocales_returnsTrue() local 151 Preference preference = new Preference(mContext); in testOnPreferenceClick_hasMultipleChildLocales_localeNotUpdated() local 165 Preference preference = new Preference(mContext); in testOnPreferenceClick_hasMultipleChildLocales_neverCallsGoBack() local 178 Preference preference = new Preference(mContext); in testOnPreferenceClick_hasSingleChildLocale_returnsTrue() local 189 Preference preference = new Preference(mContext); in testOnPreferenceClick_hasSingleChildLocale_localeUpdated() local 202 Preference preference = new Preference(mContext); in testOnPreferenceClick_hasSingleChildLocale_callsGoBack() local 211 Preference preference = new Preference(mContext); in testOnPreferenceClick_noChildLocale_returnsFalse() local 218 Preference preference = new Preference(mContext); in testOnPreferenceClick_noChildLocale_localeNotUpdated() local 226 Preference preference = new Preference(mContext); in testOnPreferenceClick_noChildLocale_neverCallsGoBack() local 235 Preference preference = new Preference(mContext); in testOnPreferenceClick_hasParentLocale_returnsTrue() local [all …]
|
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/enterprise/ |
D | BaseEnterprisePreferenceControllerTestCase.java | 49 protected static final void assertPreferenceSummary(Preference preference, String summary) { in assertPreferenceSummary() 60 protected static final void verifyPreferenceVisibleSet(Preference preference, boolean visible) { in verifyPreferenceVisibleSet() 64 protected static final void verifyPreferenceTitleSet(Preference preference, in verifyPreferenceTitleSet() 69 protected static final void verifyPreferenceTitleNeverSet(Preference preference) { in verifyPreferenceTitleNeverSet() 73 protected static final void verifyPreferenceSummarySet(Preference preference, in verifyPreferenceSummarySet() 78 protected static final void verifyPreferenceSummarySet(Preference preference, int resId) { in verifyPreferenceSummarySet() 82 protected static final void verifyPreferenceSummaryNeverSet(Preference preference) { in verifyPreferenceSummaryNeverSet() 86 protected static final void verifyPreferenceIconSet(Preference preference) { in verifyPreferenceIconSet() 90 protected static final void verifyPreferenceIconNeverSet(Preference preference) { in verifyPreferenceIconNeverSet() 94 protected static final void verifyPreferenceDisabled(Preference preference) { in verifyPreferenceDisabled() [all …]
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/dashboard/ |
D | DashboardFeatureProviderImplTest.java | 165 final Preference preference = new Preference(RuntimeEnvironment.application); in bindPreference_shouldBindAllData() local 185 final Preference preference = new SwitchPreference(RuntimeEnvironment.application); in bindPreference_shouldBindAllSwitchData() local 206 final Preference preference = new SwitchPreference(RuntimeEnvironment.application); in bindPreference_providerTileWithPendingIntent_shouldBindIntent() local 227 final Preference preference = new Preference(RuntimeEnvironment.application); in bindPreference_noFragmentMetadata_shouldBindIntent() local 241 final Preference preference = new Preference(RuntimeEnvironment.application); in bindPreference_noFragmentMetadata_shouldBindToProfileSelector() local 256 final Preference preference = new Preference(RuntimeEnvironment.application); in bindPreference_noFragmentMetadataSingleUser_shouldBindToDirectLaunchIntent() local 277 final Preference preference = new Preference(RuntimeEnvironment.application); in bindPreference_toInternalSettingActivity_shouldBindToDirectLaunchIntentAndNotLog() local 304 final Preference preference = new Preference(RuntimeEnvironment.application); in bindPreference_withNullKeyNullPriority_shouldGenerateKeyAndPriority() local 316 final Preference preference = new Preference(RuntimeEnvironment.application); in bindPreference_noSummary_shouldSetNullSummary() local 330 final Preference preference = new Preference(RuntimeEnvironment.application); in bindPreference_hasSummaryUri_shouldLoadSummaryFromContentProviderAndHaveObserver() local [all …]
|
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/common/ |
D | PreferenceUtilTest.java | 38 Preference preference = new SwitchPreference(RuntimeEnvironment.application); in testCheckPreferenceType_true() local 44 Preference preference = new SwitchPreference(RuntimeEnvironment.application); in testCheckPreferenceType_superclass_true() local 51 Preference preference = new ListPreference(RuntimeEnvironment.application); in testCheckPreferenceType_false() local 59 Preference preference = new SwitchPreference(RuntimeEnvironment.application); in testRequirePreferenceType_true() local 66 Preference preference = new SwitchPreference(RuntimeEnvironment.application); in testRequirePreferenceType_superclass_true() local 72 Preference preference = new ListPreference(RuntimeEnvironment.application); in testRequirePreferenceType_false() local
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/users/ |
D | AddUserWhenLockedPreferenceControllerTest.java | 72 final RestrictedSwitchPreference preference = mock(RestrictedSwitchPreference.class); in displayPref_NotAdmin_shouldNotDisplay() local 84 final RestrictedSwitchPreference preference = mock(RestrictedSwitchPreference.class); in updateState_NotAdmin_shouldNotDisplayPreference() local 98 final RestrictedSwitchPreference preference = mock(RestrictedSwitchPreference.class); in updateState_Admin_shouldDisplayPreference() local 107 final RestrictedSwitchPreference preference = mock(RestrictedSwitchPreference.class); in updateState_preferenceSetCheckedWhenSettingIsOn() local 117 final RestrictedSwitchPreference preference = mock(RestrictedSwitchPreference.class); in updateState_preferenceSetUncheckedWhenSettingIsOff() local 127 final RestrictedSwitchPreference preference = mock(RestrictedSwitchPreference.class); in onPreferenceChange_SettingIsOnWhenPreferenceChecked() local 138 final RestrictedSwitchPreference preference = mock(RestrictedSwitchPreference.class); in onPreferenceChange_SettingIsOffWhenPreferenceNotChecked() local
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/ |
D | WifiWakeupPreferenceControllerTest.java | 122 final SwitchPreference preference = new SwitchPreference(mContext); in updateState_wifiWakeupEnableScanningDisable_wifiWakeupDisabled() local 136 final SwitchPreference preference = new SwitchPreference(mContext); in updateState_preferenceSetCheckedWhenWakeupSettingEnabled() local 150 final SwitchPreference preference = new SwitchPreference(mContext); in updateState_preferenceSetUncheckedWhenWakeupSettingDisabled() local 162 final SwitchPreference preference = new SwitchPreference(mContext); in updateState_preferenceSetUncheckedWhenWifiScanningDisabled() local 173 final SwitchPreference preference = new SwitchPreference(mContext); in updateState_preferenceSetUncheckedWhenWakeupSettingEnabledNoLocation() local 186 final SwitchPreference preference = new SwitchPreference(mContext); in updateState_preferenceSetUncheckedWhenWakeupSettingDisabledLocationEnabled() local 199 final SwitchPreference preference = new SwitchPreference(mContext); in updateState_preferenceSetUncheckedWhenWifiScanningDisabledLocationEnabled() local
|
/packages/apps/StorageManager/robotests/src/com/android/storagemanager/deletionhelper/ |
D | AppDeletionPreferenceTest.java | 57 AppDeletionPreference preference = new AppDeletionPreference(mContext, app); in testPreferenceSummary() local 76 AppDeletionPreference preference = new AppDeletionPreference(mContext, app); in testTwoDayPreferenceSummary() local 95 AppDeletionPreference preference = new AppDeletionPreference(mContext, app); in testYesterdayPreferenceSummary() local 114 AppDeletionPreference preference = new AppDeletionPreference(mContext, app); in testTodayPreferenceSummary() local 133 AppDeletionPreference preference = new AppDeletionPreference(mContext, app); in testNeverUsedPreferenceSummary() local 153 AppDeletionPreference preference = new AppDeletionPreference(mContext, app); in testUnknownLastUsePreferenceSummary() local 173 AppDeletionPreference preference = new AppDeletionPreference(mContext, app); in testSizeSummary() local
|
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/applications/specialaccess/ |
D | NotificationAccessPreferenceControllerTest.java | 128 TwoStatePreference preference = (TwoStatePreference) mPreferenceGroup.getPreference(0); in onStart_serviceAccessGranted_setsPreferenceChecked() local 137 TwoStatePreference preference = (TwoStatePreference) mPreferenceGroup.getPreference(0); in onStart_serviceAccessNotGranted_setsPreferenceUnchecked() local 145 TwoStatePreference preference = (TwoStatePreference) mPreferenceGroup.getPreference(0); in preferenceClicked_serviceAccessGranted_showsRevokeConfirmDialog() local 158 TwoStatePreference preference = (TwoStatePreference) mPreferenceGroup.getPreference(0); in preferenceClicked_serviceAccessNotGranted_showsGrantConfirmDialog() local 171 TwoStatePreference preference = (TwoStatePreference) mPreferenceGroup.getPreference(0); in revokeConfirmed_revokesNotificationAccess() local 191 TwoStatePreference preference = (TwoStatePreference) mPreferenceGroup.getPreference(0); in revokeConfirmed_notificationPolicyAccessNotGranted_removesAutomaticZenRules() local 214 TwoStatePreference preference = (TwoStatePreference) mPreferenceGroup.getPreference(0); in grantConfirmed_grantsNotificationAccess() local
|
/packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/device/displaysound/ |
D | AdvancedVolumeFragmentTest.java | 75 Preference preference = fragment.findPreference(KEY_SURROUND_SOUND_AUTO); in testOnPreferenceChange_withAuto_storesAutoInSettings() local 87 Preference preference = fragment.findPreference(KEY_SURROUND_SOUND_MANUAL); in testOnPreferenceChange_withManual_storesManualInSettings() local 99 Preference preference = fragment.findPreference(KEY_SURROUND_SOUND_NONE); in testOnPreferenceChange_withNever_storesNeverInSettings() local 120 Preference preference = fragment.findPreference(KEY_SURROUND_SOUND_MANUAL); in testOnPreferenceTreeClick_withFormatDisabled_disablesFormatInAudioManager() local 148 Preference preference = fragment.findPreference(KEY_SURROUND_SOUND_MANUAL); in testOnPreferenceTreeClick_withFormatEnabled_enablesFormatInAudioManager() local 179 Preference preference = fragment.findPreference(KEY_SURROUND_SOUND_MANUAL); in testOnPreferenceTreeClick_withDTSFormatsDisabled_disablesFormatInAudioManager() local 226 Preference preference = fragment.findPreference(KEY_SURROUND_SOUND_MANUAL); in testOnPreferenceTreeClick_withDTSFormatsEnabled_enablesFormatInAudioManager() local 267 Preference preference = fragment.findPreference(KEY_SURROUND_SOUND_MANUAL); in testGetPreferenceScreen_whenManual_returnsFormatsInCorrectPreferenceGroup() local 296 Preference preference = fragment.findPreference(KEY_SURROUND_SOUND_AUTO); in testGetPreferenceScreen_whenAuto_showsFormatInfoPreference() local 320 Preference preference = fragment.findPreference(KEY_SURROUND_SOUND_AUTO); in testGetPreferenceScreen_whenAuto_returnsFormatsInCorrectPreferenceGroup() local [all …]
|
D | HdrFormatSelectionFragmentTest.java | 71 RadioPreference preference = fragment.findPreference(KEY_HDR_FORMAT_SELECTION_AUTO); in testOnPreferenceTreeClick_withAuto_allowsUserDisabledHdrTypes() local 81 RadioPreference preference = fragment.findPreference(KEY_HDR_FORMAT_SELECTION_MANUAL); in testOnPreferenceTreeClick_withManual_disallowsUserDisabledHdrTypes() local 100 RadioPreference preference = fragment.findPreference(KEY_HDR_FORMAT_SELECTION_MANUAL); in testOnPreferenceTreeClick_withFormatDisabled_disablesHdrTypeInDisplayManager() local 128 RadioPreference preference = fragment.findPreference(KEY_HDR_FORMAT_SELECTION_MANUAL); in testOnPreferenceTreeClick_withFormatEnabled_enablesHdrTypeInDisplayManager() local 155 RadioPreference preference = fragment.findPreference(KEY_HDR_FORMAT_SELECTION_MANUAL); in testGetPreferenceScreen_whenManual_returnsFormatPreferencesInCorrectPreferenceGroup() local 186 RadioPreference preference = fragment.findPreference(KEY_HDR_FORMAT_SELECTION_MANUAL); in testGetPreferenceScreen_whenManual_returnsFormatPreferencesWithCorrectCheckedState() local 213 RadioPreference preference = fragment.findPreference(KEY_HDR_FORMAT_SELECTION_AUTO); in testGetPreferenceScreen_whenAuto_returnsNoFormatPreferences() local 230 Preference preference = fragment.findPreference(KEY_HDR_FORMAT_SELECTION_AUTO); in testGetPreferenceScreen_whenAuto_showsFormatInfoPreference() local 256 Preference preference = fragment.findPreference(KEY_HDR_FORMAT_SELECTION_AUTO); in testGetPreferenceScreen_whenAuto_returnsFormatsInCorrectPreferenceGroup() local 297 Preference preference = fragment.findPreference(KEY_HDR_FORMAT_SELECTION_MANUAL); in testGetPreferenceScreen_whenManual_enablesDisplayModeSpecificHdrFormats() local [all …]
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/graphicsdriver/ |
D | GraphicsDriverAppPreferenceControllerTest.java | 179 final ListPreference preference = in createPreference_configDefault_shouldSetDefaultAttributes() local 195 final ListPreference preference = in createPreference_configProduction_DRIVER_shouldSetProductionDriverAttributes() local 211 final ListPreference preference = in createPreference_configPRERELEASE_DRIVER_shouldSetPrereleaseDriverAttributes() local 227 final ListPreference preference = in createPreference_configSystem_shouldSetSystemAttributes() local 243 final ListPreference preference = in onPreferenceChange_selectDefault_shouldUpdateAttributesAndSettingsGlobal() local 261 final ListPreference preference = in onPreferenceChange_selectPRERELEASE_DRIVER_shouldUpdateAttrAndSettingsGlobal() local 279 final ListPreference preference = in onPreferenceChange_selectPRODUCTION_DRIVER_shouldUpdateAttrAndSettingsGlobal() local 297 final ListPreference preference = in onPreferenceChange_selectSystem_shouldUpdateAttributesAndSettingsGlobal() local
|
/packages/apps/EmergencyInfo/tests/unit/src/com/android/emergency/preferences/ |
D | EmergencyListPreferenceTest.java | 62 EmergencyListPreference preference = in testSummary_organDonor() local 74 EmergencyListPreference preference = in testSummary_bloodType() local 86 EmergencyListPreference preference = in testTitle_organDonor() local 97 EmergencyListPreference preference = in testTitle_bloodType() local 108 EmergencyListPreference preference = in testProperties_organDonor() local 123 EmergencyListPreference preference = in testProperties_bloodType() local 139 EmergencyListPreference preference = in testContentDescriptions() local
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/ |
D | ImportancePreferenceTest.java | 59 final ImportancePreference preference = new ImportancePreference(mContext); in createNewPreference_shouldSetLayout() local 66 final ImportancePreference preference = new ImportancePreference(mContext); in onBindViewHolder_nonConfigurable() local 98 final ImportancePreference preference = new ImportancePreference(mContext); in onBindViewHolder_selectButtonAndText() local 121 final ImportancePreference preference = spy(new ImportancePreference(mContext)); in onClick_changesUICallsListener() local 146 final ImportancePreference preference = spy(new ImportancePreference(mContext)); in setImportanceSummary() local 168 final ImportancePreference preference = spy(new ImportancePreference(mContext)); in setImportanceSummary_default() local
|
D | ConversationPriorityPreferenceTest.java | 58 final ConversationPriorityPreference preference = in createNewPreference_shouldSetLayout() local 66 final ConversationPriorityPreference preference = in onBindViewHolder_nonConfigurable() local 84 final ConversationPriorityPreference preference = in onBindViewHolder_selectButtonAndText() local 103 final ConversationPriorityPreference preference = in onClick_changesUICallsListener() local
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/appinfo/ |
D | AppStoragePreferenceControllerTest.java | 96 Preference preference = new Preference(mContext); in displayPreference_noEntry_preferenceShouldNotEnable() local 110 Preference preference = new Preference(mContext); in displayPreference_appIsInstalled_preferenceShouldEnable() local 123 Preference preference = new Preference(mContext); in displayPreference_appIsNotInstalled_preferenceShouldDisable() local 136 Preference preference = mock(Preference.class); in updateState_hasAppEntry_shouldUpdatePreferenceSummary() local 146 Preference preference = new Preference(mContext); in updateState_entryIsNull_shouldNotUpdatePreferenceSummary() local
|
/packages/services/Telephony/src/com/android/phone/ |
D | TimeConsumingPreferenceActivity.java | 17 public void onStarted(Preference preference, boolean reading); in onStarted() 18 public void onFinished(Preference preference, boolean reading); in onFinished() 19 public void onError(Preference preference, int error); in onError() 20 public void onException(Preference preference, CommandException exception); in onException() 156 public void onStarted(Preference preference, boolean reading) { in onStarted() 172 public void onFinished(Preference preference, boolean reading) { in onFinished() 188 public void onError(Preference preference, int error) { in onError() 204 public void onException(Preference preference, CommandException exception) { in onException()
|
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/profiles/ |
D | PermissionsPreferenceControllerTest.java | 121 SwitchPreference preference = getPreferenceForRestriction(mPreferenceGroup, in testRefreshUi_setToFalse() local 132 SwitchPreference preference = getPreferenceForRestriction(mPreferenceGroup, in testRefreshUi_setToTrue() local 143 SwitchPreference preference = getPreferenceForRestriction(mPreferenceGroup, in testOnPreferenceChange_changeToFalse() local 152 SwitchPreference preference = getPreferenceForRestriction(mPreferenceGroup, in testOnPreferenceChange_changeToTrue() local 162 SwitchPreference preference = (SwitchPreference) preferenceGroup.getPreference(i); in getPreferenceForRestriction() local
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/display/ |
D | TopLevelWallpaperPreferenceControllerTest.java | 166 Preference preference = new Preference(mContext); in handlePreferenceTreeClick_wallpaperOnly() local 182 Preference preference = new Preference(mContext); in handlePreferenceTreeClick_stylesAndWallpaper() local 198 Preference preference = new Preference(mContext); in handlePreferenceTreeClick_launchSourceExtra() local 212 Preference preference = new Preference(mContext); in handlePreferenceTreeClick_embeddingActivityDisabled_launchWithTaskFlag() local 227 Preference preference = new Preference(mContext); in handlePreferenceTreeClick_embeddingActivityEnabled_launchWithoutTaskFlag() local
|
D | CustomizableLockScreenQuickAffordancesPreferenceControllerTest.java | 103 final Preference preference = invokeDisplayPreference(); in displayPreference_click() local 127 final Preference preference = invokeDisplayPreference(); in getSummary_whenNoneAreSelected() local 135 final Preference preference = invokeDisplayPreference(); in getSummary_whenOneIsSelected() local 143 final Preference preference = invokeDisplayPreference(); in getSummary_whenTwoAreSelected() local 192 final Preference preference = mock(Preference.class); in invokeDisplayPreference() local
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/specialaccess/ |
D | MoreSpecialAccessPreferenceControllerTest.java | 118 Preference preference = mock(Preference.class); in handlePreferenceTreeClick_differentKey_shouldReturnFalse() local 130 Preference preference = mock(Preference.class); in handlePreferenceTreeClick_sameKey_shouldReturnTrue() local 141 Preference preference = mock(Preference.class); in handlePreferenceTreeClick_noPermissionController_shouldNotStartActivity() local 154 Preference preference = mock(Preference.class); in handlePreferenceTreeClick_canNotResolveActivity_shouldNotStartActivity() local 169 Preference preference = mock(Preference.class); in handlePreferenceTreeClick_canResolveActivity_shouldStartActivityWithIntent() local
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/biometrics/combination/ |
D | CombinedBiometricProfileSettingsTest.java | 192 final Preference preference = new Preference(mContext); in testClickFingerprintUnlockWithValidGkPwHandle() local 223 final Preference preference = new Preference(mContext); in testClickFingerprintUnlockIfGkPwHandleTimeout() local 282 final Preference preference = new Preference(mContext); in testClickFaceUnlock() local 311 final Preference preference = new Preference(mContext); in testClickFaceUnlockIfGkPwHandleTimeout() local 341 final Preference preference = new Preference(mContext); in testActivityResultLaunchFaceUnlock() local 404 final Preference preference = new Preference(mContext); in testClickFingerprintUnlock() local 450 final Preference preference = new Preference(mContext); in testClickFaceUnlock() local 502 final Preference preference = new Preference(mContext); in testNoCrashIfDetachActivityDuringGeneratingChallengeThroughFaceManager() local 532 final Preference preference = new Preference(mContext); in testNoCrashIfDetachActivityDuringGeneratingChallengeThroughFingerprintManager() local
|
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/ |
D | BluetoothBondedDevicesPreferenceController.java | 148 public void updateToggleButtonState(BluetoothDevicePreference preference) { in updateToggleButtonState() 154 BluetoothDevicePreference preference = in updateActionAvailability() local 160 private void updateActionAvailability(BluetoothDevicePreference preference) { in updateActionAvailability() 179 private void setButtonsCheckedAndListeners(BluetoothDevicePreference preference) { in setButtonsCheckedAndListeners() 262 private void updateBluetoothActionItemAvailability(BluetoothDevicePreference preference) { in updateBluetoothActionItemAvailability() 271 private void updatePhoneActionItemAvailability(BluetoothDevicePreference preference, in updatePhoneActionItemAvailability() 283 private void updateMediaActionItemAvailability(BluetoothDevicePreference preference, in updateMediaActionItemAvailability() 295 private void disableAllActionItems(BluetoothDevicePreference preference) { in disableAllActionItems()
|
/packages/apps/Car/Settings/src/com/android/car/settings/enterprise/ |
D | DeviceAdminAddHeaderPreferenceController.java | 70 void onResumeInternal(TwoStatePreference preference) { in onResumeInternal() 87 void onPauseInternal(TwoStatePreference preference) { in onPauseInternal() 96 protected void updateState(TwoStatePreference preference) { in updateState() 112 protected boolean handlePreferenceChanged(TwoStatePreference preference, Object newValue) { in handlePreferenceChanged() 130 private void setCurrentStatus(TwoStatePreference preference) { in setCurrentStatus()
|
/packages/apps/Dialer/java/com/android/voicemail/impl/configui/ |
D | ConfigOverrideFragment.java | 63 Preference preference = getPreferenceScreen().getPreference(i); in onCreate() local 70 public boolean onPreferenceChange(Preference preference, Object newValue) { in onPreferenceChange() 76 private void updatePreference(Preference preference) { in updatePreference() 84 public boolean onPreferenceTreeClick(PreferenceScreen preferenceScreen, Preference preference) { in onPreferenceTreeClick() 107 Preference preference = getPreferenceScreen().getPreference(i); in loadCurrentConfig() local
|