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
161
private HashSet<
DataAllowFailReasonType
> mDataAllowFailReasonSet = new HashSet<>();
163
public void addDataAllowFailReason(
DataAllowFailReasonType
type) {
170
for(
DataAllowFailReasonType
reason : mDataAllowFailReasonSet) {
176
public boolean isFailForSingleReason(
DataAllowFailReasonType
failReasonType) {
191
public enum
DataAllowFailReasonType
{
205
DataAllowFailReasonType
(String reason) {
[
all
...]
/frameworks/base/
compiled-classes-phone
[
all
...]
Completed in 629 milliseconds