Searched refs:otherContext (Results 1 – 2 of 2) sorted by relevance
119 final Context otherContext; in getCurrentProfileContentResolver() local121 otherContext = context.createPackageContextAsUser(context.getPackageName(), in getCurrentProfileContentResolver()123 return otherContext.getContentResolver(); in getCurrentProfileContentResolver()
2168 for (ApnContext otherContext : mPrioritySortedApnContexts) { in isHigherPriorityApnContextActive()2169 if (otherContext.getApnType().equals(PhoneConstants.APN_TYPE_IMS)) { in isHigherPriorityApnContextActive()2172 if (apnContext.getApnType().equalsIgnoreCase(otherContext.getApnType())) return false; in isHigherPriorityApnContextActive()2173 if (otherContext.isEnabled() && otherContext.getState() != DctConstants.State.FAILED) { in isHigherPriorityApnContextActive()