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

/frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
H A DDefaultContainerService.java172 return isUnderInternalThreshold(apkFile, threshold);
460 fitsOnInternal = isUnderInternalThreshold(apkFile, threshold);
514 private boolean isUnderInternalThreshold(File apkFile, long threshold) method in class:DefaultContainerService

Completed in 78 milliseconds