Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/TransferOwnerIncomingApp/src/com/android/cts/transferowner/
DDeviceAndProfileOwnerTransferIncomingTest.java91 assertTrue(getBooleanPref(mContext, KEY_TRANSFER_COMPLETED_CALLED)); in testTransferCompleteCallbackIsCalled()
125 assertTrue(getBooleanPref(mContext, KEY_TRANSFER_ADMIN_SERVICE_BOUND)); in testAdminServiceIsBound()
136 protected static boolean getBooleanPref(Context context, String key) { in getBooleanPref() method in DeviceAndProfileOwnerTransferIncomingTest
/cts/hostsidetests/devicepolicy/app/TransferOwnerOutgoingApp/src/com/android/cts/transferowner/
DTransferDeviceOwnerOutgoingTest.java72 assertTrue(getBooleanPref(mContext, KEY_TRANSFER_AFFILIATED_PROFILE_COMPLETED_CALLED)); in testTransferAffiliatedProfileOwnershipCompleteCallbackIsCalled()
DDeviceAndProfileOwnerTransferOutgoingTest.java209 protected static boolean getBooleanPref(Context context, String key) { in getBooleanPref() method in DeviceAndProfileOwnerTransferOutgoingTest