Searched defs:getServiceInfo (Results 1 – 5 of 5) sorted by relevance
/external/ims/rcs/rcsmanager/src/java/com/android/ims/ |
D | RcsPresenceInfo.java | 310 private String getServiceInfo(int serviceType, String infoKey, String defaultValue) { in getServiceInfo() method in RcsPresenceInfo 319 private long getServiceInfo(int serviceType, String infoKey, long defaultValue) { in getServiceInfo() method in RcsPresenceInfo 328 private int getServiceInfo(int serviceType, String infoType, int defaultValue) { in getServiceInfo() method in RcsPresenceInfo 336 private Uri getServiceInfo(int serviceType, String infoKey, Uri defaultValue) { in getServiceInfo() method in RcsPresenceInfo
|
/external/opencensus-java/exporters/trace/ocagent/src/test/java/io/opencensus/exporter/trace/ocagent/ |
D | OcAgentNodeUtilsTest.java | 77 public void getServiceInfo() { in getServiceInfo() method in OcAgentNodeUtilsTest
|
/external/opencensus-java/exporters/trace/ocagent/src/main/java/io/opencensus/exporter/trace/ocagent/ |
D | OcAgentNodeUtils.java | 111 static ServiceInfo getServiceInfo(String serviceName) { in getServiceInfo() method in OcAgentNodeUtils
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowApplicationPackageManager.java | 794 protected ServiceInfo getServiceInfo(ComponentName className, int flags) in getServiceInfo() method in ShadowApplicationPackageManager
|
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowApplicationPackageManager.java | 906 protected ServiceInfo getServiceInfo(ComponentName component, int flags) in getServiceInfo() method in ShadowApplicationPackageManager
|