OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UpdateLinkPropertyResult
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/
DataConnectionAc.java
19
import com.android.internal.telephony.DataConnection.
UpdateLinkPropertyResult
;
314
public
UpdateLinkPropertyResult
rspUpdateLinkPropertiesDataCallState(Message response) {
315
UpdateLinkPropertyResult
retVal = (
UpdateLinkPropertyResult
)response.obj;
325
public
UpdateLinkPropertyResult
updateLinkPropertiesDataCallStateSync(DataCallState newState) {
333
return new
UpdateLinkPropertyResult
(new LinkProperties());
DataConnection.java
524
public static class
UpdateLinkPropertyResult
{
528
public
UpdateLinkPropertyResult
(LinkProperties curLp) {
534
private
UpdateLinkPropertyResult
updateLinkProperty(DataCallState newState) {
535
UpdateLinkPropertyResult
result = new
UpdateLinkPropertyResult
(mLinkProperties);
633
UpdateLinkPropertyResult
result =
[
all
...]
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmDataConnectionTracker.java
58
import com.android.internal.telephony.DataConnection.
UpdateLinkPropertyResult
;
[
all
...]
Completed in 26 milliseconds