Searched refs:intMethod (Results 1 – 5 of 5) sorted by relevance
44 when(mService.intMethod()).thenReturn(returnValue); in testForReturn()50 when(mService.intMethod()).thenAnswer(blockingAnswer); in testForReturn()52 mService.intMethod(); in testForReturn()90 int intMethod(); in intMethod() method
21 .method public static intMethod(I)V31 invoke-static { v0 }, LNullArraySuccessInt;->intMethod(I)V
79 jmethodID intMethod = env->GetMethodID(integerClass.get(), "intValue", "()I"); in pushBundleToLuaTable() local80 lua_pushinteger(lua, env->CallIntMethod(value.get(), intMethod)); in pushBundleToLuaTable()
23 int intMethod(int a); in intMethod() method
93 public int intMethod(int a) { in intMethod() method in AidlTest.AidlObject208 int result = mRemote.intMethod(42); in testInt()