Searched refs:isNotNull (Results 1 – 15 of 15) sorted by relevance
23 Truth.assertThat(manifestObj).isNotNull() in checks if fromJson can parse manifest()45 Truth.assertThat(manifestObj).isNotNull() in checks if fromJson can parse android subsection()62 Truth.assertThat(failure).isNotNull() in checks if fromJson throws on invalid json()
170 Truth.assertThat(manifest).isNotNull() in <lambda>()194 Truth.assertThat(failure).isNotNull() in checks if parseManifest fails on unsuccessful response()
51 Truth.assertThat(result).isNotNull() in getPluginProperties_matchedPluginWithProps_returnsProps()61 Truth.assertThat(result).isNotNull() in getPluginProperties_matchedPluginWithNestedProps_returnsNestedProps()
94 if (reactInstanceManager.isNotNull && !isCrashed) { in onBackPressed()112 if (reactInstanceManager.isNotNull) { in onDestroy()126 if (reactInstanceManager.isNotNull && !isCrashed) { in onConfigurationChanged()
275 if (reactInstanceManager.isNotNull && !isCrashed) { in <lambda>()288 if (reactInstanceManager.isNotNull && !isCrashed) { in <lambda>()297 if (reactInstanceManager.isNotNull && !isCrashed) { in <lambda>()311 if (reactInstanceManager.isNotNull && !isCrashed) { in <lambda>()327 if (reactInstanceManager.isNotNull && !isCrashed) { in <lambda>()337 if (reactInstanceManager.isNotNull && !isCrashed) { in <lambda>()628 get() = reactInstanceManager.takeIf { it.isNotNull }?.callRecursive("getDevSupportManager") in <lambda>()631 …get() = reactInstanceManager.takeIf { it.isNotNull }?.callRecursive("getJsExecutorName")?.get() as… in <lambda>()
270 if (reactInstanceManager.isNotNull && !isCrashed) { in <lambda>()281 if (keyCode == KeyEvent.KEYCODE_MENU && reactInstanceManager.isNotNull && !isCrashed) { in <lambda>()514 if (reactInstanceManager.isNotNull) { in <lambda>()
22 if (reactInstanceManagerTemp.isNotNull) { in invalidate()
139 if (reactInstanceManager!!.isNotNull) { in setManifest()
22 Truth.assertThat(this).isNotNull() in assertNotNull()
25 Truth.assertThat(UUID.fromString(installationID1)).isNotNull() in installationID is persisted in memory()
48 Truth.assertThat(view).isNotNull() in <lambda>()
25 Truth.assertThat(jsFunction).isNotNull() in <lambda>()
78 Truth.assertThat(holder).isNotNull() in should return holder for module()
115 Truth.assertThat(exception).isNotNull() in should respect required annotation()141 Truth.assertThat(exception).isNotNull() in should respect validators()
33 val isNotNull: Boolean constant in host.exp.exponent.RNObject