Home
last modified time | relevance | path

Searched defs:percentage (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardStatusBarView.java159 String percentage = NumberFormat.getPercentInstance().format((double) level / 100.0); in onBatteryLevelChanged() local
DStatusBarHeaderView.java405 String percentage = NumberFormat.getPercentInstance().format((double) level / 100.0); in onBatteryLevelChanged() local
/frameworks/av/media/libmediaplayerservice/nuplayer/
DHTTPLiveSource.cpp369 int32_t percentage; in onSessionNotify() local
DGenericSource.cpp566 void NuPlayer::GenericSource::notifyBufferingUpdate(int32_t percentage) { in notifyBufferingUpdate()
693 int percentage = 100.0 * cachedPosUs / mDurationUs; in onPollBuffering() local
DNuPlayer.cpp2092 int32_t percentage; in onSourceNotify() local
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
DUiObject.java927 float percentage = percent / 100f; in pinchOut() local
965 float percentage = percent / 100f; in pinchIn() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerNotificationWarnings.java174 …final String percentage = NumberFormat.getPercentInstance().format((double) mBatteryLevel / 100.0); in showWarningNotification() local
/frameworks/base/core/java/android/net/
DIConnectivityManager.aidl95 void reportInetCondition(int networkType, int percentage); in reportInetCondition()
DConnectivityManager.java1714 public void reportInetCondition(int networkType, int percentage) { in reportInetCondition()
/frameworks/av/media/libstagefright/
DAwesomePlayer.cpp743 int percentage = 100.0 * (double)cachedDurationUs / mDurationUs; in onBufferingUpdate() local
793 int percentage = 100.0 * (double)cachedDurationUs / mDurationUs; in onBufferingUpdate() local
/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp2246 void LiveSession::notifyBufferingUpdate(int32_t percentage) { in notifyBufferingUpdate()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java2643 public void reportInetCondition(int networkType, int percentage) { in reportInetCondition()
/frameworks/base/core/java/com/android/internal/app/
DProcessStats.java1086 double percentage = (double) totals.totalTime / (double) totalTime * 100; in dumpProcessSummaryDetails() local