OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UpdateLinkPropertyResult
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcController.java
29
import com.android.internal.telephony.dataconnection.DataConnection.
UpdateLinkPropertyResult
;
241
UpdateLinkPropertyResult
result = dc.updateLinkProperty(newState);
DataConnection.java
263
static class
UpdateLinkPropertyResult
{
267
public
UpdateLinkPropertyResult
(LinkProperties curLp) {
273
UpdateLinkPropertyResult
updateLinkProperty(DataCallResponse newState) {
274
UpdateLinkPropertyResult
result = new
UpdateLinkPropertyResult
(mLinkProperties);
[
all
...]
Completed in 76 milliseconds