Searched refs:sDeletedQueue (Results 1 – 2 of 2) sorted by relevance
49 private static LinkedBlockingQueue<String> sDeletedQueue = new LinkedBlockingQueue<String>(); field in CAInstallNotificationVerifierActivity75 sDeletedQueue.offer(intent.getAction()); in onStart()
50 private static LinkedBlockingQueue<String> sDeletedQueue = new LinkedBlockingQueue<String>(); field in InteractiveVerifierActivity88 if(intent != null) { sDeletedQueue.offer(intent.getAction()); } in onStart()