Searched refs:onCall (Results 1 – 5 of 5) sorted by relevance
65 void onCall(); in onCall() method106 mCallback.onCall(); in onCallStateChanged()111 mCallback.onCall(); in onCallStateChanged()
302 public void onCall() { in onCreate()
10 exports.requestAccessToken = functions.https.onCall((data, context) => {
154 public void onCall() { in onCall() method in HfpNativeInterfaceTest156 mNativeInterface.onCall(call, TEST_DEVICE_ADDRESS); in onCall()
480 void onCall(int call, byte[] address) { in onCall() method in NativeInterface