Searched refs:otherContext (Results 1 – 2 of 2) sorted by relevance
120 final Context otherContext; in getCurrentProfileContentResolver() local122 otherContext = context.createPackageContextAsUser(context.getPackageName(), in getCurrentProfileContentResolver()124 return otherContext.getContentResolver(); in getCurrentProfileContentResolver()
63 @Mock private lateinit var otherContext: Context variable in com.android.systemui.user.domain.interactor.GuestUserInteractorTest112 whenever(otherContext.userId).thenReturn(UserHandle.MIN_SECONDARY_USER_ID + i) in registersBroadcastReceiversOnlyForSystemUser()113 initGuestUserInteractor(otherContext) in registersBroadcastReceiversOnlyForSystemUser()