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.cpp1274 bool isNegative = (degreex10000 < 0); in writeLatitude() local
1275 char sign = isNegative? '-': '+'; in writeLatitude()
1299 bool isNegative = (degreex10000 < 0); in writeLongitude() local
1300 char sign = isNegative? '-': '+'; in writeLongitude()
/frameworks/base/core/java/android/net/
DNetworkStatsHistory.java303 if (entry.isNegative()) { in recordData()
DNetworkStats.java121 public boolean isNegative() { in isNegative() method in NetworkStats.Entry
/frameworks/base/api/
Dcurrent.txt47781 method public abstract boolean isNegative();
Dsystem-current.txt50387 method public abstract boolean isNegative();