OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resolveServiceInfo
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/net/
NetworkScorerAppManager.java
160
ResolveInfo
resolveServiceInfo
= pm.resolveService(serviceIntent, 0 /* flags */);
161
if (
resolveServiceInfo
!= null &&
resolveServiceInfo
.serviceInfo != null) {
162
scoringServiceClassName =
resolveServiceInfo
.serviceInfo.name;
/external/jmdns/src/javax/jmdns/impl/
JmDNSImpl.java
735
final ServiceInfoImpl info = this.
resolveServiceInfo
(type, name, "", persistent);
740
ServiceInfoImpl
resolveServiceInfo
(String type, String name, String subtype, boolean persistent) {
863
final ServiceInfoImpl info = this.
resolveServiceInfo
(type, name, "", persistent);
[
all
...]
Completed in 134 milliseconds