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

  /frameworks/base/core/java/android/net/
MobileDataStateTracker.java 248 mDefaultGatewayAddr = intent.getIntExtra(Phone.DATA_GATEWAY_KEY, 0);
390 intent.putExtra(Phone.DATA_GATEWAY_KEY, mDefaultGatewayAddr);
  /frameworks/base/telephony/java/com/android/internal/telephony/
Phone.java 106 static final String DATA_GATEWAY_KEY = "gateway";
    [all...]
  /frameworks/base/services/java/com/android/server/
TelephonyRegistry.java 573 intent.putExtra(Phone.DATA_GATEWAY_KEY, gatewayAddr);

Completed in 162 milliseconds