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

  /frameworks/base/core/java/android/net/
MobileDataStateTracker.java 165 boolean unavailable = intent.getBooleanExtra(Phone.NETWORK_UNAVAILABLE_KEY,
389 intent.putExtra(Phone.NETWORK_UNAVAILABLE_KEY, false);
  /frameworks/base/telephony/java/com/android/internal/telephony/
Phone.java 107 static final String NETWORK_UNAVAILABLE_KEY = "networkUnvailable";
    [all...]
  /frameworks/base/services/java/com/android/server/
TelephonyRegistry.java 554 intent.putExtra(Phone.NETWORK_UNAVAILABLE_KEY, true);

Completed in 35 milliseconds