Searched refs:LONG_DEFAULT (Results 1 – 5 of 5) sorted by relevance
29 …static com.android.providers.media.photopicker.data.PickerDbFacade.QueryFilterBuilder.LONG_DEFAULT;70 mSizeBytes = LONG_DEFAULT; in CloudProviderQueryExtras()71 mGeneration = LONG_DEFAULT; in CloudProviderQueryExtras()121 final long sizeBytes = bundle.getLong(MediaStore.QUERY_ARG_SIZE_BYTES, LONG_DEFAULT); in fromMediaStoreBundle()122 final long generation = LONG_DEFAULT; in fromMediaStoreBundle()156 LONG_DEFAULT); in fromCloudMediaBundle()158 LONG_DEFAULT); in fromCloudMediaBundle()
32 …static com.android.providers.media.photopicker.data.PickerDbFacade.QueryFilterBuilder.LONG_DEFAULT;379 if (generation > LONG_DEFAULT) {
749 public static final long LONG_DEFAULT = -1; field in PickerDbFacade.QueryFilterBuilder760 private long id = LONG_DEFAULT;762 private long sizeBytes = LONG_DEFAULT;
26 …static com.android.providers.media.photopicker.data.PickerDbFacade.QueryFilterBuilder.LONG_DEFAULT;165 STRING_ARRAY_DEFAULT, /* sizeBytes */ LONG_DEFAULT, in getDeletedMedia()571 if (sizeBytes != LONG_DEFAULT && media.sizeBytes > sizeBytes) { in matchesFilter()
23 …static com.android.providers.media.photopicker.data.PickerDbFacade.QueryFilterBuilder.LONG_DEFAULT;98 private static final long SIZE_BYTES_DEFAULT = LONG_DEFAULT;