Searched refs:getParentUserContext (Results 1 – 5 of 5) sorted by relevance
103 whenever(Utils.getParentUserContext(any(ContextWrapper::class.java))).thenReturn(context) in setup()
71 import static com.android.permissioncontroller.permission.utils.Utils.getParentUserContext;399 mContext = getParentUserContext(context); in LocationAccessCheck()
197 private val parentUserContext = Utils.getParentUserContext(context)
107 private val parentUserContext = Utils.getParentUserContext(context)
1172 public static Context getParentUserContext(@NonNull Context context) { in getParentUserContext() method in Utils