Home
last modified time | relevance | path

Searched refs:put (Results 1 – 25 of 41) sorted by relevance

12

/device/google/atv/FrameworkPackageStubs/src/com/android/browser/provider/
DBrowserProvider2.java232 map.put(Accounts.ACCOUNT_TYPE, Accounts.ACCOUNT_TYPE); in map.put()
233 map.put(Accounts.ACCOUNT_NAME, Accounts.ACCOUNT_NAME); in map.put()
234 map.put(Accounts.ROOT_ID, Accounts.ROOT_ID); in map.put()
238 map.put(Bookmarks._ID, qualifyColumn(TABLE_BOOKMARKS, Bookmarks._ID)); in map.put()
239 map.put(Bookmarks.TITLE, Bookmarks.TITLE); in map.put()
240 map.put(Bookmarks.URL, Bookmarks.URL); in map.put()
241 map.put(Bookmarks.FAVICON, Bookmarks.FAVICON); in map.put()
242 map.put(Bookmarks.THUMBNAIL, Bookmarks.THUMBNAIL); in map.put()
243 map.put(Bookmarks.TOUCH_ICON, Bookmarks.TOUCH_ICON); in map.put()
244 map.put(Bookmarks.IS_FOLDER, Bookmarks.IS_FOLDER); in map.put()
[all …]
/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/apps/
DLaunchItemsDbHelper.java116 map.put(componentName, null); in readLastOpens()
118 map.put(componentName, new Date(c.getLong(lastOpenIndex))); in readLastOpens()
137 contentValues.put(AppDbItem.COLUMN_LAST_OPEN, lastOpen.getTime()); in writeLastOpen()
146 contentValues.put(AppDbItem.COLUMN_COMPONENT, componentName.flattenToString()); in writeLastOpen()
175 map.put(componentName, c.getLong(priorityIndex)); in readOrderPriorities()
197 contentValues.put(AppDbItem.COLUMN_ORDER_PRIORITY, priority); in writeOrderPriority()
206 contentValues.put(AppDbItem.COLUMN_COMPONENT, componentName.flattenToString()); in writeOrderPriority()
DLaunchItemsManager.java157 mOobPriority.put(oobOrder[i], (long) oobOrder.length - i); in ensureDatabase()
184 mPriorityMap.put(cn, priority); in getPackagePriority()
417 mLastOpenMap.put(component, now); in notifyItemLaunched()
/device/google/cuttlefish/tests/graphics/hotplug/src/com/android/cuttlefish/
DDisplayHotplugHelperApp.java50 displayInfo.put("id", display.getDisplayId()); in getDisplayInfo()
51 displayInfo.put("width", displayMode.getPhysicalWidth()); in getDisplayInfo()
52 displayInfo.put("height", displayMode.getPhysicalHeight()); in getDisplayInfo()
61 displayInfos.put(getDisplayInfo(display)); in logDisplayInfos()
64 displayInfo.put("displays", displayInfos); in logDisplayInfos()
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/
DNotificationCenter.java174 dfuNotificationSnoozeWatch.put(device, stopwatch); in sendDfuNotificationImpl()
185 dfuNotifications.put(device, notificationId); in sendDfuNotificationImpl()
275 lowBatteryNotifications.put(device, notificationId); in postLowBatteryNotification()
303 criticalBatteryNotifications.put(device, notificationId); in postCriticalBatteryNotification()
328 depletedBatteryNotifications.put(device, notificationId); in postDepletedBatteryNotification()
DSettingsUtils.java69 ret.put(keyVal[0], keyVal[1]); in getAudioManagerParameter()
DBluetoothDeviceService.java282 mProxies.put(device, proxy); in addDevice()
725 mLastBatteryRefreshWatch.put(device, stopwatch); in initializeDeviceBatteryLevelRead()
/device/google/sunfish/json-c/
DDoxyfile29 # base path where the generated documentation will be put.
178 # put the command \sideeffect (or @sideeffect) in the documentation, which
180 # You can put \n's in the value part of an alias to insert newlines.
199 # the same type (for instance a group of public functions) to be put as a
291 # will put a list of the files that are included by a file in the documentation
562 # classes will be put under the same header in the alphabetical index.
577 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put.
579 # put in front of it. If left blank `html' will be used as the default path.
605 # the style sheet file to the HTML output directory, so don't put your own
689 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put.
[all …]
/device/google/coral/json-c/
DDoxyfile29 # base path where the generated documentation will be put.
178 # put the command \sideeffect (or @sideeffect) in the documentation, which
180 # You can put \n's in the value part of an alias to insert newlines.
199 # the same type (for instance a group of public functions) to be put as a
291 # will put a list of the files that are included by a file in the documentation
562 # classes will be put under the same header in the alphabetical index.
577 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put.
579 # put in front of it. If left blank `html' will be used as the default path.
605 # the style sheet file to the HTML output directory, so don't put your own
689 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put.
[all …]
/device/google/redbull/json-c/
DDoxyfile29 # base path where the generated documentation will be put.
178 # put the command \sideeffect (or @sideeffect) in the documentation, which
180 # You can put \n's in the value part of an alias to insert newlines.
199 # the same type (for instance a group of public functions) to be put as a
291 # will put a list of the files that are included by a file in the documentation
562 # classes will be put under the same header in the alphabetical index.
577 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put.
579 # put in front of it. If left blank `html' will be used as the default path.
605 # the style sheet file to the HTML output directory, so don't put your own
689 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put.
[all …]
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/settings/
DConnectedDevicesSliceProvider.java152 mVersionsMap.put(addr, getLocalBluetoothDeviceProvider().getVersion(device)); in updateVersionAndNotify()
194 pinnedUris.put(sliceUri, 0); in onSlicePinned()
196 pinnedUris.put(sliceUri, pinnedUris.get(sliceUri) + 1); in onSlicePinned()
211 pinnedUris.put(sliceUri, newCount); in onSliceUnpinned()
328 addressToDevice.put(device.getAddress(), device); in updateConnectedDevicesSlice()
343 addressToDevice.put(device.getAddress(), device); in updateConnectedDevicesSlice()
/device/sample/apps/tv/SetupCustomizationSample/app/src/main/java/com/google/android/tv/setup/customizationsample/
DBaseActivity.java126 keyRunnables.put(keyCode, new Runnable() { in registerKeyHandler()
133 keyDescriptions.put(keyCode, message.toString()); in registerKeyHandler()
/device/sample/apps/tv/SetupValidation/app/src/main/java/com/google/android/tv/setup/customizationsample/
DBaseActivity.java126 keyRunnables.put(keyCode, new Runnable() { in registerKeyHandler()
133 keyDescriptions.put(keyCode, message.toString()); in registerKeyHandler()
/device/amlogic/yukawa/binaries/gpu/
DREADME12 library symbols was put at
/device/generic/goldfish/camera/
DBlockingQueue.h33 bool put(T* x) { in put() function
DCameraDeviceSession.cpp494 if (mCaptureRequests.put(&hwReq)) { in processOneCaptureRequest()
544 if (!mDelayedCaptureResults.put(&dcr)) { in captureOneFrame()
/device/google/cuttlefish/tests/graphics/src/com/android/cuttlefish/tests/
DCuttlefishDisplayHotplugTest.java189 displayInfos.put(id, HostDisplayInfo.create(id, w, h)); in parseHostDisplayInfos()
229 displayInfos.put(id, GuestDisplayInfo.create(id, w, h)); in parseGuestDisplayInfos()
/device/google/cuttlefish/tools/gigabyte-ampere-cuttlefish-installer/
DREADME.md10 The latest image are always put into https://artifacts.codelinaro.org/ui/native/linaro-372-googlelt…
100 If you have run out of energy or time for your project, put a note at the top of the README saying …
/device/google/trout/sepolicy/vendor/google/
Dsysfs_gpu_file.te3 # to merge it there safely, so put it in device/google/trout as a
/device/google/sunfish/vibrator/apex/
DAndroid.bp32 // TODO(b/130058564): should we put vintf framgments within the apex?
/device/google/trout/agl_services_build/yocto-layer/meta-google/classes/
Dgoogle-image-overlay.bbclass2 # put configuration files into rootfs.
/device/linaro/poplar/wifi/wifi_hal/
Dgscan.cpp1260 result = request.put(GSCAN_ATTRIBUTE_EPNO_SSID, ssid_list[i].ssid, DOT11_MAX_SSID_LEN); in createSetupRequest()
1712 result = request.put(GSCAN_ATTRIBUTE_ANQPO_HS_NAI_REALM, mNetworks[i].realm, 256); in createRequest()
1716 result = request.put(GSCAN_ATTRIBUTE_ANQPO_HS_ROAM_CONSORTIUM_ID, in createRequest()
1721 result = request.put(GSCAN_ATTRIBUTE_ANQPO_HS_PLMN, mNetworks[i].plmn, 3); in createRequest()
Dwifi_offload.cpp120 result = request.put(MKEEP_ALIVE_ATTRIBUTE_IP_PKT, (u8*)mIpPkt, mIpPktLen); in createRequest()
/device/google/cuttlefish/shared/config/
Dpci.ids29 # This is a heavily reduced subset of devices put together to work around an
/device/google/atv/MdnsOffloadManagerService/tests/src/com/android/tv/mdnsoffloadmanager/
DFakeMdnsOffloadService.java84 mProtocolDataById.put(id, protocolData); in addProtocolResponses()

12