Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java143 Bundle extras, boolean isLegacy); in onHandoverRequested() argument
223 Bundle extras, boolean isLegacy) {} in onHandoverRequested() argument
3159 Bundle extras, boolean isLegacy) { in requestHandover() argument
3161 l.onHandoverRequested(this, handoverToHandle, videoState, extras, isLegacy); in requestHandover()
DCallsManager.java922 Bundle extras, boolean isLegacy) { in onHandoverRequested() argument
923 if (isLegacy) { in onHandoverRequested()
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp1719 jboolean isLegacy = env->CallBooleanMethod(i, methodId); in parseParams() local
1736 if (isLegacy) props |= 0x10; in parseParams()