Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DUtils.java107 public static String formatPercentage(int percentage) { in formatPercentage()
112 private static String formatPercentage(double percentage) { in formatPercentage()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardStatusBarView.java231 String percentage = NumberFormat.getPercentInstance().format((double) level / 100.0); in onBatteryLevelChanged() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DBatteryTile.java114 String percentage = NumberFormat.getPercentInstance().format((double) level / 100.0); in handleUpdateState() local
/frameworks/av/media/libmediaplayerservice/nuplayer/
DHTTPLiveSource.cpp374 int32_t percentage; in onSessionNotify() local
DGenericSource.cpp1632 void NuPlayer::GenericSource::BufferingMonitor::notifyBufferingUpdate_l(int32_t percentage) { in notifyBufferingUpdate_l()
1778 int percentage = 100.0 * cachedPosUs / mDurationUs; in onPollBuffering_l() local
DNuPlayer.cpp2213 int32_t percentage; in onSourceNotify() local
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
DUiObject.java930 float percentage = percent / 100f; in pinchOut() local
968 float percentage = percent / 100f; in pinchIn() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerNotificationWarnings.java154 …final String percentage = NumberFormat.getPercentInstance().format((double) mBatteryLevel / 100.0); in showWarningNotification() local
/frameworks/base/core/java/android/net/
DIConnectivityManager.aidl100 void reportInetCondition(int networkType, int percentage); in reportInetCondition()
DConnectivityManager.java2249 public void reportInetCondition(int networkType, int percentage) { in reportInetCondition()
/frameworks/base/core/java/com/android/internal/app/procstats/
DProcessState.java920 final double percentage = (double) totals.totalTime / (double) totalTime * 100; in dumpProcessSummaryDetails() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DConnectivityServiceMock.java671 public void reportInetCondition(int networkType, int percentage) { in reportInetCondition()
/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp2246 void LiveSession::notifyBufferingUpdate(int32_t percentage) { in notifyBufferingUpdate()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java3128 public void reportInetCondition(int networkType, int percentage) { in reportInetCondition()