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.java151 Bundle extras, boolean isLegacy); in onHandoverRequested() argument
237 Bundle extras, boolean isLegacy) {} in onHandoverRequested() argument
3626 Bundle extras, boolean isLegacy) { in requestHandover() argument
3628 l.onHandoverRequested(this, handoverToHandle, videoState, extras, isLegacy); in requestHandover()
DCallsManager.java1033 Bundle extras, boolean isLegacy) { in onHandoverRequested() argument
1034 if (isLegacy) { in onHandoverRequested()
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp1718 jboolean isLegacy = env->CallBooleanMethod(i, methodId); in parseParams() local
1735 if (isLegacy) props |= 0x10; in parseParams()