HomeSort by relevance Sort by last modified time
    Searched full:service_state (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/cloud_print/service/
service.gyp 84 'service_state.cc',
85 'service_state.h',
service_state_unittest.cc 5 #include "cloud_print/service/service_state.h"
service_state.cc 5 #include "cloud_print/service/service_state.h"
  /external/chromium_org/cloud_print/service/win/
cloud_print_service.cc 29 #include "cloud_print/service/service_state.h"
335 ServiceState service_state; local
338 service_state.FromString(contents);
339 std::string proxy_id = service_state.proxy_id();
cloud_print_service_config.cc 19 #include "cloud_print/service/service_state.h"
377 ServiceState service_state; local
378 if (service_state.FromString(contents))
379 proxy_id = service_state.proxy_id();
chrome_launcher.cc 123 scoped_ptr<base::Value> service_state(base::JSONReader::Read(json));
125 if (!service_state->GetAsDictionary(&dictionary) || !dictionary) {
  /external/chromium_org/chrome/browser/printing/cloud_print/
cloud_print_proxy_service_unittest.cc 95 ServiceState service_state,
109 if (service_state == kServiceStateEnabled)
111 else if (service_state == kServiceStateDisabled)
  /cts/tests/tests/permission2/src/android/permission2/cts/
ProtectedBroadcastsTest.java 52 "android.intent.action.SERVICE_STATE",
  /external/chromium_org/chrome/browser/sync_file_system/
sync_file_system_service_unittest.cc 97 mock_remote_service, service_state, operation_status) {
99 service_state, "Test event.");
  /external/chromium_org/remoting/host/setup/
daemon_controller_delegate_win.cc 65 DaemonController::State ConvertToDaemonState(DWORD service_state) {
66 switch (service_state) {
  /packages/apps/Settings/res/xml/
device_info_status.xml 50 <Preference android:key="service_state"
  /frameworks/base/telephony/java/com/android/internal/telephony/
TelephonyIntents.java 55 public static final String ACTION_SERVICE_STATE_CHANGED = "android.intent.action.SERVICE_STATE";
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
Status.java 73 private static final String KEY_SERVICE_STATE = "service_state";
  /packages/services/Telephony/
AndroidManifest.xml 27 <protected-broadcast android:name="android.intent.action.SERVICE_STATE" />

Completed in 102 milliseconds