Home
last modified time | relevance | path

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

/packages/modules/RemoteKeyProvisioning/app/tests/unit/src/com/android/rkpdapp/unittest/
DCborUtilsTest.java99 .put(new UnicodeString(CborUtils.TIME_TO_REFRESH), in setUp()
107 .put(new UnicodeString(CborUtils.TIME_TO_REFRESH), in setUp()
292 mDeviceConfig.remove(new UnicodeString(CborUtils.TIME_TO_REFRESH)); in testMissingDeviceConfigEntriesDoesntFail()
/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/utils/
DCborUtils.java54 public static final String TIME_TO_REFRESH = "time_to_refresh_hours"; field in CborUtils
158 deviceConfiguration.get(new UnicodeString(TIME_TO_REFRESH)); in parseDeviceConfig()