Searched refs:touchKey (Results 1 – 6 of 6) sorted by relevance
24 import static com.android.adservices.service.signals.updateprocessors.UpdateProcessorUtils.touchKey;79 touchKey(BB_KEY_1, set); in testTouchKeySuccess()87 () -> touchKey(BB_KEY_1, new HashSet<>(Arrays.asList(BB_KEY_1)))); in testTouchKeyFailure()
50 UpdateProcessorUtils.touchKey(key, toReturn.getKeysTouched()); in processUpdates()
74 public static void touchKey(ByteBuffer key, Set<ByteBuffer> keysTouched) { in touchKey() method in UpdateProcessorUtils
64 UpdateProcessorUtils.touchKey(key, toReturn.getKeysTouched()); in processKey()
63 UpdateProcessorUtils.touchKey(key, toReturn.getKeysTouched()); in processKey()
82 UpdateProcessorUtils.touchKey(key, toReturn.getKeysTouched()); in processKey()