Searched defs:NETWORK_SERVICE_INTERFACE (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
H A DNetworkService.java53 public static final String NETWORK_SERVICE_INTERFACE = "android.telephony.NetworkService"; field in class:NetworkService
231 if (intent == null || !NETWORK_SERVICE_INTERFACE.equals(intent.getAction())) {

Completed in 67 milliseconds