HomeSort by relevance Sort by last modified time
    Searched refs:getServiceInfo (Results 1 - 19 of 19) sorted by null

  /cts/tests/tests/tv/src/android/media/tv/cts/
TvInputInfoTest.java 42 if (info.getServiceInfo().name.equals(
101 mStubInfo.getServiceInfo().loadIcon(mPackageManager).getConstantState());
109 mStubInfo.getServiceInfo().loadLabel(mPackageManager));
TvInputManagerTest.java 42 if (info.getServiceInfo().name.equals(name)) {
StubTunerTvInputService.java 49 if (!info.getServiceInfo().name.equals(StubTunerTvInputService.class.getName())) {
72 if (!info.getServiceInfo().name.equals(StubTunerTvInputService.class.getName())) {
HardwareSessionTest.java 66 if (info.getServiceInfo().name.equals(HardwareProxyTvInputService.class.getName())) {
TvInputServiceTest.java 119 if (info.getServiceInfo().name.equals(CountingTvInputService.class.getName())) {
TvViewTest.java 149 if (info.getServiceInfo().name.equals(StubTunerTvInputService.class.getName())) {
  /external/jmdns/src/javax/jmdns/
JmDNS.java 185 public abstract ServiceInfo getServiceInfo(String type, String name);
200 public abstract ServiceInfo getServiceInfo(String type, String name, long timeout);
215 public abstract ServiceInfo getServiceInfo(String type, String name, boolean persistent);
232 public abstract ServiceInfo getServiceInfo(String type, String name, boolean persistent, long timeout);
  /external/jmdns/src/javax/jmdns/impl/
DNSRecord.java 203 * @see javax.jmdns.impl.DNSRecord#getServiceInfo(boolean)
206 public ServiceInfo getServiceInfo(boolean persistent) {
208 ServiceInfoImpl info = (ServiceInfoImpl) super.getServiceInfo(persistent);
248 * @see javax.jmdns.impl.DNSRecord#getServiceInfo(boolean)
251 public ServiceInfo getServiceInfo(boolean persistent) {
253 ServiceInfoImpl info = (ServiceInfoImpl) super.getServiceInfo(persistent);
390 * @see javax.jmdns.impl.DNSRecord#getServiceInfo(boolean)
393 public ServiceInfo getServiceInfo(boolean persistent) {
405 ServiceInfo info = this.getServiceInfo(false);
490 * @see javax.jmdns.impl.DNSRecord#getServiceInfo(boolean
    [all...]
JmDNSImpl.java 710 public ServiceInfo getServiceInfo(String type, String name) {
711 return this.getServiceInfo(type, name, false, DNSConstants.SERVICE_INFO_TIMEOUT);
718 public ServiceInfo getServiceInfo(String type, String name, long timeout) {
719 return this.getServiceInfo(type, name, false, timeout);
726 public ServiceInfo getServiceInfo(String type, String name, boolean persistent) {
727 return this.getServiceInfo(type, name, persistent, DNSConstants.SERVICE_INFO_TIMEOUT);
734 public ServiceInfo getServiceInfo(String type, String name, boolean persistent, long timeout) {
761 ServiceInfoImpl cachedInfo = (ServiceInfoImpl) ((DNSRecord) pointerEntry).getServiceInfo(persistent);
770 ServiceInfo cachedServiceEntryInfo = ((DNSRecord) serviceEntry).getServiceInfo(persistent);
779 ServiceInfo cachedAddressInfo = ((DNSRecord) addressEntry).getServiceInfo(persistent)
    [all...]
JmmDNSImpl.java 209 result.add(mDNS.getServiceInfo(type, name, persistent, timeout));
  /cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityActivityTestCase.java 54 AccessibilityServiceInfo info = getInstrumentation().getUiAutomation().getServiceInfo();
AccessibilityWindowQueryTest.java 613 AccessibilityServiceInfo info = getInstrumentation().getUiAutomation().getServiceInfo();
634 AccessibilityServiceInfo info = getInstrumentation().getUiAutomation().getServiceInfo();
    [all...]
  /cts/tests/tests/content/src/android/content/pm/cts/
ServiceInfoTest.java 39 ServiceInfo serviceInfo = pm.getServiceInfo(componentName, 0);
PackageManagerTest.java 215 // Test getServiceInfo
216 assertEquals(SERVICE_NAME, mPackageManager.getServiceInfo(serviceName,
  /cts/tests/tests/view/src/android/view/inputmethod/cts/
InputMethodInfoTest.java 100 assertService(resolveInfo.serviceInfo, mInputMethodInfo.getServiceInfo());
174 assertService(mInputMethodInfo.getServiceInfo(), imi.getServiceInfo());
212 if ((imi.getServiceInfo().applicationInfo.flags & ApplicationInfo.FLAG_SYSTEM) == 0) {
  /development/samples/SoftKeyboard/src/com/android/inputmethodcommon/
InputMethodSettingsImpl.java 111 imi.getServiceInfo().applicationInfo));
  /cts/tests/tests/uiautomation/src/android/app/uiautomation/cts/
UiAutomationTest.java 41 AccessibilityServiceInfo info = getInstrumentation().getUiAutomation().getServiceInfo();
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 369 milliseconds