Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DRinger.java102 private CountDownLatch mAttributesLatch; field in Ringer
308 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()