Searched defs:method2 (Results  1 – 3 of 3) sorted by relevance
| /tools/dexter/dexter/ | 
| D | experimental.cc | 311   auto method2 = ir::MethodId("LTarget;", "foo", "(I[[Ljava/lang/String;)Ljava/lang/Integer;");  in TestMethodInstrumenter()  local504   auto method2 = ir::MethodId("LTarget;", "foo", "(I[[Ljava/lang/String;)Ljava/lang/Integer;");  in TestArrayParamsEntryHook()  local
 
 | 
| /tools/metalava/src/test/java/com/android/tools/metalava/ | 
| D | CompatibilityCheckTest.kt | 208                         fun method2(string: String, maybeString: String?): String? = null  in Kotlin Nullness()  method211                             fun method2(string: String, maybeString: String?): String? = null  in Kotlin Nullness()  method
 358                     fun method2(x: IntArray) { }  in Remove vararg()  method
 686                         fun method2(b: Boolean, s1: String? = null) { }  // Adding: OK  in Remove default parameter()  method
 723                         fun method2(b: Boolean, s1: String? = null) { }  // Adding: OK  in Remove optional parameter()  method
 
 | 
| D | ApiFileTest.kt | 169                         fun method2(myInt: Int, myInt2: Int = (2*int) * SIZE) { }  in Default Values and Names in Kotlin()  method4173                         fun method2(myInt: Int, myInt2: Int = (2*int) * SIZE) { }  in Concise default Values and Names in Kotlin()  method
 
 |