Home
last modified time | relevance | path

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

/packages/apps/Car/Cluster/DirectRenderingCluster/src/android/car/cluster/
DPhoneFragmentViewModel.java65 void onCall(); in onCall() method
106 mCallback.onCall(); in onCallStateChanged()
111 mCallback.onCall(); in onCallStateChanged()
DMainClusterActivity.java302 public void onCall() { in onCreate()
/packages/apps/Car/DebuggingRestrictionController/server/functions/
Dindex.js10 exports.requestAccessToken = functions.https.onCall((data, context) => {
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/
DHfpNativeInterfaceTest.java154 public void onCall() { in onCall() method in HfpNativeInterfaceTest
156 mNativeInterface.onCall(call, TEST_DEVICE_ADDRESS); in onCall()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DNativeInterface.java480 void onCall(int call, byte[] address) { in onCall() method in NativeInterface