Searched refs:call_end (Results 1 – 2 of 2) sorted by relevance
279 createButton(R.string.call_end, KeyEvent.KEYCODE_ENDCALL), in onCreateView()
6842 HInstruction* call_end = MakeInvoke(DataType::Type::kBool, {}); in TEST_F() local6843 HInstruction* if_end = new (GetAllocator()) HIf(call_end); in TEST_F()6844 loop_end->AddInstruction(call_end); in TEST_F()6846 call_end->CopyEnvironmentFrom(cls->GetEnvironment()); in TEST_F()