-- Add interface in IImsUtListener to get data for UNSOL_ON_SS. -- Add new file ImsSsData to store the data received as part of UNSOL_ON_SS. -- Add approprate error codes and strings to support to show error dialogs to user. -- Add ImsUtInterface API's to indicate UNSOL_ON_SS to ImsPhoneCallTracker. Test: Manual Bug: 64685331 Change-Id: I023c1af0d521e5b19ecce1576c4caa299ae468e3
20 lines
669 B
Plaintext
20 lines
669 B
Plaintext
/*
|
|
* Copyright (c) 2017 The Android Open Source Project
|
|
*
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
* you may not use this file except in compliance with the License.
|
|
* You may obtain a copy of the License at
|
|
*
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
* See the License for the specific language governing permissions and
|
|
* limitations under the License.
|
|
*/
|
|
|
|
package com.android.ims;
|
|
|
|
parcelable ImsSsData;
|