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

1 2 3 45 6 7 8 91011>>

  /packages/apps/VideoEditor/src/com/android/videoeditor/util/
MediaItemUtils.java 19 import com.android.videoeditor.service.MovieMediaItem;
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
MediaLinearLayoutListener.java 19 import com.android.videoeditor.service.MovieMediaItem;
  /external/chromium/chrome/browser/sessions/
session_service_test_helper.cc 18 SessionServiceTestHelper::SessionServiceTestHelper(SessionService* service)
19 : service_(service) {}
26 service()->RestoreSessionFromCommands(commands, valid_windows);
33 service()->SetTabWindow(window_id, tab_id);
34 service()->SetTabIndexInWindow(window_id, tab_id, visual_index);
36 service()->SetSelectedTabInWindow(window_id, visual_index);
43 service()->SetTabExtensionAppID(window_id, tab_id, extension_app_id);
46 // Be sure and null out service to force closing the file.
  /development/samples/training/NsdChat/src/com/example/android/nsdchat/
NsdHelper.java 59 Log.d(TAG, "Service discovery started");
63 public void onServiceFound(NsdServiceInfo service) {
64 Log.d(TAG, "Service discovery success" + service);
65 if (!service.getServiceType().equals(SERVICE_TYPE)) {
66 Log.d(TAG, "Unknown Service Type: " + service.getServiceType());
67 } else if (service.getServiceName().equals(mServiceName)) {
69 } else if (service.getServiceName().contains(mServiceName)){
70 mNsdManager.resolveService(service, mResolveListener)
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
SimpleTimeLimiterTest.java 37 private TimeLimiter service; field in class:SimpleTimeLimiterTest
55 service = new SimpleTimeLimiter(executor);
60 String result = service.callWithTimeout(
74 service.callWithTimeout(
90 service.callWithTimeout(
106 service.callWithTimeout(
121 Sample proxy = service.newProxy(
131 Sample proxy = service.newProxy(
149 Sample proxy = service.newProxy(
162 Sample proxy = service.newProxy
    [all...]
  /frameworks/native/cmds/dumpsys/
dumpsys.cpp 35 ALOGE("Unable to get default service manager!");
36 aerr << "dumpsys: Unable to get default service manager!" << endl;
60 sp<IBinder> service = sm->checkService(services[i]); local
61 if (service != NULL) {
68 sp<IBinder> service = sm->checkService(services[i]); local
69 if (service != NULL) {
73 aout << "DUMP OF SERVICE " << services[i] << ":" << endl;
75 int err = service->dump(STDOUT_FILENO, args);
77 aerr << "Error dumping service info: (" << strerror(err)
81 aerr << "Can't find service: " << services[i] << endl
    [all...]
  /external/chromium/chrome/browser/sync/
profile_sync_service_harness.cc 139 // Initialize the sync client's profile sync service object.
146 // Subscribe sync client to notifications from the profile sync service.
167 service()->OnUserChoseDatatypes(sync_everything, synced_datatypes);
180 service()->SetSyncSetupCompleted();
200 if (service()->sync_initialized()) {
235 timestamp_match_partner_->service()->RemoveObserver(this);
245 // service()->observed_passphrase_required() is false.
246 if (service()->ShouldPushChanges()) {
300 // service()->observed_passphrase_required() is false.
301 if (service()->ShouldPushChanges())
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_management_apitest.cc 42 ExtensionService* service = browser()->profile()->GetExtensionService(); local
44 service->DisableExtension(last_loaded_extension_id_);
46 service->DisableExtension(last_loaded_extension_id_);
74 ExtensionService* service = browser()->profile()->GetExtensionService(); local
101 ASSERT_FALSE(service->GetExtensionById(app_id, true));
105 service->extension_prefs()->SetLaunchType(
124 ExtensionService* service = browser()->profile()->GetExtensionService(); local
150 ASSERT_FALSE(service->GetExtensionById(app_id, true));
153 service->extension_prefs()->SetLaunchType(
all_urls_apitest.cc 32 ExtensionService* service = browser()->profile()->GetExtensionService(); local
33 const size_t size_before = service->extensions()->size();
36 EXPECT_EQ(size_before + 2, service->extensions()->size());
93 ExtensionService* service = browser()->profile()->GetExtensionService(); local
94 const size_t size_before = service->extensions()->size();
97 EXPECT_EQ(size_before + 2, service->extensions()->size());
external_extension_provider_impl.h 28 // to |service|, that will deal with the installation. The location
35 VisitorInterface* service,
44 VisitorInterface* service,
  /external/chromium/chrome/browser/search_engines/
util.cc 37 // number changes. Only pass in a non-NULL value for |service| if the removed
41 WebDataService* service) {
43 DCHECK(service == NULL || BrowserThread::CurrentlyOn(BrowserThread::UI));
51 if (service)
52 service->RemoveKeyword(**i);
69 WebDataService* service,
72 DCHECK(service == NULL || BrowserThread::CurrentlyOn(BrowserThread::UI));
118 if (service) {
119 service->UpdateKeyword(*existing_url);
144 if (service)
    [all...]
  /external/openssh/
auth2.c 185 char *service = packet_get_cstring(&len); local
191 if (strcmp(service, "ssh-userauth") == 0) {
198 /* XXX all other service requests are denied */
202 packet_put_cstring(service);
206 debug("bad service request %s", service);
207 packet_disconnect("bad service request %s", service);
209 xfree(service);
218 char *user, *service, *method, *style = NULL local
    [all...]
  /external/bluetooth/bluez/test/
test-attrib 42 print " discover <service path>"
43 print " chars <service path>"
54 service = dbus.Interface(bus.get_object("org.bluez", path), variable
56 srvprop = service.GetProperties()
81 print "Need service path parameter"
83 service = dbus.Interface(bus.get_object("org.bluez", args[1]), variable
85 for path in service.DiscoverCharacteristics():
91 print "Need service path parameter"
93 service = dbus.Interface(bus.get_object("org.bluez", args[1]), variable
95 srvprop = service.GetProperties(
    [all...]
test-service 25 service = dbus.Interface(bus.get_object("org.bluez", adapter_path), variable
26 "org.bluez.Service")
41 handle = service.AddRecord(record)
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
IEmailService.aidl 18 package com.android.emailcommon.service;
21 import com.android.emailcommon.service.IEmailServiceCallback;
22 import com.android.emailcommon.service.SearchParams;
  /frameworks/base/services/tests/servicestests/src/com/android/server/
AccessibilityManagerServiceTest.java 40 * service. The service itself is interacting with the platform. Note: Testing
41 * the service in full isolation would require significant amount of work for
59 * Timeout used for testing that a service is notified only upon a
65 * The interface used to talk to the tested service.
175 assertTrue("First mock service must be installed", firstMockServiceInstalled);
176 assertTrue("Second mock service must be installed", secondMockServiceInstalled);
185 // enable the mock accessibility service
188 // configure the mock service
189 MockAccessibilityService service = MyFirstMockAccessibilityService.sInstance local
219 MockAccessibilityService service = MyFirstMockAccessibilityService.sInstance; local
249 MockAccessibilityService service = MyFirstMockAccessibilityService.sInstance; local
279 MockAccessibilityService service = MyFirstMockAccessibilityService.sInstance; local
    [all...]
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
SpiEngUtils.java 45 * @param service
48 public static Provider isSupport(String algorithm, String service) {
50 Provider[] provs = Security.getProviders(service.concat(".")
  /external/apache-harmony/x-net/src/test/support/common/java/org/apache/harmony/xnet/tests/support/
SpiEngUtils.java 43 * @param service
46 public static Provider isSupport(String algorithm, String service) {
48 Provider[] provs = Security.getProviders(service.concat(".")
  /external/chromium/chrome/browser/automation/
automation_extension_tracker.cc 36 ExtensionService* service = profile->GetExtensionService(); local
37 if (service && info->reason == UnloadedExtensionInfo::UNINSTALL) {
  /external/chromium/chrome/browser/debugger/
inspectable_tab_proxy.h 43 // |service| is the DebuggerRemoteService instance the DevToolsClient
46 DebuggerRemoteService* service);
66 DebuggerRemoteService* service,
  /external/chromium/chrome/browser/remoting/
setup_flow_login_step.h 29 virtual void OnIssueAuthTokenSuccess(const std::string& service,
31 virtual void OnIssueAuthTokenFailure(const std::string& service,
  /external/chromium/chrome/common/net/gaia/
gaia_auth_consumer.h 40 virtual void OnIssueAuthTokenSuccess(const std::string& service,
42 virtual void OnIssueAuthTokenFailure(const std::string& service,
  /external/freetype/src/base/
ftpatent.c 118 FT_Service_SFNT_Table service; local
122 FT_FACE_FIND_SERVICE( face, service, SFNT_TABLE );
124 if ( service )
131 error = service->table_info( face, i,
154 FT_Service_TTGlyf service; local
165 FT_FACE_FIND_SERVICE( face, service, TT_GLYF );
166 if ( service == NULL )
175 offset = service->get_location( face, gindex, &size );
  /frameworks/base/core/java/android/os/
ServiceManagerNative.java 23 * Native implementation of the service manager. Most clients will only
30 * Cast a Binder object into a service manager interface, generating
59 IBinder service = getService(name); local
60 reply.writeStrongBinder(service);
67 IBinder service = checkService(name); local
68 reply.writeStrongBinder(service);
75 IBinder service = data.readStrongBinder(); local
77 addService(name, service, allowIsolated);
142 public void addService(String name, IBinder service, boolean allowIsolated)
148 data.writeStrongBinder(service);
    [all...]
  /frameworks/base/core/java/android/service/wallpaper/
IWallpaperEngine.aidl 17 package android.service.wallpaper;

Completed in 1111 milliseconds

1 2 3 45 6 7 8 91011>>