Home
last modified time | relevance | path

Searched refs:ERROR_NO_RESOURCES (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DKeepaliveStatus.java38 public static final int ERROR_NO_RESOURCES = 2; field in KeepaliveStatus
DDcNetworkAgent.java428 case KeepaliveStatus.ERROR_NO_RESOURCES: in keepaliveStatusErrorToPacketKeepaliveError()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioResponse.java1679 ret = new KeepaliveStatus(KeepaliveStatus.ERROR_NO_RESOURCES); in startKeepaliveResponse()