HomeSort by relevance Sort by last modified time
    Searched defs:getInterfaceName (Results 1 - 9 of 9) sorted by null

  /external/proguard/src/proguard/classfile/
Clazz.java 61 public String getInterfaceName(int index);
LibraryClass.java 104 public String getInterfaceName(int index)
ProgramClass.java 102 public String getInterfaceName(int index)
  /frameworks/base/core/java/android/net/
LinkProperties.java 96 mIfaceName = source.getInterfaceName();
118 public String getInterfaceName() {
218 if (link != null && link.getInterfaceName() != null) {
219 mStackedLinks.put(link.getInterfaceName(), link);
232 if (link != null && link.getInterfaceName() != null) {
233 mStackedLinks.remove(link.getInterfaceName());
317 return TextUtils.equals(getInterfaceName(), target.getInterfaceName());
386 String iface = stacked.getInterfaceName();
540 dest.writeString(getInterfaceName());
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothTetheringDataTracker.java 312 if (linkProperties == null || TextUtils.isEmpty(linkProperties.getInterfaceName())) {
317 if (mLinkProperties.getInterfaceName() != null) {
327 boolean success = NetworkUtils.runDhcp(linkProperties.getInterfaceName(),
330 if (linkProperties.getInterfaceName() != mLinkProperties.getInterfaceName()) {
357 if (TextUtils.isEmpty(mLinkProperties.getInterfaceName())) {
361 NetworkUtils.stopDhcp(mLinkProperties.getInterfaceName());
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfigStore.java     [all...]
  /frameworks/base/services/java/com/android/server/
ConnectivityService.java 833 final String iface = tracker.getLinkProperties().getInterfaceName();
    [all...]
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 

Completed in 142 milliseconds