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