diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/java/org/codeaurora/ims/qtiims/QtiImsInterfaceUtils.java | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/java/org/codeaurora/ims/qtiims/QtiImsInterfaceUtils.java b/src/java/org/codeaurora/ims/qtiims/QtiImsInterfaceUtils.java index ef1ab3d55..e59420938 100644 --- a/src/java/org/codeaurora/ims/qtiims/QtiImsInterfaceUtils.java +++ b/src/java/org/codeaurora/ims/qtiims/QtiImsInterfaceUtils.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2015, The Linux Foundation. All rights reserved. + * Copyright (c) 2015, 2016 The Linux Foundation. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -52,9 +52,6 @@ public class QtiImsInterfaceUtils { /* Default error value */ public static final int QTI_IMS_REQUEST_ERROR = 1; - /* Call RAT extra key */ - public static final String QTI_IMS_CALL_RAT_EXTRA_KEY = "callRadioTech"; - /** * Definitions for the call transfer type. For easier implementation, * the transfer type is defined as a bit mask value. |
