Searched refs:isProfileOwner (Results 1 – 2 of 2) sorted by relevance
53 boolean inWorkProfile = isProfileOwner(); in onCreate()70 private boolean isProfileOwner() { in isProfileOwner() method in CrossProfileTestActivity
205 response.putExtra(EXTRA_PROVISIONED, isProfileOwner()); in onCreate()210 response.putExtra(EXTRA_PROVISIONED, isProfileOwner()); in onCreate()214 if (isProfileOwner()) { in onCreate()466 private boolean isProfileOwner() { in isProfileOwner() method in ByodHelperActivity