Home
last modified time | relevance | path

Searched refs:otherContext (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DCallerInfoAsyncQuery.java109 final Context otherContext; in getCurrentProfileContentResolver() local
111 otherContext = context.createPackageContextAsUser(context.getPackageName(), in getCurrentProfileContentResolver()
113 return otherContext.getContentResolver(); in getCurrentProfileContentResolver()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java2276 for (ApnContext otherContext : mPrioritySortedApnContexts) { in isHigherPriorityApnContextActive()
2277 if (apnContext.getApnType().equalsIgnoreCase(otherContext.getApnType())) return false; in isHigherPriorityApnContextActive()
2278 if (otherContext.isEnabled() && otherContext.getState() != DctConstants.State.FAILED) { in isHigherPriorityApnContextActive()