OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isHighPriority
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/cat/
TextMessage.java
28
public boolean
isHighPriority
= false;
41
isHighPriority
= in.readInt() == 1 ? true : false;
56
dest.writeInt(
isHighPriority
? 1 : 0);
CommandParamsFactory.java
305
textMsg.
isHighPriority
= (cmdDet.commandQualifier & 0x01) != 0;
[
all
...]
Completed in 24 milliseconds