Home
last modified time | relevance | path

Searched refs:isNegative (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DResponseData.java268 boolean isNegative = (offSetVal < 0); in getTZOffSetByte()
277 tzOffset = (isNegative ? -1 : 1) * tzOffset; in getTZOffSetByte()
280 return isNegative ? (bcdVal |= 0x08) : bcdVal; in getTZOffSetByte()
/frameworks/av/media/libstagefright/
DMPEG4Writer.cpp1202 bool isNegative = (degreex10000 < 0); in writeLatitude() local
1203 char sign = isNegative? '-': '+'; in writeLatitude()
1227 bool isNegative = (degreex10000 < 0); in writeLongitude() local
1228 char sign = isNegative? '-': '+'; in writeLongitude()
/frameworks/base/core/java/android/net/
DNetworkStats.java112 public boolean isNegative() { in isNegative() method in NetworkStats.Entry
DNetworkStatsHistory.java303 if (entry.isNegative()) { in recordData()
/frameworks/base/api/
Dsystem-current.txt47547 method public abstract boolean isNegative();
Dcurrent.txt45018 method public abstract boolean isNegative();