HomeSort by relevance Sort by last modified time
    Searched refs:getBooleanPref (Results 1 - 3 of 3) sorted by null

  /cts/hostsidetests/devicepolicy/app/TransferOwnerIncomingApp/src/com/android/cts/transferowner/
DeviceAndProfileOwnerTransferIncomingTest.java 91 assertTrue(getBooleanPref(mContext, KEY_TRANSFER_COMPLETED_CALLED));
125 assertTrue(getBooleanPref(mContext, KEY_TRANSFER_ADMIN_SERVICE_BOUND));
136 protected static boolean getBooleanPref(Context context, String key) {
  /cts/hostsidetests/devicepolicy/app/TransferOwnerOutgoingApp/src/com/android/cts/transferowner/
TransferDeviceOwnerOutgoingTest.java 72 assertTrue(getBooleanPref(mContext, KEY_TRANSFER_AFFILIATED_PROFILE_COMPLETED_CALLED));
DeviceAndProfileOwnerTransferOutgoingTest.java 209 protected static boolean getBooleanPref(Context context, String key) {

Completed in 215 milliseconds