Home
last modified time | relevance | path

Searched defs:getAll (Results 1 – 25 of 965) sorted by relevance

12345678910>>...39

/aosp_15_r20/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/category/client /
DLiveWallpapersClient.kt33 fun getAll(excludedPackageNames: Set<String?>?): List<WallpaperInfo> method
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/db/
DBatteryUsageSlotDao.kt32 fun getAll(): List<BatteryUsageSlotEntity> method
DBatteryEventDao.kt34 fun getAll(): List<BatteryEventEntity> method
/aosp_15_r20/packages/modules/AdServices/shared/testing-libraries/side-less/java/com/android/adservices/shared/testing/
DSystemPropertiesHelper.java76 public List<NameValuePair> getAll(NameValuePair.Matcher matcher) { in getAll() method in SystemPropertiesHelper
130 public List<NameValuePair> getAll(NameValuePair.Matcher propertyMatcher) { in getAll() method in SystemPropertiesHelper.Interface
DDeviceConfigHelper.java138 public List<NameValuePair> getAll() { in getAll() method in DeviceConfigHelper
372 public List<NameValuePair> getAll() { in getAll() method in DeviceConfigHelper.Interface
/aosp_15_r20/platform_testing/libraries/app-helpers/core/src/android/platform/helpers/
H A DHelperManager.java193 private <T extends ITestHelper> List<T> getAll(Class<T> base, String keyword) { in getAll() method in HelperManager
206 private <T extends ITestHelper> List<T> getAll(Class<T> base, Pattern regex) { in getAll() method in HelperManager
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DRegexLookup.java231 List<T> getAll( in getAll() method
277 public List<T> getAll( in getAll() method in RegexLookup.RegexTree
672 public List<T> getAll( in getAll() method in RegexLookup.StarPatternMap
957 public List<T> getAll( in getAll() method in RegexLookup
/aosp_15_r20/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
H A DGrpcHttp2HeadersUtils.java162 public List<CharSequence> getAll(CharSequence csName) { in getAll() method in GrpcHttp2HeadersUtils.GrpcHttp2InboundHeaders
437 public List<CharSequence> getAll(CharSequence csName) { in getAll() method in GrpcHttp2HeadersUtils.GrpcHttp2RequestHeaders
/aosp_15_r20/out/soong/.intermediates/packages/apps/WallpaperPicker2/WallpaperPicker2Lib/android_common/kapt/gen/stubs/com/android/wallpaper/picker/category/client/
DLiveWallpapersClient.java19 …public abstract java.util.List<com.android.wallpaper.model.WallpaperInfo> getAll(@org.jetbrains.an… in getAll() method
DLiveWallpapersClientImpl.java46 …public java.util.List<com.android.wallpaper.model.WallpaperInfo> getAll(@org.jetbrains.annotations… in getAll() method in LiveWallpapersClientImpl
/aosp_15_r20/external/mockito/src/main/java/org/mockito/internal/verification/
H A DRegisteredInvocations.java19 List<Invocation> getAll(); in getAll() method
H A DSingleRegisteredInvocation.java26 public List<Invocation> getAll() { in getAll() method in SingleRegisteredInvocation
H A DDefaultRegisteredInvocations.java39 public List<Invocation> getAll() { in getAll() method in DefaultRegisteredInvocations
/aosp_15_r20/external/guava/guava/src/com/google/common/cache/
H A DAbstractLoadingCache.java60 public ImmutableMap<K, V> getAll(Iterable<? extends K> keys) throws ExecutionException { in getAll() method in AbstractLoadingCache
H A DLoadingCache.java126 ImmutableMap<K, V> getAll(Iterable<? extends K> keys) throws ExecutionException; in getAll() method
/aosp_15_r20/external/guava/android/guava/src/com/google/common/cache/
H A DAbstractLoadingCache.java60 public ImmutableMap<K, V> getAll(Iterable<? extends K> keys) throws ExecutionException { in getAll() method in AbstractLoadingCache
H A DLoadingCache.java126 ImmutableMap<K, V> getAll(Iterable<? extends K> keys) throws ExecutionException; in getAll() method
/aosp_15_r20/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DFakeLiveWallpaperClientImpl.kt26 override fun getAll(excludedPackageNames: Set<String?>?): List<WallpaperInfo> { in getAll() method in com.android.wallpaper.testing.FakeLiveWallpaperClientImpl
/aosp_15_r20/out/soong/.intermediates/packages/apps/Settings/Settings-core/android_common/kapt/gen/stubs/com/android/settings/fuelgauge/batteryusage/db/
DBatteryUsageSlotDao.java28 …act java.util.List<com.android.settings.fuelgauge.batteryusage.db.BatteryUsageSlotEntity> getAll(); in getAll() method
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/trackselection/
H A DTrackSelectionArray.java51 public @NullableType TrackSelection[] getAll() { in getAll() method in TrackSelectionArray
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/trackselection/
H A DTrackSelectionArray.java53 public @NullableType TrackSelection[] getAll() { in getAll() method in TrackSelectionArray
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/
H A DSharedLibrariesRead.java42 WatchedArrayMap<String, WatchedLongSparseArray<SharedLibraryInfo>> getAll(); in getAll() method
/aosp_15_r20/development/tools/winscope/src/trace/tree_node/
H A Dproperties_provider.ts56 async getAll(): Promise<PropertyTreeNode> { method in PropertiesProvider
/aosp_15_r20/external/icu/android_icu4j/libcore_bridge/src/java/com/android/i18n/timezone/
H A DTelephonyNetworkFinder.java86 public List<TelephonyNetwork> getAll() { in getAll() method in TelephonyNetworkFinder
/aosp_15_r20/external/guice/core/src/com/google/inject/internal/
H A DSingleParameterInjector.java54 static Object[] getAll(InternalContext context, SingleParameterInjector<?>[] parameterInjectors) in getAll() method in SingleParameterInjector

12345678910>>...39