HomeSort by relevance Sort by last modified time
    Searched full:clientstate (Results 26 - 38 of 38) sorted by null

12

  /external/chromium_org/cloud_print/common/win/
install_utils.cc 23 const wchar_t kClientStateKey[] = L"SOFTWARE\\Google\\Update\\ClientState\\";
  /frameworks/base/services/java/com/android/server/accessibility/
AccessibilityManagerService.java     [all...]
  /external/chromium_org/chrome/installer/setup/
setup_util.cc 387 // Copy usagestats from the binaries to the product's ClientState key.
396 LOG(ERROR) << "Failed opening ClientState key for "
install_worker.cc     [all...]
uninstall.cc     [all...]
install_worker_unittest.cc 580 std::wstring multi_client_state_suffix(L"ClientState\\" + multi_app_guid);
    [all...]
  /external/chromium_org/chrome/installer/util/
install_util.h 77 // app's ClientState key. See InstallerState::WriteInstallerResult for more
google_update_settings_unittest.cc 187 // Google\Update\ClientState\<kTestProductGuid>
419 ASSERT_TRUE(work_item_list->Do()) << "Failed to create ClientState key.";
    [all...]
installer_state.cc 718 // Create the app's ClientState key if it doesn't exist.
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 147 clientState = new GLClientState();
156 delete clientState;
970 //release ClientState & SharedGroup
    [all...]
  /external/chromium_org/chrome/test/install_test/
chrome_installer_win.py 98 _chrome_args = r'ClientState\{8A69D345-D564-463C-AFF1-A69D9E530F96}'
  /external/chromium_org/chrome/installer/gcapi/
gcapi.cc 58 L"Software\\Google\\Update\\ClientState\\"
369 // Now grab the uninstall string from the appropriate ClientState key
  /frameworks/base/opengl/java/android/opengl/
GLLogWrapper.java 420 private String getClientState(int clientState) {
421 switch (clientState) {
431 return getHex(clientState);
    [all...]

Completed in 392 milliseconds

12