Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/TransferOwnerIncomingApp/src/com/android/cts/transferowner/
DDeviceAndProfileOwnerTransferIncomingTest.java48 putBooleanPref(context, KEY_TRANSFER_COMPLETED_CALLED, true); in onTransferOwnershipComplete()
56 putBooleanPref(getApplicationContext(), KEY_TRANSFER_ADMIN_SERVICE_BOUND, true); in onCreate()
132 private static void putBooleanPref(Context context, String key, boolean value) { in putBooleanPref() method in DeviceAndProfileOwnerTransferIncomingTest
/cts/hostsidetests/devicepolicy/app/TransferOwnerOutgoingApp/src/com/android/cts/transferowner/
DDeviceAndProfileOwnerTransferOutgoingTest.java50 putBooleanPref(context, KEY_TRANSFER_AFFILIATED_PROFILE_COMPLETED_CALLED, true); in onTransferAffiliatedProfileOwnershipComplete()
205 private static void putBooleanPref(Context context, String key, boolean value) { in putBooleanPref() method in DeviceAndProfileOwnerTransferOutgoingTest