/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/ |
D | UtilsTest.java | 113 final String percentage = Utils.formatPercentage(TEST_PERCENTAGES[i], true); in testFormatPercentage_RoundTrue_RoundUpIfPossible() local 125 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/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/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | KeyguardIndicationController.java | 404 String percentage = NumberFormat.getPercentInstance() in updateIndication() local 541 String percentage = NumberFormat.getPercentInstance() in computePowerIndication() local
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | HTTPLiveSource.cpp | 416 int32_t percentage; in onSessionNotify() local
|
D | GenericSource.cpp | 1524 void NuPlayer::GenericSource::notifyBufferingUpdate(int32_t percentage) { in notifyBufferingUpdate() 1598 int percentage = 100.0 * cachedPosUs / mDurationUs; in onPollBuffering() local
|
D | NuPlayer.cpp | 2598 int32_t percentage; in onSourceNotify() local
|
/frameworks/base/services/core/java/com/android/server/power/batterysaver/ |
D | BatterySaverStateMachine.java | 816 final String percentage = NumberFormat.getPercentInstance() in triggerStickyDisabledNotification() local
|
/frameworks/av/media/bufferpool/1.0/ |
D | AccessorImpl.cpp | 242 int percentage(T base, S total) { in percentage() function
|
/frameworks/base/core/java/android/net/ |
D | IConnectivityManager.aidl | 111 void reportInetCondition(int networkType, int percentage); in reportInetCondition()
|
D | ConnectivityManager.java | 2939 public void reportInetCondition(int networkType, int percentage) { in reportInetCondition()
|
/frameworks/av/media/bufferpool/2.0/ |
D | AccessorImpl.cpp | 296 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 | 2270 void LiveSession::notifyBufferingUpdate(int32_t percentage) { in notifyBufferingUpdate()
|
/frameworks/base/services/core/java/com/android/server/ |
D | ConnectivityService.java | 4306 public void reportInetCondition(int networkType, int percentage) { in reportInetCondition()
|