OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DataAllowFailReasonType
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTracker.java
183
private HashSet<
DataAllowFailReasonType
> mDataAllowFailReasonSet = new HashSet<>();
185
public void addDataAllowFailReason(
DataAllowFailReasonType
type) {
192
for(
DataAllowFailReasonType
reason : mDataAllowFailReasonSet) {
198
public boolean isFailForSingleReason(
DataAllowFailReasonType
failReasonType) {
213
public enum
DataAllowFailReasonType
{
226
DataAllowFailReasonType
(String reason) {
[
all
...]
/frameworks/base/
compiled-classes-phone
[
all
...]
Completed in 48 milliseconds