/device/google/atv/FrameworkPackageStubs/src/com/android/browser/provider/ |
D | BrowserProvider2.java | 232 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/ |
D | LaunchItemsDbHelper.java | 116 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()
|
D | LaunchItemsManager.java | 157 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/ |
D | DisplayHotplugHelperApp.java | 50 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/ |
D | NotificationCenter.java | 174 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()
|
D | SettingsUtils.java | 69 ret.put(keyVal[0], keyVal[1]); in getAudioManagerParameter()
|
D | BluetoothDeviceService.java | 282 mProxies.put(device, proxy); in addDevice() 725 mLastBatteryRefreshWatch.put(device, stopwatch); in initializeDeviceBatteryLevelRead()
|
/device/google/sunfish/json-c/ |
D | Doxyfile | 29 # 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/ |
D | Doxyfile | 29 # 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/ |
D | Doxyfile | 29 # 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/ |
D | ConnectedDevicesSliceProvider.java | 152 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/ |
D | BaseActivity.java | 126 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/ |
D | BaseActivity.java | 126 keyRunnables.put(keyCode, new Runnable() { in registerKeyHandler() 133 keyDescriptions.put(keyCode, message.toString()); in registerKeyHandler()
|
/device/amlogic/yukawa/binaries/gpu/ |
D | README | 12 library symbols was put at
|
/device/generic/goldfish/camera/ |
D | BlockingQueue.h | 33 bool put(T* x) { in put() function
|
D | CameraDeviceSession.cpp | 494 if (mCaptureRequests.put(&hwReq)) { in processOneCaptureRequest() 544 if (!mDelayedCaptureResults.put(&dcr)) { in captureOneFrame()
|
/device/google/cuttlefish/tests/graphics/src/com/android/cuttlefish/tests/ |
D | CuttlefishDisplayHotplugTest.java | 189 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/ |
D | README.md | 10 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/ |
D | sysfs_gpu_file.te | 3 # to merge it there safely, so put it in device/google/trout as a
|
/device/google/sunfish/vibrator/apex/ |
D | Android.bp | 32 // TODO(b/130058564): should we put vintf framgments within the apex?
|
/device/google/trout/agl_services_build/yocto-layer/meta-google/classes/ |
D | google-image-overlay.bbclass | 2 # put configuration files into rootfs.
|
/device/linaro/poplar/wifi/wifi_hal/ |
D | gscan.cpp | 1260 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()
|
D | wifi_offload.cpp | 120 result = request.put(MKEEP_ALIVE_ATTRIBUTE_IP_PKT, (u8*)mIpPkt, mIpPktLen); in createRequest()
|
/device/google/cuttlefish/shared/config/ |
D | pci.ids | 29 # This is a heavily reduced subset of devices put together to work around an
|
/device/google/atv/MdnsOffloadManagerService/tests/src/com/android/tv/mdnsoffloadmanager/ |
D | FakeMdnsOffloadService.java | 84 mProtocolDataById.put(id, protocolData); in addProtocolResponses()
|