Searched refs:used (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Messaging/
H A DForceProguard.mk16 # 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 DStorageVolumePreference.java78 final String used = Formatter.formatFileSize(context, usedBytes);
80 setSummary(context.getString(R.string.storage_volume_summary, used, total));
/packages/inputmethods/LatinIME/native/dicttoolkit/
H A DAndroid.mk37 # To suppress compiler warnings for unused variables/functions used for debug features etc.
/packages/apps/Settings/src/com/android/settings/datausage/
H A DDataUsageSummary.java394 String used;
396 used = Formatter.formatFileSize(mActivity, 0);
398 used = Formatter.formatFileSize(mActivity, info.usageLevel);
400 used = Utils.formatPercentage(info.usageLevel, info.limitLevel);
403 mActivity.getString(R.string.data_usage_summary_format, used));
/packages/apps/TV/src/com/android/tv/parental/
H A DContentRatingSystem.java284 boolean used = false;
287 used = true;
291 if (!used) {
293 " isn't used by any rating");
/packages/inputmethods/LatinIME/native/jni/
H A DAndroid.mk34 # To suppress compiler warnings for unused variables/functions used for debug features etc.
/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java129 // These arrays are used to implement the drag visualization on x-large screens.
130 // They are used as circular arrays, indexed by mDragOutlineCurrent.
233 // Initialize the data structures used for the drag visualization.
244 // Set up all the animations that are used to implement this fading.
1172 private void recycleTempRects(Stack<Rect> used) { argument
1173 while (!used.isEmpty()) {
1174 mTempRectStack.push(used.pop());
1325 * cellY, spanX, spanY) are occupied. This is used when try to move a group of views.
2685 * Indicates that the temporary coordinates should be used to layout the items
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DBaseContactsProvider2Test.java1142 final BitSet used = new BitSet(cursor.getCount());
1149 if (used.get(pos)) continue;
1152 used.set(pos);
1370 * A contact in the database, and the attributes used to create it. Construct using
/packages/apps/Launcher2/src/com/android/launcher2/
H A DCellLayout.java113 // 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 481 milliseconds