Searched refs:chip (Results 1 – 6 of 6) sorted by relevance
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | HalDeviceManagerTest.java | 307 mInOrder = inOrder(mServiceManagerMock, mWifiMock, chipMock.chip, in testCacheMismatchError() 391 mInOrder = inOrder(mServiceManagerMock, mWifiMock, chipMock.chip, in testDuplicateAvailableRegistrations() 459 mInOrder = inOrder(mServiceManagerMock, mWifiMock, chipMock.chip, in testStartHalRetryUponNotAvailableFailure() 478 mInOrder = inOrder(mServiceManagerMock, mWifiMock, chipMock.chip); in testStartHalRetryFailUponMultipleNotAvailableFailures() 496 mInOrder = inOrder(mServiceManagerMock, mWifiMock, chipMock.chip); in testStartHalRetryFailUponTrueFailure() 540 mInOrder = inOrder(mServiceManagerMock, mWifiMock, chipMock.chip, in testAndTriggerRttLifecycleCallbacksRegBeforeChipConfig() 562 verify(chipMock.chip).createRttController(any(), any()); in testAndTriggerRttLifecycleCallbacksRegBeforeChipConfig() 594 mInOrder = inOrder(mServiceManagerMock, mWifiMock, chipMock.chip, in testAndTriggerRttLifecycleCallbacksMultiModeChip() 609 mInOrder.verify(chipMock.chip, times(0)).createRttController(any(), any()); in testAndTriggerRttLifecycleCallbacksMultiModeChip() 614 verify(chipMock.chip).createRttController(any(), any()); in testAndTriggerRttLifecycleCallbacksMultiModeChip() [all …]
|
/frameworks/opt/chips/src/com/android/ex/chips/ |
D | RecipientEditTextView.java | 530 for (DrawableRecipientChip chip : mHiddenSpans) { in getAllRecipients() 531 results.add(chip.getEntry()); in getAllRecipients() 1334 for (DrawableRecipientChip chip : chips) { in checkChipWidths() 1335 bounds = chip.getBounds(); in checkChipWidths() 1339 replaceChip(chip, chip.getEntry()); in checkChipWidths() 1471 DrawableRecipientChip chip = null; in createReplacementChip() local 1474 chip = visible ? constructChipSpan(entry) : new InvisibleRecipientChip(entry); in createReplacementChip() 1479 editable.setSpan(chip, tokenStart, tokenEnd, Spannable.SPAN_EXCLUSIVE_EXCLUSIVE); in createReplacementChip() 1481 if (chip != null) { in createReplacementChip() 1485 chip.setOriginalText(token); in createReplacementChip() [all …]
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | HalDeviceManager.java | 212 public Set<Integer> getSupportedIfaceTypes(IWifiChip chip) { in getSupportedIfaceTypes() argument 213 return getSupportedIfaceTypesInternal(chip); in getSupportedIfaceTypes() 294 return cacheEntry.chip; in getChip() 552 public IWifiChip chip; field in HalDeviceManager.InterfaceCacheEntry 577 public IWifiChip chip; field in HalDeviceManager.WifiChipInfo 833 mWifi.getChip(chipId, (WifiStatus status, IWifiChip chip) -> { in initIWifiChipDebugListeners() 836 chipResp.value = chip; in initIWifiChipDebugListeners() 943 mWifi.getChip(chipId, (WifiStatus status, IWifiChip chip) -> { in getAllChipInfo() 946 chipResp.value = chip; in getAllChipInfo() 1123 chipInfo.chip = chipResp.value; in getAllChipInfo() [all …]
|
/frameworks/base/proto/src/ |
D | wifi.proto | 69 // Number of repeated background scans that were scheduled to the chip. 2065 // The total number of tx success counted from the last radio chip reset 2068 // The total number of MPDU data packet retries counted from the last radio chip reset 2071 // The total number of tx bad counted from the last radio chip reset 2074 // The total number of rx success counted from the last radio chip reset 2077 // The total time the wifi radio is on in ms counted from the last radio chip reset 2080 // The total time the wifi radio is doing tx in ms counted from the last radio chip reset 2083 // The total time the wifi radio is doing rx in ms counted from the last radio chip reset 2086 // The total time spent on all types of scans in ms counted from the last radio chip reset 2089 // The total time spent on nan scans in ms counted from the last radio chip reset [all …]
|
/frameworks/base/core/proto/android/os/ |
D | batterystats.proto | 86 // Uptime is anytime the CPUs were on. The radio and Wifi chip
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 3836 * - When user sees privacy chip 3837 * - When user clicks privacy chip
|