Searched defs:isLegacy (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp1717 methodId = env->GetMethodID(clazz, "isLegacy", "()Z");
1718 jboolean isLegacy = env->CallBooleanMethod(i, methodId); local
1735 if (isLegacy) props |= 0x10;
/packages/services/Telecomm/src/com/android/server/telecom/
H A DCall.java140 Bundle extras, boolean isLegacy);
216 Bundle extras, boolean isLegacy) {}
3042 Bundle extras, boolean isLegacy) {
3044 l.onHandoverRequested(this, handoverToHandle, videoState, extras, isLegacy);
139 onHandoverRequested(Call call, PhoneAccountHandle handoverTo, int videoState, Bundle extras, boolean isLegacy) argument
215 onHandoverRequested(Call call, PhoneAccountHandle handoverTo, int videoState, Bundle extras, boolean isLegacy) argument
3041 requestHandover(PhoneAccountHandle handoverToHandle, int videoState, Bundle extras, boolean isLegacy) argument
H A DCallsManager.java797 Bundle extras, boolean isLegacy) {
798 if (isLegacy) {
796 onHandoverRequested(Call call, PhoneAccountHandle handoverTo, int videoState, Bundle extras, boolean isLegacy) argument

Completed in 64 milliseconds