| /frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/ |
| D | UtilsTest.java | 109 final String percentage = Utils.formatPercentage(TEST_PERCENTAGES[i], true); in testFormatPercentage_RoundTrue_RoundUpIfPossible() local 121 final String percentage = Utils.formatPercentage(TEST_PERCENTAGES[i], false); in testFormatPercentage_RoundFalse_NoRound() local
|
| /frameworks/base/packages/SettingsLib/src/com/android/settingslib/ |
| D | Utils.java | 151 public static String formatPercentage(double percentage, boolean round) { in formatPercentage() 162 public static String formatPercentage(int percentage) { in formatPercentage() 167 public static String formatPercentage(double percentage) { in formatPercentage()
|
| /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
| D | AbUpdateInstaller.java | 270 public void onStatusUpdate(int statusCode, float percentage) { in onStatusUpdate()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/power/ |
| D | PowerNotificationWarnings.java | 254 final String percentage = NumberFormat.getPercentInstance() in showWarningNotification() local 325 private String getHybridContentString(String percentage) { in getHybridContentString()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
| D | KeyguardIndicationController.java | 371 String percentage = NumberFormat.getPercentInstance() in updateIndication() local 510 String percentage = NumberFormat.getPercentInstance() in computePowerIndication() local
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
| D | BatteryControllerImpl.java | 220 String percentage = NumberFormat.getPercentInstance().format((double) mLevel / 100.0); in generateTimeRemainingString() local
|
| /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
| D | UiObject.java | 930 float percentage = percent / 100f; in pinchOut() local 968 float percentage = percent / 100f; in pinchIn() local
|
| /frameworks/av/media/libmediaplayerservice/nuplayer/ |
| D | HTTPLiveSource.cpp | 416 int32_t percentage; in onSessionNotify() local
|
| D | GenericSource.cpp | 1522 void NuPlayer::GenericSource::notifyBufferingUpdate(int32_t percentage) { in notifyBufferingUpdate() 1596 int percentage = 100.0 * cachedPosUs / mDurationUs; in onPollBuffering() local
|
| D | NuPlayer.cpp | 2596 int32_t percentage; in onSourceNotify() local
|
| /frameworks/av/media/libmediaplayer2/nuplayer2/ |
| D | HTTPLiveSource2.cpp | 418 int32_t percentage; in onSessionNotify() local
|
| D | GenericSource2.cpp | 1366 void NuPlayer2::GenericSource2::notifyBufferingUpdate(int32_t percentage) { in notifyBufferingUpdate() 1414 int percentage = 100.0 * cachedPosUs / mDurationUs; in onPollBuffering() local
|
| D | NuPlayer2.cpp | 2819 int32_t percentage; in onSourceNotify() local
|
| /frameworks/base/services/core/java/com/android/server/power/batterysaver/ |
| D | BatterySaverStateMachine.java | 808 final String percentage = NumberFormat.getPercentInstance() in triggerStickyDisabledNotification() local
|
| /frameworks/av/media/bufferpool/1.0/ |
| D | AccessorImpl.cpp | 241 int percentage(T base, S total) { in percentage() function
|
| /frameworks/base/core/java/android/net/ |
| D | IConnectivityManager.aidl | 115 void reportInetCondition(int networkType, int percentage); in reportInetCondition()
|
| D | ConnectivityManager.java | 2907 public void reportInetCondition(int networkType, int percentage) { in reportInetCondition()
|
| /frameworks/av/media/bufferpool/2.0/ |
| D | AccessorImpl.cpp | 295 int percentage(T base, S total) { in percentage() function
|
| /frameworks/base/core/java/com/android/internal/app/procstats/ |
| D | ProcessState.java | 1021 final double percentage = (double) totals.totalTime / (double) totalTime * 100; in dumpProcessSummaryDetails() local
|
| /frameworks/av/media/libstagefright/httplive/ |
| D | LiveSession.cpp | 2269 void LiveSession::notifyBufferingUpdate(int32_t percentage) { in notifyBufferingUpdate()
|
| /frameworks/base/services/core/java/com/android/server/ |
| D | ConnectivityService.java | 4093 public void reportInetCondition(int networkType, int percentage) { in reportInetCondition()
|