Searched refs:returnedValue (Results 1 – 3 of 3) sorted by relevance
48 val returnedValue = AtomicReference<T>() in runWithScissors() constant49 runWithScissors({ returnedValue.set(block()) }, DEFAULT_TIMEOUT) in runWithScissors()50 return returnedValue.get()!! in runWithScissors()
341 String returnedValue = Settings.Secure.getString(mMockContentResolver, SETTING); in testCaching_singleSetting() local344 assertThat(returnedValue).isEqualTo("a"); in testCaching_singleSetting()372 String returnedValue = Settings.Secure.getString(mMockContentResolver, SETTING); in testCaching_multipleSettings() local375 assertThat(returnedValue).isEqualTo("a"); in testCaching_multipleSettings()399 String returnedValue = Settings.Secure.getString(mMockContentResolver, SETTING); in testCaching_unsetSetting() local402 assertThat(returnedValue).isNull(); in testCaching_unsetSetting()427 returnedValue = Settings.Secure.getString(mMockContentResolver, SETTING); in testCaching_unsetSetting()430 assertThat(returnedValue).isEqualTo("a"); in testCaching_unsetSetting()
META-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/ ...