Searched refs:mAttributesLatch (Results 1 – 1 of 1) sorted by relevance
102 private CountDownLatch mAttributesLatch; field in Ringer308 mAttributesLatch = new CountDownLatch(1); in startRinging()856 if (mAttributesLatch != null) { in getRingerAttributes()857 mAttributesLatch.countDown(); in getRingerAttributes()886 if (mAttributesLatch != null) { in waitForAttributesCompletion()887 return mAttributesLatch.await(RINGER_ATTRIBUTES_TIMEOUT, TimeUnit.MILLISECONDS); in waitForAttributesCompletion()