Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DCAInstallNotificationVerifierActivity.java49 private static LinkedBlockingQueue<String> sDeletedQueue = new LinkedBlockingQueue<String>(); field in CAInstallNotificationVerifierActivity
75 sDeletedQueue.offer(intent.getAction()); in onStart()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DInteractiveVerifierActivity.java50 private static LinkedBlockingQueue<String> sDeletedQueue = new LinkedBlockingQueue<String>(); field in InteractiveVerifierActivity
88 if(intent != null) { sDeletedQueue.offer(intent.getAction()); } in onStart()