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 80 'service_state.cc',
81 '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 25 #include "cloud_print/service/service_state.h"
330 ServiceState service_state; local
333 service_state.FromString(contents);
334 std::string proxy_id = service_state.proxy_id();
cloud_print_service_config.cc 18 #include "cloud_print/service/service_state.h"
375 ServiceState service_state; local
376 if (service_state.FromString(contents))
377 proxy_id = service_state.proxy_id();
chrome_launcher.cc 122 scoped_ptr<base::Value> service_state(base::JSONReader::Read(json));
124 if (!service_state->GetAsDictionary(&dictionary) || !dictionary) {
  /external/chromium_org/chrome/browser/printing/cloud_print/
cloud_print_proxy_service_unittest.cc 94 ServiceState service_state,
108 if (service_state == kServiceStateEnabled)
110 else if (service_state == kServiceStateDisabled)
  /cts/tests/tests/permission2/src/android/permission2/cts/
ProtectedBroadcastsTest.java 52 "android.intent.action.SERVICE_STATE",
  /external/chromium_org/remoting/host/setup/
daemon_controller_win.cc 109 static State ConvertToDaemonState(DWORD service_state);
399 DWORD service_state) {
400 switch (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.");
  /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 394 milliseconds