HomeSort by relevance Sort by last modified time
    Searched refs:updateState (Results 201 - 225 of 574) sorted by null

1 2 3 4 5 6 7 891011>>

  /packages/apps/Settings/tests/robotests/src/com/android/settings/development/
TransitionAnimationScalePreferenceControllerTest.java 100 mController.updateState(mPreference);
111 mController.updateState(mPreference);
UsbAudioRoutingPreferenceControllerTest.java 64 mController.updateState(mPreference);
75 mController.updateState(mPreference);
WifiConnectedMacRandomizationPreferenceControllerTest.java 95 mController.updateState(mPreference);
104 mController.updateState(mPreference);
WifiDisplayCertificationPreferenceControllerTest.java 83 mController.updateState(mPreference);
93 mController.updateState(mPreference);
WindowAnimationScalePreferenceControllerTest.java 99 mController.updateState(mPreference);
110 mController.updateState(mPreference);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/dream/
CurrentDreamPreferenceControllerTest.java 88 // verify that updateState sets a non-null gear click listener
89 mController.updateState(mockPref);
106 mController.updateState(mockPref);
StartNowPreferenceControllerTest.java 82 mController.updateState(mLayoutPref);
90 mController.updateState(mLayoutPref);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/enterprise/
AdminGrantedPermissionsPreferenceControllerTestBase.java 84 mController.updateState(preference);
91 mController.updateState(preference);
AlwaysOnVpnCurrentUserPreferenceControllerTest.java 68 mController.updateState(preference);
72 mController.updateState(preference);
EnterpriseInstalledPackagesPreferenceControllerTest.java 79 mController.updateState(preference);
86 mController.updateState(preference);
EnterprisePrivacyPreferenceControllerTest.java 65 mController.updateState(preference);
73 mController.updateState(preference);
ManageDeviceAdminPreferenceControllerTest.java 66 mController.updateState(preference);
73 mController.updateState(preference);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
AutoRestrictionPreferenceControllerTest.java 61 mController.updateState(mPreference);
70 mController.updateState(mPreference);
BatteryOptimizationPreferenceControllerTest.java 101 controller.updateState(mPreference);
108 mController.updateState(mPreference);
SmartBatteryPreferenceControllerTest.java 65 mController.updateState(mPreference);
74 mController.updateState(mPreference);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/batterysaver/
BatterySaverButtonPreferenceControllerTest.java 76 mController.updateState(mPreference);
85 mController.updateState(mPreference);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/inputmethod/
PhysicalKeyboardPreferenceControllerTest.java 88 mController.updateState(mPreference);
103 mController.updateState(mPreference);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
AdjustVolumeRestrictedPreferenceControllerTest.java 67 mController.updateState(preference);
82 mController.updateState(preference);
PulseNotificationPreferenceControllerTest.java 88 mController.updateState(preference);
100 mController.updateState(preference);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/security/
LockdownButtonPreferenceControllerTest.java 84 mController.updateState(mPreference);
89 mController.updateState(mPreference);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/security/screenlock/
PatternVisiblePreferenceControllerTest.java 85 mController.updateState(mPreference);
89 mController.updateState(mPreference);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/
NotifyOpenNetworkPreferenceControllerTest.java 89 mController.updateState(preference);
100 mController.updateState(preference);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/sound/
SoundFormatPreferenceController.java 62 public void updateState(Preference preference) {
63 super.updateState(preference);
  /external/swiftshader/src/Main/
FrameBuffer.cpp 120 updateState = {};
121 updateState.width = width;
122 updateState.height = height;
123 updateState.destFormat = format;
124 updateState.destStride = stride;
125 updateState.sourceFormat = source->getInternalFormat();
126 updateState.sourceStride = topLeftOrigin ? sourceStride : -sourceStride;
127 updateState.cursorWidth = cursor.width;
128 updateState.cursorHeight = cursor.height;
158 if(memcmp(&blitState, &updateState, sizeof(BlitState)) != 0
    [all...]
  /frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
MainInteractionSession.java 105 updateState();
116 updateState();
235 void updateState() {
289 updateState();
336 updateState();
400 updateState();
413 updateState();
436 updateState();
446 updateState();
460 updateState();
    [all...]

Completed in 648 milliseconds

1 2 3 4 5 6 7 891011>>