Home
last modified time | relevance | path

Searched refs:isProfileOwner (Results 1 – 2 of 2) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DCrossProfileTestActivity.java53 boolean inWorkProfile = isProfileOwner(); in onCreate()
70 private boolean isProfileOwner() { in isProfileOwner() method in CrossProfileTestActivity
DByodHelperActivity.java209 response.putExtra(EXTRA_PROVISIONED, isProfileOwner()); in onCreate()
214 response.putExtra(EXTRA_PROVISIONED, isProfileOwner()); in onCreate()
218 if (isProfileOwner()) { in onCreate()
477 private boolean isProfileOwner() { in isProfileOwner() method in ByodHelperActivity