Searched refs:RESULT_ERROR_ILLEGAL_STATE (Results 1 – 9 of 9) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | CellularDataService.java | 77 ? DataServiceCallback.RESULT_ERROR_ILLEGAL_STATE in CellularDataServiceProvider() 83 ? DataServiceCallback.RESULT_ERROR_ILLEGAL_STATE in CellularDataServiceProvider() 88 ? DataServiceCallback.RESULT_ERROR_ILLEGAL_STATE in CellularDataServiceProvider() 93 ? DataServiceCallback.RESULT_ERROR_ILLEGAL_STATE in CellularDataServiceProvider() 99 ? DataServiceCallback.RESULT_ERROR_ILLEGAL_STATE in CellularDataServiceProvider()
|
D | DataServiceManager.java | 555 sendCompleteMessage(onCompleteMessage, DataServiceCallback.RESULT_ERROR_ILLEGAL_STATE); in setupDataCall() 571 sendCompleteMessage(onCompleteMessage, DataServiceCallback.RESULT_ERROR_ILLEGAL_STATE); in setupDataCall() 592 sendCompleteMessage(onCompleteMessage, DataServiceCallback.RESULT_ERROR_ILLEGAL_STATE); in deactivateDataCall() 608 sendCompleteMessage(onCompleteMessage, DataServiceCallback.RESULT_ERROR_ILLEGAL_STATE); in deactivateDataCall() 625 sendCompleteMessage(onCompleteMessage, DataServiceCallback.RESULT_ERROR_ILLEGAL_STATE); in setInitialAttachApn() 640 sendCompleteMessage(onCompleteMessage, DataServiceCallback.RESULT_ERROR_ILLEGAL_STATE); in setInitialAttachApn() 659 sendCompleteMessage(onCompleteMessage, DataServiceCallback.RESULT_ERROR_ILLEGAL_STATE); in setDataProfile() 672 sendCompleteMessage(onCompleteMessage, DataServiceCallback.RESULT_ERROR_ILLEGAL_STATE); in setDataProfile() 686 sendCompleteMessage(onCompleteMessage, DataServiceCallback.RESULT_ERROR_ILLEGAL_STATE); in requestDataCallList() 702 sendCompleteMessage(onCompleteMessage, DataServiceCallback.RESULT_ERROR_ILLEGAL_STATE); in requestDataCallList()
|
D | DataConnection.java | 997 } else if (resultCode == DataServiceCallback.RESULT_ERROR_ILLEGAL_STATE) { in onSetupConnectionCompleted()
|
/frameworks/base/telephony/java/android/telephony/ |
D | NetworkServiceCallback.java | 49 RESULT_ERROR_ILLEGAL_STATE, RESULT_ERROR_FAILED}) 61 public static final int RESULT_ERROR_ILLEGAL_STATE = 4; field in NetworkServiceCallback
|
/frameworks/base/telephony/java/android/telephony/data/ |
D | DataServiceCallback.java | 53 RESULT_ERROR_ILLEGAL_STATE}) 65 public static final int RESULT_ERROR_ILLEGAL_STATE = 4; field in DataServiceCallback
|
/frameworks/base/telephony/api/ |
D | system-current.txt | 365 field public static final int RESULT_ERROR_ILLEGAL_STATE = 4; // 0x4 1134 field public static final int RESULT_ERROR_ILLEGAL_STATE = 4; // 0x4
|
/frameworks/base/api/ |
D | system-current.txt | 8591 field public static final int RESULT_ERROR_ILLEGAL_STATE = 4; // 0x4 9362 field public static final int RESULT_ERROR_ILLEGAL_STATE = 4; // 0x4
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 8489 field public static final int RESULT_ERROR_ILLEGAL_STATE = 4; // 0x4 9260 field public static final int RESULT_ERROR_ILLEGAL_STATE = 4; // 0x4
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 67465 Landroid/telephony/data/DataServiceCallback;->RESULT_ERROR_ILLEGAL_STATE:I 68753 Landroid/telephony/NetworkServiceCallback;->RESULT_ERROR_ILLEGAL_STATE:I
|