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

  /development/samples/ApiDemos/src/com/example/android/apis/app/
AlertDialogSamples.java 419 Button textEntry = (Button) findViewById(R.id.text_entry_button);
420 textEntry.setOnClickListener(new OnClickListener() {
  /external/jmdns/src/javax/jmdns/impl/
JmDNSImpl.java 797 DNSEntry textEntry = this.getCache().getDNSEntry(cachedInfo.getQualifiedName(), DNSRecordType.TYPE_TXT, DNSRecordClass.CLASS_ANY);
798 if (textEntry instanceof DNSRecord) {
799 ServiceInfo cachedTextInfo = ((DNSRecord) textEntry).getServiceInfo(persistent);
    [all...]

Completed in 77 milliseconds