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

  /frameworks/base/telephony/java/android/telephony/
NetworkService.java 53 public static final String NETWORK_SERVICE_INTERFACE = "android.telephony.NetworkService";
231 if (intent == null || !NETWORK_SERVICE_INTERFACE.equals(intent.getAction())) {
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
CellularNetworkServiceTest.java 60 NetworkService.NETWORK_SERVICE_INTERFACE,
ServiceStateTrackerTest.java 147 NetworkService.NETWORK_SERVICE_INTERFACE,
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
NetworkRegistrationManager.java 178 Intent intent = new Intent(NetworkService.NETWORK_SERVICE_INTERFACE);

Completed in 208 milliseconds