Searched refs:slotSize (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/core/java/android/database/sqlite/ |
H A D | SQLiteOpenHelper.java | 227 public void setLookasideConfig(@IntRange(from = 0) final int slotSize, in setLookasideConfig() 234 mOpenParamsBuilder.setLookasideConfig(slotSize, slotCount); in setLookasideConfig()
|
H A D | SQLiteDatabase.java | 2904 public Builder setLookasideConfig(@IntRange(from = 0) final int slotSize, in setLookasideConfig() 2906 Preconditions.checkArgument(slotSize >= 0, in setLookasideConfig() 2911 (slotSize > 0 && slotCount > 0) || (slotCount == 0 && slotSize == 0), in setLookasideConfig() 2912 "Invalid configuration: %d, %d", slotSize, slotCount); in setLookasideConfig() 2914 mLookasideSlotSize = slotSize; in setLookasideConfig()
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
H A D | BackgroundRestrictionTest.java | 2845 long slotSize, long maxTrackingDuration, long[] timestamps) { in createBaseAppStateTimeSlotEvents() argument 2847 0, "", 1, slotSize, "", () -> maxTrackingDuration) {}; in createBaseAppStateTimeSlotEvents()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |