Home
last modified time | relevance | path

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

/cts/hostsidetests/settings/app/DeviceOwnerApp/src/com/google/android/cts/deviceowner/
DDeviceOwnerTest.java81 protected boolean mIsDeviceOwner; field in DeviceOwnerTest
92 mIsDeviceOwner = mDevicePolicyManager.isDeviceOwnerApp(PACKAGE_NAME); in setUp()
93 Log.d(TAG, "setup(): dpm=" + mDevicePolicyManager + ", isDO: " + mIsDeviceOwner); in setUp()
95 if (mIsDeviceOwner) { in setUp()
174 assertWithMessage("is device owner").that(mIsDeviceOwner).isTrue(); in testDeviceOwnerWithInfo()
184 assertWithMessage("is device owner").that(mIsDeviceOwner).isTrue(); in testDeviceOwnerWithoutInfo()
196 assertWithMessage("is device owner").that(mIsDeviceOwner).isFalse(); in testNonDeviceOwnerWithInfo()
206 assertWithMessage("is device owner").that(mIsDeviceOwner).isFalse(); in testNonDeviceOwnerWithoutInfo()