/packages/apps/Settings/tests/robotests/src/com/android/settings/dashboard/ |
D | DashboardFeatureProviderImplTest.java | 564 final ArrayList<UserHandle> handles = new ArrayList<>(); in openTileIntent_profileSelectionDialog_shouldShow() local 565 handles.add(new UserHandle(0)); in openTileIntent_profileSelectionDialog_shouldShow() 566 handles.add(new UserHandle(10)); in openTileIntent_profileSelectionDialog_shouldShow() 567 tile.userHandle = handles; in openTileIntent_profileSelectionDialog_shouldShow() 581 final ArrayList<UserHandle> handles = new ArrayList<>(); in openTileIntent_profileSelectionDialog_explicitMetadataShouldShow() local 582 handles.add(new UserHandle(0)); in openTileIntent_profileSelectionDialog_explicitMetadataShouldShow() 583 handles.add(new UserHandle(10)); in openTileIntent_profileSelectionDialog_explicitMetadataShouldShow() 584 tile.userHandle = handles; in openTileIntent_profileSelectionDialog_explicitMetadataShouldShow() 598 final ArrayList<UserHandle> handles = new ArrayList<>(); in openTileIntent_profileSelectionDialog_shouldNotShow() local 599 handles.add(new UserHandle(0)); in openTileIntent_profileSelectionDialog_shouldNotShow() [all …]
|
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestCompilationCaching.cpp | 247 void writeToCache(const hardware::hidl_vec<hardware::hidl_handle>& handles, in writeToCache() argument 249 for (uint32_t i = 0; i < handles.size(); ++i) { in writeToCache() 250 ASSERT_EQ(handles[i]->numFds, 1); in writeToCache() 251 EXPECT_EQ(write(handles[i]->data[0], cache.data(), kCacheSize), in writeToCache() 256 void readFromCache(const hardware::hidl_vec<hardware::hidl_handle>& handles, in readFromCache() argument 258 for (uint32_t i = 0; i < handles.size(); ++i) { in readFromCache() 259 ASSERT_EQ(handles[i]->numFds, 1); in readFromCache() 261 EXPECT_EQ(read(handles[i]->data[0], actual.data(), kCacheSize), in readFromCache()
|
/packages/modules/NeuralNetworks/runtime/ |
D | CompilationBuilder.cpp | 147 std::vector<SharedHandle> handles; in createCacheHandleVec() local 148 handles.reserve(numFds); in createCacheHandleVec() 150 handles.push_back(NN_TRY(createCacheHandle(fds[i]))); in createCacheHandleVec() 152 return handles; in createCacheHandleVec()
|
D | Manager.cpp | 367 std::vector<SharedHandle> handles; in createCacheHandleVec() local 368 handles.reserve(numCacheFiles); in createCacheHandleVec() 372 handles.push_back(NN_TRY(createCacheHandle(filename, createIfNotExist))); in createCacheHandleVec() 374 return handles; in createCacheHandleVec()
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
D | MtpClient.java | 376 int[] handles = device.getObjectHandles(storageId, 0, objectHandle); in getObjectList() local 377 if (handles == null) { in getObjectList() 381 int length = handles.length; in getObjectList() 384 MtpObjectInfo info = device.getObjectInfo(handles[i]); in getObjectList()
|
/packages/apps/Dialer/java/com/android/dialer/notification/ |
D | VoicemailChannelUtils.java | 169 List<PhoneAccountHandle> handles = new ArrayList<>(); in getAllEligableAccounts() local 173 handles.add(handle); in getAllEligableAccounts() 176 return handles; in getAllEligableAccounts()
|
/packages/apps/Dialer/java/com/android/dialer/simulator/impl/ |
D | SimulatorSimCallManager.java | 201 List<PhoneAccountHandle> handles; in getSystemPhoneAccountHandle() local 203 handles = telecomManager.getCallCapablePhoneAccounts(); in getSystemPhoneAccountHandle() 207 for (PhoneAccountHandle handle : handles) { in getSystemPhoneAccountHandle()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | HeadsetSystemInterface.java | 266 List<PhoneAccountHandle> handles = in getNumberWithoutInCallService() local 268 while (handles.iterator().hasNext()) { in getNumberWithoutInCallService() 269 account = mTelecomManager.getPhoneAccount(handles.iterator().next()); in getNumberWithoutInCallService()
|
/packages/apps/Dialer/java/com/android/dialer/app/calllog/ |
D | VisualVoicemailNotifier.java | 301 List<PhoneAccountHandle> handles = TelecomUtil.getCallCapablePhoneAccounts(context); in getFallbackAccount() local 302 if (!handles.isEmpty()) { in getFallbackAccount() 303 handle = handles.get(0); in getFallbackAccount()
|
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/ |
D | NativeNfcTag.java | 755 int[] handles = mTechHandles; in findAndReadNdef() local 765 if (handles[i] == handles[techIndex]) { in findAndReadNdef()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/ |
D | DrawableResourceDecoder.java | 40 public boolean handles(Drawable source, Options options) throws IOException { in handles() method in DrawableResourceDecoder
|
D | SystemStaticAssetLoader.java | 35 public boolean handles(SystemStaticAsset systemStaticAsset) { in handles() method in SystemStaticAssetLoader
|
D | ResourceAssetLoader.java | 36 public boolean handles(ResourceAsset resourceAsset) { in handles() method in ResourceAssetLoader
|
D | LiveWallpaperThumbAssetLoader.java | 37 public boolean handles(LiveWallpaperThumbAsset liveWallpaperThumbAsset) { in handles() method in LiveWallpaperThumbAssetLoader
|
D | WallpaperModelLoader.java | 37 public boolean handles(WallpaperModel wallpaperModel) { in handles() method in WallpaperModelLoader
|
D | CurrentWallpaperAssetVNLoader.java | 40 public boolean handles(CurrentWallpaperAssetVN currentWallpaperAssetVN) { in handles() method in CurrentWallpaperAssetVNLoader
|
/packages/services/Telephony/src/com/android/services/telephony/ |
D | PstnIncomingCallNotifier.java | 356 List<PhoneAccountHandle> handles = tm.getCallCapablePhoneAccounts(); in sendIncomingCallIntent() 357 String availableHandles = handles.stream() in sendIncomingCallIntent()
|
/packages/apps/Nfc/nci/jni/ |
D | NfcJniUtil.h | 120 int handles[16]; member
|
D | NfcTag.cpp | 583 ScopedIntArrayRW handles(e, handleList.get()); in fillNativeNfcTagMembers1() local 587 mNativeData->handles[i] = mTechHandles[i]; in fillNativeNfcTagMembers1() 589 handles[i] = mTechHandles[i]; in fillNativeNfcTagMembers1()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/ |
D | BluetoothInCallService.java | 1137 List<PhoneAccountHandle> handles = in getBestPhoneAccount() local 1139 while (handles.iterator().hasNext()) { in getBestPhoneAccount() 1140 account = mTelecomManager.getPhoneAccount(handles.iterator().next()); in getBestPhoneAccount()
|
/packages/services/Mtp/tests/src/com/android/mtp/ |
D | MtpDocumentsProviderTest.java | 969 final int[] handles = new int[objects.length]; in setupDocuments() local 972 handles[i++] = info.getObjectHandle(); in setupDocuments() 975 mMtpManager.setObjectHandles(deviceId, storageId, parentHandle, handles); in setupDocuments()
|
/packages/modules/NeuralNetworks/common/include/nnapi/ |
D | Validation.h | 59 Result<Version> validate(const std::vector<SharedHandle>& handles);
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | README.txt | 42 ActiveModeWarden: Tracks the various states on STA and AP connectivity and handles bring up and shu…
|
/packages/modules/DnsResolver/tests/ |
D | golddata.proto | 186 // Describes how the DNS responser handles and responses the DNS lookup packets.
|
/packages/modules/adb/ |
D | README.md | 62 …cts exist only to wrap data while it transits on a Transport. An asocket handles a stream of apack…
|