Searched refs:getPreferenceKey (Results 201 - 225 of 300) sorted by relevance

1234567891011>>

/packages/apps/Settings/tests/robotests/src/com/android/settings/datetime/
H A DDatePreferenceControllerTest.java96 mPreference.setKey(mController.getPreferenceKey());
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
H A DBugReportPreferenceControllerTest.java70 when(mPreference.getKey()).thenReturn(mController.getPreferenceKey());
H A DCameraLaserSensorPreferenceControllerTest.java65 when(mScreen.findPreference(mController.getPreferenceKey())).thenReturn(mPreference);
66 when(mPreference.getKey()).thenReturn(mController.getPreferenceKey());
H A DTelephonyMonitorPreferenceControllerTest.java59 when(mScreen.findPreference(mController.getPreferenceKey())).thenReturn(mPreference);
60 when(mPreference.getKey()).thenReturn(mController.getPreferenceKey());
/packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/
H A DRegulatoryInfoPreferenceControllerTest.java64 when(mPreferenceScreen.findPreference(mController.getPreferenceKey()))
H A DSerialNumberPreferenceControllerTest.java78 when(preference.getKey()).thenReturn(mController.getPreferenceKey());
H A DBuildNumberPreferenceControllerTest.java92 mPreference.setKey(mController.getPreferenceKey());
104 verify(mScreen.findPreference(mController.getPreferenceKey()))
/packages/apps/Settings/tests/robotests/src/com/android/settings/dream/
H A DStartNowPreferenceControllerTest.java63 when(mScreen.findPreference(mController.getPreferenceKey())).thenReturn(mLayoutPref);
/packages/apps/Settings/tests/robotests/src/com/android/settings/enterprise/
H A DAlwaysOnVpnCurrentUserPreferenceControllerTest.java114 assertThat(mController.getPreferenceKey()).isEqualTo(KEY_ALWAYS_ON_VPN_PRIMARY_USER);
H A DEnterprisePrivacyPreferenceControllerTest.java112 assertThat(mController.getPreferenceKey()).isEqualTo(KEY_ENTERPRISE_PRIVACY);
H A DImePreferenceControllerTest.java106 assertThat(mController.getPreferenceKey()).isEqualTo(KEY_INPUT_METHOD);
H A DEnterpriseSetDefaultAppsListPreferenceControllerTest.java156 public void getPreferenceKey() { method in class:EnterpriseSetDefaultAppsListPreferenceControllerTest
165 assertThat(controller.getPreferenceKey()).isNull();
/packages/apps/Settings/tests/robotests/src/com/android/settings/language/
H A DTtsPreferenceControllerTest.java90 when(preference.getKey()).thenReturn(mController.getPreferenceKey());
/packages/apps/Settings/tests/robotests/src/com/android/settings/location/
H A DAppLocationPermissionPreferenceControllerTest.java53 when(mPreference.getKey()).thenReturn(mController.getPreferenceKey());
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
H A DAdjustVolumeRestrictedPreferenceControllerTest.java99 public String getPreferenceKey() { method in class:AdjustVolumeRestrictedPreferenceControllerTest.AdjustVolumeRestrictedPreferenceControllerTestable
H A DChargingSoundPreferenceControllerTest.java66 when(mScreen.findPreference(mController.getPreferenceKey())).thenReturn(mPreference);
H A DScreenLockSoundPreferenceControllerTest.java66 when(mScreen.findPreference(mController.getPreferenceKey())).thenReturn(mPreference);
H A DTouchSoundPreferenceControllerTest.java71 when(mScreen.findPreference(mController.getPreferenceKey())).thenReturn(mPreference);
H A DVolumeSeekBarPreferenceControllerTest.java122 public String getPreferenceKey() { method in class:VolumeSeekBarPreferenceControllerTest.VolumeSeekBarPreferenceControllerTestable
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/
H A DWifiInfoPreferenceControllerTest.java81 assertThat(mController.getPreferenceKey()).isNull();
/packages/apps/Settings/src/com/android/settings/applications/
H A DDefaultAppSettings.java101 .getPreferenceKey());
103 .getPreferenceKey());
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothDetailsProfilesController.java69 mProfilesContainer = (PreferenceCategory)screen.findPreference(getPreferenceKey());
266 public String getPreferenceKey() { method in class:BluetoothDetailsProfilesController
/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/
H A DConnectedDeviceDashboardFragmentTest.java143 assertThat(keys).contains(mSmsMirroringPreferenceController.getPreferenceKey());
155 assertThat(keys).doesNotContain(mSmsMirroringPreferenceController.getPreferenceKey());
/packages/apps/Settings/tests/robotests/src/com/android/settings/gestures/
H A DGesturePreferenceControllerTest.java82 when(preference.getKey()).thenReturn(mController.getPreferenceKey());
213 public String getPreferenceKey() { method in class:GesturePreferenceControllerTest.TestPrefController
/packages/apps/Settings/tests/robotests/src/com/android/settings/security/
H A DOwnerInfoPreferenceControllerTest.java85 when(mScreen.findPreference(mController.getPreferenceKey())).thenReturn(mPreference);
183 when(mScreen.findPreference(mController.getPreferenceKey())).thenReturn(preference);

Completed in 326 milliseconds

1234567891011>>