Searched refs:putBooleanPref (Results 1 – 2 of 2) sorted by relevance
48 putBooleanPref(context, KEY_TRANSFER_COMPLETED_CALLED, true); in onTransferOwnershipComplete()119 private static void putBooleanPref(Context context, String key, boolean value) { in putBooleanPref() method in DeviceAndProfileOwnerTransferIncomingTest
50 putBooleanPref(context, KEY_TRANSFER_AFFILIATED_PROFILE_COMPLETED_CALLED, true); in onTransferAffiliatedProfileOwnershipComplete()195 private static void putBooleanPref(Context context, String key, boolean value) { in putBooleanPref() method in DeviceAndProfileOwnerTransferOutgoingTest