OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:textEntry
(Results
1 - 2
of
2
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/app/
AlertDialogSamples.java
386
Button
textEntry
= (Button) findViewById(R.id.text_entry_button);
387
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 34 milliseconds