Searched defs:add (Results 1 – 8 of 8) sorted by relevance
43 fun add(methodRule: MethodRule) { in add() method in android.tools.flicker.junit.RuleContainer47 fun add(testRule: TestRule) { in add() method in android.tools.flicker.junit.RuleContainer
66 fun add(assertion: (T) -> Unit, name: String, optional: Boolean) { in <lambda>() method
38 fun add(name: String, isOptional: Boolean = false, assertion: (T) -> Unit) { in <lambda>() method
58 fun add(key: String, value: String, valueType: String) { in add() method64 private fun add(keyTokens: List<String>, currentToken: Int, value: Any) { in add() method
88 protected void add(ResourceFile file) { in add() method in ResourceItem
129 private ResourceFolder add( in add() method in ResourceRepository
130 fun add(condition: Condition<DeviceStateDump>): StateSyncBuilder = apply { in getWindowRegion() method141 fun add(message: String = "", condition: (DeviceStateDump) -> Boolean): StateSyncBuilder = in getWindowRegion() method
131 public boolean add(LogMaker logMaker) { in add() method in MetricsAsserts.ReaderQueue