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

/frameworks/base/telephony/java/com/android/internal/telephony/cat/
H A DResponseData.java265 boolean isNegative = (offSetVal < 0);
274 tzOffset = (isNegative ? -1 : 1) * tzOffset;
277 return isNegative ? (bcdVal |= 0x08) : bcdVal;
/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp977 bool isNegative = (degreex10000 < 0); local
978 char sign = isNegative? '-': '+';
1002 bool isNegative = (degreex10000 < 0); local
1003 char sign = isNegative? '-': '+';
/frameworks/base/core/java/android/net/
H A DNetworkStats.java105 public boolean isNegative() { method in class:NetworkStats.Entry
H A DNetworkStatsHistory.java295 if (entry.isNegative()) {

Completed in 73 milliseconds