Searched refs:isNegative (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DResponseData.java268 boolean isNegative = (offSetVal < 0);
277 tzOffset = (isNegative ? -1 : 1) * tzOffset;
280 return isNegative ? (bcdVal |= 0x08) : bcdVal;
/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp1084 bool isNegative = (degreex10000 < 0); local
1085 char sign = isNegative? '-': '+';
1109 bool isNegative = (degreex10000 < 0); local
1110 char sign = isNegative? '-': '+';
/frameworks/base/core/java/android/net/
H A DNetworkStats.java107 public boolean isNegative() { method in class:NetworkStats.Entry
H A DNetworkStatsHistory.java301 if (entry.isNegative()) {

Completed in 675 milliseconds