HomeSort by relevance Sort by last modified time
    Searched refs:service (Results 226 - 250 of 910) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/
background_application_list_model.cc 71 void GetServiceApplications(ExtensionService* service,
73 const ExtensionList* extensions = service->extensions();
156 ExtensionService* service = profile->GetExtensionService(); local
157 if (service && service->is_ready())
250 ExtensionService* service = profile_->GetExtensionService(); local
251 if (!service || !service->is_ready())
291 // Update queries the extensions service of the profile with which the model was
296 ExtensionService* service = profile_->GetExtensionService() local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.preferences_3.3.0.v20100503.jar 
org.eclipse.equinox.app_1.3.1.R36x_v20100803.jar 
  /external/protobuf/java/src/test/java/com/google/protobuf/
DescriptorsTest.java 119 ServiceDescriptor service = TestService.getDescriptor(); local
120 assertEquals(service, file.getServices().get(0));
121 assertEquals(service, file.findServiceByName("TestService"));
317 ServiceDescriptor service = TestService.getDescriptor(); local
319 assertEquals("TestService", service.getName());
320 assertEquals("protobuf_unittest.TestService", service.getFullName());
321 assertEquals(UnittestProto.getDescriptor(), service.getFile());
323 assertEquals(2, service.getMethods().size());
325 MethodDescriptor fooMethod = service.getMethods().get(0);
331 assertEquals(fooMethod, service.findMethodByName("Foo"))
374 ServiceDescriptor service = local
    [all...]
  /external/chromium/chrome/browser/extensions/
external_extension_provider_impl.cc 35 VisitorInterface* service,
41 service_(service),
61 // Check if the service is still alive. It is possible that it had went
223 VisitorInterface* service,
229 service,
240 service,
250 service,
258 service,
extension_web_ui.cc 67 // Even when the extensions service is enabled by default, it's still
69 ExtensionService* service = profile->GetExtensionService(); local
70 if (service)
71 extension_ = service->GetExtensionByURL(page_url);
133 ExtensionService* service = tab_contents->profile()->GetExtensionService(); local
134 const Extension* extension = service->GetExtensionByURL(url);
136 extension = service->GetExtensionByWebExtent(url);
251 ExtensionService* service = profile->GetExtensionService();
274 const Extension* extension = service->GetExtensionByURL(extension_url);
288 service->IsIncognitoEnabled(extension->id())
    [all...]
  /external/chromium/chrome/browser/sessions/
session_service_unittest.cc 49 service()->SetWindowType(window_id, Browser::TYPE_NORMAL);
50 service()->SetWindowBounds(window_id, window_bounds, false);
79 service()->UpdateTabNavigation(window_id, tab_id, index, entry);
81 service()->SetSelectedNavigationIndex(window_id, tab_id, index);
93 // Configures the session service with one window with one tab and a single
95 // pinned state of the tab is updated. The session service is then recreated
108 helper_.service()->SetPinnedState(window_id, tab_id, pinned_state);
126 SessionService* service() { return helper_.service(); } function in class:SessionServiceTest
208 service()->TabClosed(window_id, tab2_id, false)
    [all...]
  /frameworks/base/keystore/java/android/security/
KeyChain.java 389 private final IKeyChainService service; field in class:KeyChain.KeyChainConnection
392 IKeyChainService service) {
395 this.service = service;
401 return service;
418 @Override public void onServiceConnected(ComponentName name, IBinder service) {
422 q.put(IKeyChainService.Stub.asInterface(service));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbConfirmActivity.java 119 IUsbManager service = IUsbManager.Stub.asInterface(b); local
129 service.grantDevicePermission(mDevice, uid);
132 service.setDevicePackage(mDevice, mResolveInfo.activityInfo.packageName);
134 service.setDevicePackage(mDevice, null);
141 service.grantAccessoryPermission(mAccessory, uid);
144 service.setAccessoryPackage(mAccessory,
147 service.setAccessoryPackage(mAccessory, null);
  /development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
WiFiServiceDiscoveryActivity.java 37 * The main activity for the sample. This activity registers a local service and
40 * chat service and also tries to discover services published by other peers. On
41 * selecting a peer published service, the app initiates a Wi-Fi P2P (Direct)
43 * the same service, the app opens up sockets to initiate a chat.
136 * Registers a local service and then initiates a service discovery
142 WifiP2pDnsSdServiceInfo service = WifiP2pDnsSdServiceInfo.newInstance( local
144 manager.addLocalService(channel, service, new ActionListener() {
148 appendStatus("Added Local Service");
153 appendStatus("Failed to add a service");
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
ActivityManager_RunningServiceInfoTest.java 34 mRunningServiceInfo.service = mService;
61 assertEquals(mService, values.service);
81 assertEquals(mService, values.service);
  /external/chromium/chrome/browser/sidebar/
sidebar_container.cc 131 ExtensionService* service = local
133 if (!service)
135 return service->GetExtensionById(
  /external/chromium/chrome/common/net/gaia/
gaia_auth_fetcher.cc 30 "service=%s";
38 "service=%s&"
45 "service=%s&"
141 const char* service,
161 service);
170 service,
180 const char* const service) {
186 if (!strcmp(service, GaiaConstants::kGaiaService))
192 service,
255 const char* const service,
    [all...]
gaia_auth_fetcher.h 45 // This will later be hidden behind an auth service which caches
57 const char* const service,
67 const char* const service);
157 const char* const service,
162 // request a long lived auth token for a service.
165 const char* const service);
  /external/qemu/proxy/
proxy_common.c 63 ProxyService* service,
70 conn->service = service;
248 /** Global service list
270 proxy_manager_add_service( ProxyService* service )
272 if (!service || s_num_services >= MAX_SERVICES)
278 s_services[s_num_services++] = service;
300 ProxyService* service = s_services[n]; local
301 service->serv_free( service->opaque )
341 ProxyService* service = s_services[n]; local
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageHelperTests.java 37 IBinder service = ServiceManager.getService("mount"); local
38 if (service != null) {
39 return IMountService.Stub.asInterface(service);
41 Log.e(TAG, "Can't get mount service");
  /frameworks/base/nfc-extras/java/com/android/nfc_extras/
NfcAdapterExtras.java 75 /** get service handles */
77 final INfcAdapterExtras service = adapter.getNfcAdapterExtrasInterface(); local
78 if (service != null) {
80 sService = service;
160 * NFC service dead - attempt best effort recovery
  /packages/apps/Contacts/src/com/android/contacts/
ContactsActivity.java 69 Object service = super.getSystemService(name); local
70 if (service != null) {
71 return service;
  /packages/apps/Settings/src/com/android/settings/
CryptKeeperConfirm.java 64 IBinder service = ServiceManager.getService("mount");
65 if (service == null) {
66 Log.e("CryptKeeper", "Failed to find the mount service");
71 IMountService mountService = IMountService.Stub.asInterface(service);
  /external/chromium/chrome/browser/instant/
instant_controller.cc 47 PrefService* service = profile->GetPrefs(); local
48 if (service) {
51 service->SetBoolean(prefs::kInstantEnabledOnce, true);
72 PrefService* service = profile->GetPrefs();
73 if (service) {
74 int64 enable_time = service->GetInt64(prefs::kInstantEnabledTime);
76 service->SetInt64(prefs::kInstantEnabledTime,
100 PrefService* service = profile->GetPrefs(); local
101 if (!service)
104 service->SetBoolean(prefs::kInstantEnabled, true)
113 PrefService* service = profile->GetPrefs(); local
    [all...]
  /development/samples/ApiDemos/tests/src/com/example/android/apis/app/
LocalServiceTest.java 31 * This is a simple framework for a test of a Service. See {@link android.test.ServiceTestCase
32 * ServiceTestCase} for more information on how to write and extend service tests.
61 * Test basic startup/shutdown of Service
71 * Test binding to service
77 IBinder service = bindService(startIntent); local
  /external/bluetooth/bluez/compat/
sdp.h 33 int bnep_sdp_search(bdaddr_t *src, bdaddr_t *dst, uint16_t service);
  /external/chromium/chrome/browser/sync/
abstract_profile_sync_service_test.h 36 sync_api::UserShare* service,
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/binding/editors/controls/
AbstractControlActionsManager.java 115 * @returns the global handler service.
128 IHandlerService service = getHandlerService(); local
132 activateHandler(actionName, service, handler, new Expression() {
160 IHandlerService service,
164 m_activations.add(service.activateHandler(actionName, handler, highPriorityExpression));
  /external/openssh/
auth2-hostbased.c 61 char *pkalg, *cuser, *chost, *service; local
103 service = datafellows & SSH_BUG_HBSERVICE ? "ssh-userauth" :
104 authctxt->service;
110 buffer_put_cstring(&b, service);

Completed in 689 milliseconds

1 2 3 4 5 6 7 8 91011>>