Home
last modified time | relevance | path

Searched refs:executeCallMethod (Results 1 – 1 of 1) sorted by relevance

/packages/services/Telephony/testapps/TelephonyManagerTestApp/src/com/android/phone/testapps/telephonymanagertestapp/
DCallingMethodActivity.java72 mGoButton.setOnClickListener((View v) -> executeCallMethod()); in onCreate()
76 private void executeCallMethod() { in executeCallMethod() method in CallingMethodActivity