Searched defs:serviceName (Results 1 - 21 of 21) sorted by relevance

/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
H A DClientPairingSession.java44 * @param serviceName the string service name, used in the pairing request
47 PairingContext context, String serviceName) {
48 this(protocol, context, serviceName, null);
56 * @param serviceName the string service name, used in the pairing request
60 PairingContext context, String serviceName, String clientName) {
62 mServiceName = serviceName;
46 ClientPairingSession(PoloWireInterface protocol, PairingContext context, String serviceName) argument
59 ClientPairingSession(PoloWireInterface protocol, PairingContext context, String serviceName, String clientName) argument
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/message/
H A DPairingRequestMessage.java35 public PairingRequestMessage(String serviceName) { argument
36 this(serviceName, null);
39 public PairingRequestMessage(String serviceName, String clientName) { argument
41 mServiceName = serviceName;
/external/guava/guava/src/com/google/common/util/concurrent/
H A DAbstractIdleService.java43 return serviceName() + " " + state();
106 return serviceName() + " [" + state() + "]";
207 protected String serviceName() { method in class:AbstractIdleService
H A DAbstractExecutionThreadService.java48 return serviceName();
140 * name of its threads to the string returned by {@link #serviceName}
146 MoreExecutors.newThread(serviceName(), command).start();
152 return serviceName() + " [" + state() + "]";
255 protected String serviceName() { method in class:AbstractExecutionThreadService
H A DAbstractScheduledService.java191 return serviceName() + " " + state();
279 * pool that sets the name of the thread to the {@linkplain #serviceName() service name}.
288 return MoreExecutors.newThread(serviceName(), runnable);
312 protected String serviceName() { method in class:AbstractScheduledService
317 return serviceName() + " [" + state() + "]";
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DContextWrapperTest.java171 private void assertSameInstanceEveryTime(String serviceName) { argument
173 assertThat(activity.getSystemService(serviceName), sameInstance(activity.getSystemService(serviceName)));
175 assertThat(activity.getSystemService(serviceName), sameInstance(new Activity().getSystemService(serviceName)));
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DServiceManagerTest.java532 @Override protected String serviceName() { method in class:ServiceManagerTest.SnappyShutdownService
/external/ppp/pppd/plugins/rp-pppoe/
H A Dpppoe.h235 char *serviceName; /* Desired service name, if any */ member in struct:PPPoEConnectionStruct
/external/icu/icu4c/source/test/intltest/
H A Dicusvtst.cpp959 UnicodeString serviceName = "listener "; local
960 serviceName.append(_name);
961 serviceName.append(" n++");
962 serviceName.append(" service changed: " );
963 service.getName(serviceName);
964 _test->logln(serviceName);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.event_1.2.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.update.configurator_3.3.100.v20100512.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 521 milliseconds