Home
last modified time | relevance | path

Searched refs:firstTime (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/net/
DLinkCapabilities.java306 boolean firstTime = true; in toString()
308 if (firstTime) { in toString()
309 firstTime = false; in toString()
/frameworks/base/core/java/android/animation/
DFloatKeyframeSet.java37 private boolean firstTime = true; field in FloatKeyframeSet
62 if (firstTime) { in getFloatValue()
63 firstTime = false; in getFloatValue()
DIntKeyframeSet.java37 private boolean firstTime = true; field in IntKeyframeSet
62 if (firstTime) { in getIntValue()
63 firstTime = false; in getIntValue()
/frameworks/base/core/java/android/text/
DTextUtils.java281 boolean firstTime = true; in join()
283 if (firstTime) { in join()
284 firstTime = false; in join()
300 boolean firstTime = true; in join()
302 if (firstTime) { in join()
303 firstTime = false; in join()
/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp519 bool firstTime = (mPlaylist == NULL); in onDownloadNext() local
542 if (firstTime) { in onDownloadNext()
/frameworks/base/tools/aapt/
DXMLNode.cpp197 bool firstTime = true; in parseStyledString() local
205 if (firstTime && text.size() > 0) { in parseStyledString()
206 firstTime = false; in parseStyledString()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
DTabletStatusBar.java988 protected void tick(IBinder key, StatusBarNotification n, boolean firstTime) { in tick() argument
995 if (!firstTime && (n.notification.flags & Notification.FLAG_ONLY_ALERT_ONCE) != 0) { in tick()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBaseStatusBar.java803 protected abstract void tick(IBinder key, StatusBarNotification n, boolean firstTime);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java1851 protected void tick(IBinder key, StatusBarNotification n, boolean firstTime) {