AI 144185: Integrate cdma into the main code base.
Automated import of CL 144185
This commit is contained in:
committed by
The Android Open Source Project
parent
e9c08056fa
commit
767a662ecd
@@ -41,14 +41,14 @@ public interface MmiCode
|
||||
* @return Localized message for UI display, valid only in COMPLETE
|
||||
* or FAILED states. null otherwise
|
||||
*/
|
||||
|
||||
|
||||
public CharSequence getMessage();
|
||||
|
||||
/**
|
||||
* Cancels pending MMI request.
|
||||
* State becomes CANCELLED unless already COMPLETE or FAILED
|
||||
*/
|
||||
public void cancel();
|
||||
public void cancel();
|
||||
|
||||
/**
|
||||
* @return true if the network response is a REQUEST for more user input.
|
||||
|
||||
Reference in New Issue
Block a user