| /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/modules/Bluetooth/system/gd/rust/common/src/ | 
| D | sys_prop.rs | 5 pub fn get(name: &str) -> Option<String> {  in get()  function 12 pub fn get(_name: &str) -> Option<String> {  in get()  function
  | 
| /packages/services/Car/car-lib/src/android/car/util/concurrent/ | 
| D | AsyncFuture.java | 48     T get() throws InterruptedException, ExecutionException;  in get()  method 55     T get(long timeout, @NonNull TimeUnit unit)  in get()  method
  | 
| D | AndroidAsyncFuture.java | 42     public T get() throws InterruptedException, ExecutionException {  in get()  method in AndroidAsyncFuture 48     public T get(long timeout, TimeUnit unit)  in get()  method in AndroidAsyncFuture
  | 
| /packages/services/Car/car-lib/src/android/car/ | 
| D | SyncResultCallback.java | 56     public V get() throws InterruptedException {  in get()  method in SyncResultCallback 75     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 | 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
  | 
| 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
  | 
| /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/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/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/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/Settings/src/com/android/settings/spa/notification/ | 
| D | AppNotificationController.kt | 46         fun get(): Boolean = value ?: repository.isEnabled(app).also {  in <lambda>()  method
  | 
| /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/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 181 operator fun <K1, K2, V : DataRepository.InactiveTimekeeper> DataRepository<Pair<K1, K2>, V>.get(  in get()  method 192     DataRepository<Triple<K1, K2, K3>, V>.get(  in get()  method
  | 
| /packages/services/Car/car-lib/src/android/car/annotation/ | 
| D | ApiRequirements.java | 92         public android.car.CarVersion get() {  in get()  method in ApiRequirements.CarVersion 116         public android.car.PlatformVersion get() {  in get()  method in ApiRequirements.PlatformVersion
  | 
| /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/providers/ContactsProvider/src/com/android/providers/contacts/ | 
| D | AccountWithDataSet.java | 61     public static AccountWithDataSet get(String accountName, String accountType, String dataSet) {  in get()  method in AccountWithDataSet 65     public static AccountWithDataSet get(Account account, String dataSet) {  in get()  method in AccountWithDataSet
  | 
| /packages/apps/Dialer/java/com/android/voicemail/impl/mail/ | 
| D | PackedString.java | 59   public String get(String tag) {  in get()  method in PackedString 153     public String get(String tag) {  in get()  method in PackedString.Builder
  | 
| /packages/apps/Launcher3/src/com/android/launcher3/util/ | 
| D | Partner.java | 45     public static Partner get(PackageManager pm) {  in get()  method in Partner 52     public static Partner get(PackageManager pm, String action) {  in get()  method in Partner
  |