/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/data/ |
D | DataRepository.kt | 66 operator fun get(key: K): V { in <lambda>() method in com.android.permissioncontroller.permission.data.DataRepository 212 operator fun <K1, K2, V : DataRepository.InactiveTimekeeper> DataRepository<Pair<K1, K2>, V>.get( in get() method 223 .get(k1: K1, k2: K2, k3: K3): V { in get() method 231 .get(k1: K1, k2: K2, deviceId: Int): V { in get() method 242 .get( in get() method 255 .get(key: Pair<K1, K2>): V { in get() method 266 .get(k1: K1, k2: K2, k3: K3, deviceId: Int): V { in get() method 277 .get(k1: K1, k2: K2, k3: K3): V { in get() method 287 .get(key: Triple<K1, K2, K3>): V { in get() method
|
/packages/modules/OnDevicePersonalization/src/com/android/libraries/pcc/chronicle/api/optics/ |
D | Lens.kt | 87 abstract fun get(entity: S): A in get() method 177 override fun get(entity: S): NewA = other.get(this@Lens.get(entity) as AIn) in compose() method 222 override fun get(entity: Entity): Focus = getter(entity) in create() method 243 override fun get(entity: S): A = getter(entity) in create() method
|
/packages/services/Car/car-lib/src/android/car/util/concurrent/ |
D | AsyncFuture.java | 46 T get() throws InterruptedException, ExecutionException; in get() method 52 T get(long timeout, @NonNull TimeUnit unit) in get() method
|
D | AndroidAsyncFuture.java | 40 public T get() throws InterruptedException, ExecutionException { in get() method in AndroidAsyncFuture 45 public T get(long timeout, TimeUnit unit) in get() method in AndroidAsyncFuture
|
/packages/services/Car/car-lib/src/android/car/ |
D | SyncResultCallback.java | 53 public V get() throws InterruptedException { in get() method in SyncResultCallback 70 public V get(long timeout, @Nullable TimeUnit unit) in get() method in SyncResultCallback
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
D | Config.java | 36 public static synchronized AlbumSetPage get(Context context) { in get() method in Config.AlbumSetPage 87 public static synchronized AlbumPage get(Context context) { in get() method in Config.AlbumPage 112 public static synchronized ManageCachePage get(Context context) { in get() method in Config.ManageCachePage
|
D | TransitionStore.java | 33 public <T> T get(Object key) { in get() method in TransitionStore 38 public <T> T get(Object key, T valueIfNull) { in get() method in TransitionStore
|
/packages/apps/Contacts/src/com/android/contacts/vcard/ |
D | ProcessorBase.java | 64 public final Object get() { in get() method in ProcessorBase 72 public final Object get(long timeout, TimeUnit unit) { in get() method in ProcessorBase
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
D | AnimatorUtils.kt | 52 override fun get(view: View): Int { in <lambda>() method 87 override fun get(view: ImageView): Int { in <lambda>() method 99 override fun get(view: ImageView): Int? { in <lambda>() method 188 override fun get(view: View): Int { in <lambda>() method 198 override fun get(view: View): Int { in <lambda>() method 208 override fun get(view: View): Int { in <lambda>() method 218 override fun get(view: View): Int { in <lambda>() method
|
/packages/apps/Camera2/src/com/android/camera/one/v2/autofocus/ |
D | AFTriggerResult.java | 90 public boolean get() throws InterruptedException { in get() method in AFTriggerResult 104 public boolean get(long timeout, TimeUnit timeUnit) throws InterruptedException, in get() method in AFTriggerResult
|
D | AETriggerResult.java | 93 public boolean get() throws InterruptedException { in get() method in AETriggerResult 107 public boolean get(long timeout, TimeUnit timeUnit) throws InterruptedException, in get() method in AETriggerResult
|
/packages/modules/GeoTZ/data_pipeline/src/main/java/com/android/timezone/location/data_pipeline/util/ |
D | NamedFuture.java | 63 public V get() throws InterruptedException, ExecutionException { in get() method in NamedFuture 68 public V get(long l, TimeUnit timeUnit) in get() method in NamedFuture
|
/packages/modules/OnDevicePersonalization/src/com/android/libraries/pcc/chronicle/util/ |
D | TypedMap.kt | 44 operator fun <T> get(key: Key<T>): T? { in get() method in com.android.libraries.pcc.chronicle.util.MutableTypedMap 91 operator fun <T> get(key: Key<T>): T? = map[key] in get() method
|
/packages/inputmethods/LatinIME/tools/dicttool/compat/android/util/ |
D | SparseIntArray.java | 42 public int get(final int key) { in get() method in SparseIntArray 46 public int get(final int key, final int valueIfKeyNotFound) { in get() method in SparseIntArray
|
D | SparseArray.java | 55 public E get(final int key) { in get() method in SparseArray 59 public E get(final int key, final E valueIfKeyNotFound) { in get() method in SparseArray
|
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/ |
D | ExternalApproverManager.java | 78 public List<ApproverEntry> get(@Nullable IBinder key) { in get() method in ExternalApproverManager 88 public ApproverEntry get(@Nullable MacAddress deviceAddress) { in get() method in ExternalApproverManager 94 public ApproverEntry get(@Nullable IBinder key, in get() method in ExternalApproverManager
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | DeviceConfigHelper.kt | 50 override fun <T : Any> get(key: String, fallback: T): T { in <lambda>() method in com.android.quickstep.util.DeviceConfigHelper 88 override fun <T : Any> get(key: String, fallback: T): T { in <lambda>() method 114 fun <T : Any> get(key: String, fallback: T): T in <lambda>() method 121 fun <T : Any> get(key: String, fallback: T, desc: String? = null): T { in <lambda>() method in com.android.quickstep.util.DeviceConfigHelper.PropReader
|
/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/repositories/appactions/ |
D | AppLaunchProviderFactory.kt | 68 fun get(providerType: AppLauncherProviderType): AppLaunchProvider? { in get() method
|
/packages/apps/Settings/src/com/android/settings/spa/notification/ |
D | AppNotificationController.kt | 46 fun get(): Boolean = value ?: repository.isEnabled(app).also { in <lambda>() method in com.android.settings.spa.notification.AppNotificationController
|
/packages/apps/Camera2/src/com/android/camera/data/ |
D | PhotoItemFactory.java | 46 public PhotoItem get(Cursor c) { in get() method in PhotoItemFactory 56 public PhotoItem get(Uri uri) { in get() method in PhotoItemFactory
|
D | VideoItemFactory.java | 49 public VideoItem get(Cursor c) { in get() method in VideoItemFactory 60 public VideoItem get(Uri uri) { in get() method in VideoItemFactory
|
/packages/apps/Dialer/java/com/android/dialer/searchfragment/cp2/ |
D | ContactTernarySearchTree.java | 67 public Set<Integer> get(String key) { in get() method in ContactTernarySearchTree 72 private Node get(Node node, String key, int position) { in get() method in ContactTernarySearchTree
|
/packages/modules/Bluetooth/service/src/ |
D | AdapterState.kt | 39 fun get(): Int = _uiState.replayCache.get(0) in get() method
|
/packages/services/Car/car-lib/src/android/car/annotation/ |
D | ApiRequirements.java | 93 public android.car.CarVersion get() { in get() method in ApiRequirements.CarVersion 118 public android.car.PlatformVersion get() { in get() method in ApiRequirements.PlatformVersion
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | LauncherPrefs.kt | 57 fun <T> get(item: ContextualItem<T>): T = in <lambda>() method in com.android.launcher3.LauncherPrefs 61 fun <T> get(item: ConstantItem<T>): T = getInner(item, item.defaultValue) in <lambda>() method in com.android.launcher3.LauncherPrefs 253 @JvmStatic fun get(context: Context): LauncherPrefs = INSTANCE.get(context) in <lambda>() method 401 fun get(c: Context): T = LauncherPrefs.get(c).get(this) in to() method in com.android.launcher3.ConstantItem 420 fun get(c: Context): T = LauncherPrefs.get(c).get(this) in get() method
|