HomeSort by relevance Sort by last modified time
    Searched refs:updatedSize (Results 1 - 3 of 3) sorted by null

  /cts/tests/app/src/android/app/cts/
DisplayTest.java 68 final Point updatedSize = new Point();
69 updatedDisplay.getSize(updatedSize);
85 newOrigSize.equals(updatedSize));
  /frameworks/base/core/java/com/android/internal/backup/
LocalTransport.java 267 int updatedSize = totalSize;
272 updatedSize -= curSize.intValue();
274 Log.v(TAG, " delete " + op.key + ", updated total " + updatedSize);
280 updatedSize += op.value.length;
283 + op.key + ", updated total " + updatedSize);
289 if (updatedSize > KEY_VALUE_BACKUP_SIZE_QUOTA) {
291 Log.i(TAG, "New datastore size " + updatedSize
    [all...]
  /cts/tests/framework/base/activitymanager/src/android/server/am/
ActivityManagerMultiDisplayTests.java     [all...]

Completed in 114 milliseconds