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

  /cts/hostsidetests/devicepolicy/app/TransferOwnerIncomingApp/src/com/android/cts/transferowner/
DeviceAndProfileOwnerTransferIncomingTest.java 53 private final static String ARE_PARAMETERS_SAVED = "ARE_PARAMETERS_SAVED";
90 assertTrue(bundle.getBoolean(ARE_PARAMETERS_SAVED));
  /cts/hostsidetests/devicepolicy/app/TransferOwnerOutgoingApp/src/com/android/cts/transferowner/
DeviceAndProfileOwnerTransferOutgoingTest.java 63 private static final String ARE_PARAMETERS_SAVED = "ARE_PARAMETERS_SAVED";
167 b.putBoolean(ARE_PARAMETERS_SAVED, true);
174 b.putBoolean(ARE_PARAMETERS_SAVED, true);

Completed in 2581 milliseconds