Searched refs:used (Results 1 - 14 of 14) sorted by relevance
/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/ |
H A D | StorageSummaryDonutPreferenceController.java | 85 * @param used Total number of used bytes on the summarized volume. 88 public void updateBytes(long used, long total) { argument 89 mUsedBytes = used;
|
/packages/apps/Messaging/ |
H A D | ForceProguard.mk | 16 # switch to/from eng builds. This is determined by comparing the flag files used in the previous 31 $(info *** Flag files used for proguard have changed; forcing proguard to rerun.)
|
/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
H A D | StorageVolumePreference.java | 79 final String used = Formatter.formatFileSize(context, usedBytes); 81 setSummary(context.getString(R.string.storage_volume_summary, used, total));
|
/packages/apps/TimeZoneData/oem_template/data_app/testing/ |
H A D | Android.mk | 15 # Targets for creating signed test versions of the time zone data app that can be used for 20 # Paths used to find files shared with AOSP.
|
/packages/apps/Settings/src/com/android/settings/datausage/ |
H A D | DataPlanUsageSummary.java | 337 String used; 339 used = Formatter.formatFileSize(mActivity, 0); 341 used = Formatter.formatFileSize(mActivity, info.usageLevel); 343 used = Utils.formatPercentage(info.usageLevel, info.limitLevel); 346 mActivity.getString(R.string.data_usage_summary_format, used));
|
H A D | DataUsageSummary.java | 362 String used; 364 used = Formatter.formatFileSize(mActivity, 0); 366 used = Formatter.formatFileSize(mActivity, info.usageLevel); 368 used = Utils.formatPercentage(info.usageLevel, info.limitLevel); 371 mActivity.getString(R.string.data_usage_summary_format, used));
|
/packages/apps/TimeZoneData/oem_template/data_app_prebuilt/ |
H A D | include_app_prebuilt.mk | 39 # and so this .mk can be used for prod and test targets.
|
/packages/inputmethods/LatinIME/native/dicttoolkit/ |
H A D | Android.mk | 37 # To suppress compiler warnings for unused variables/functions used for debug features etc.
|
/packages/apps/TV/src/com/android/tv/parental/ |
H A D | ContentRatingSystem.java | 293 boolean used = false; 296 used = true; 300 if (!used) { 302 " isn't used by any rating");
|
/packages/inputmethods/LatinIME/native/jni/ |
H A D | Android.mk | 34 # To suppress compiler warnings for unused variables/functions used for debug features etc.
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | CellLayout.java | 122 // These arrays are used to implement the drag visualization on x-large screens. 123 // They are used as circular arrays, indexed by mDragOutlineCurrent. 230 // Initialize the data structures used for the drag visualization. 241 // Set up all the animations that are used to implement this fading. 1109 private void recycleTempRects(Stack<Rect> used) { argument 1110 while (!used.isEmpty()) { 1111 mTempRectStack.push(used.pop()); 1262 * cellY, spanX, spanY) are occupied. This is used when try to move a group of views. 2634 * Indicates that the temporary coordinates should be used to layout the items
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
H A D | BaseContactsProvider2Test.java | 1153 final BitSet used = new BitSet(cursor.getCount()); 1160 if (used.get(pos)) continue; 1163 used.set(pos); 1398 * A contact in the database, and the attributes used to create it. Construct using
|
/packages/apps/Dialer/ |
H A D | Android.mk | 52 # Exclude testing only class, not used anywhere here
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
H A D | CellLayout.java | 113 // These arrays are used to implement the drag visualization on x-large screens. 114 // They are used as circular arrays, indexed by mDragOutlineCurrent. 222 // Initialize the data structures used for the drag visualization. 235 // Set up all the animations that are used to implement this fading. 1351 private void recycleTempRects(Stack<Rect> used) { argument 1352 while (!used.isEmpty()) { 1353 mTempRectStack.push(used.pop()); 1512 * cellY, spanX, spanY) are occupied. This is used when try to move a group of views. 3190 * Indicates that the temporary coordinates should be used to layout the items
|
Completed in 301 milliseconds