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

  /frameworks/base/telephony/java/com/android/internal/telephony/
DataConnectionTracker.java 456 public boolean isApnTypeActive(String type) {
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CDMAPhone.java 631 mDataConnectionTracker.isApnTypeActive(apnType) == false) {
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GSMPhone.java 304 mDataConnectionTracker.isApnTypeActive(apnType) == false) {
305 //TODO: isApnTypeActive() is just checking whether ApnContext holds
307 // provide the same state. Calling isApnTypeActive() can be removed.
    [all...]
GsmDataConnectionTracker.java 205 public boolean isApnTypeActive(String type) {
    [all...]

Completed in 510 milliseconds