Home
last modified time | relevance | path

Searched defs:handles (Results 1 – 25 of 43) sorted by relevance

12

/packages/apps/Settings/tests/robotests/src/com/android/settings/dashboard/
DDashboardFeatureProviderImplTest.java571 final ArrayList<UserHandle> handles = new ArrayList<>(); in openTileIntent_profileSelectionDialog_shouldShow() local
588 final ArrayList<UserHandle> handles = new ArrayList<>(); in openTileIntent_profileSelectionDialog_explicitMetadataShouldShow() local
605 final ArrayList<UserHandle> handles = new ArrayList<>(); in openTileIntent_profileSelectionDialog_shouldNotShow() local
624 final ArrayList<UserHandle> handles = new ArrayList<>(); in openTileIntent_profileSelectionDialog_validUserHandleShouldNotShow() local
644 final ArrayList<UserHandle> handles = new ArrayList<>(); in openTileIntent_profileSelectionDialog_invalidUserHandleShouldShow() local
662 final ArrayList<UserHandle> handles = new ArrayList<>(); in openTileIntent_profileSelectionDialog_unresolvableWorkProfileIntentShouldNotShow() local
/packages/modules/Bluetooth/system/bta/vc/
Dvc_test.cc383 for (auto const& handles : handle_pairs) { in TestSubscribeNotifications() local
397 std::vector<uint16_t> handles) { in TestReadCharacteristic()
709 std::map<uint16_t, uint16_t> handles({{0x0021, 0x0022}}); in TEST_F() local
714 std::map<uint16_t, uint16_t> handles({{0x0072, 0x0073}, {0x0082, 0x0083}}); in TEST_F() local
719 std::map<uint16_t, uint16_t> handles({{0x0085, 0x0086}}); in TEST_F() local
724 std::map<uint16_t, uint16_t> handles({{0x008a, 0x008b}}); in TEST_F() local
731 std::vector<uint16_t> handles({0x0021}); in TEST_F() local
736 std::vector<uint16_t> handles({0x0026}); in TEST_F() local
744 std::vector<uint16_t> handles({0x0072, 0x0082}); in TEST_F() local
752 std::vector<uint16_t> handles({0x0075, 0x0085}); in TEST_F() local
[all …]
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
DDrawableResourceDecoder.java40 public boolean handles(Drawable source, Options options) throws IOException { in handles() method in DrawableResourceDecoder
DSystemStaticAssetLoader.java35 public boolean handles(SystemStaticAsset systemStaticAsset) { in handles() method in SystemStaticAssetLoader
DLiveWallpaperThumbAssetLoader.java37 public boolean handles(LiveWallpaperThumbAsset liveWallpaperThumbAsset) { in handles() method in LiveWallpaperThumbAssetLoader
DCurrentWallpaperAssetVNLoader.java40 public boolean handles(CurrentWallpaperAssetVN currentWallpaperAssetVN) { in handles() method in CurrentWallpaperAssetVNLoader
DResourceAssetLoader.java41 public boolean handles(ResourceAsset resourceAsset) { in handles() method in ResourceAssetLoader
DWallpaperModelLoader.java37 public boolean handles(WallpaperModel wallpaperModel) { in handles() method in WallpaperModelLoader
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/data/glide/
DPickerModelLoader.java50 public boolean handles(Uri model) { in handles() method in PickerModelLoader
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Disochronous_connection_handler.cc29 std::vector<uint16_t> handles) { in SetCigParameters()
Dacl_connection_handler.cc262 std::vector<uint16_t> handles; in SetCigParameters() local
291 CisHandles handles; in CreatePendingCis() local
/packages/modules/Bluetooth/system/gd/iso/internal/
Diso_manager_impl.cc131 std::vector<uint16_t> handles; in SetCigParametersComplete() local
204 std::vector<uint16_t> handles; in SetCigParametersTestComplete() local
/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_leaudio.cc54 int source_supported_context_types, const std::vector<uint8_t>& handles, in AddFromStorage()
/packages/apps/Dialer/java/com/android/dialer/notification/
DVoicemailChannelUtils.java169 List<PhoneAccountHandle> handles = new ArrayList<>(); in getAllEligableAccounts() local
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DVisualVoicemailNotifier.java301 List<PhoneAccountHandle> handles = TelecomUtil.getCallCapablePhoneAccounts(context); in getFallbackAccount() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetSystemInterface.java271 List<PhoneAccountHandle> handles = in getNumberWithoutInCallService() local
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattService.java293 public void setHandles(int handles) { in setHandles()
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcTag.java785 int[] handles = mTechHandles; in findAndReadNdef() local
884 int[] handles = mTechHandles; in findNdef() local
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRemoteTargetGluer.java75 RemoteTargetHandle[] handles = new RemoteTargetHandle[numHandles]; in createHandles() local
/packages/apps/Dialer/java/com/android/dialer/simulator/impl/
DSimulatorSimCallManager.java201 List<PhoneAccountHandle> handles; in getSystemPhoneAccountHandle() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DCallInfoTest.java266 List<PhoneAccountHandle> handles = new ArrayList<>(); in getBestPhoneAccount() local
/packages/modules/Bluetooth/system/bta/le_audio/
Dclient_linux.cc61 const std::vector<uint8_t>& handles, in AddFromStorage()
/packages/modules/NeuralNetworks/runtime/
DCompilationBuilder.cpp149 std::vector<SharedHandle> handles; in createCacheHandleVec() local
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DMtpClient.java376 int[] handles = device.getObjectHandles(storageId, 0, objectHandle); in getObjectList() local
/packages/modules/NeuralNetworks/runtime/test/
DTestCompilationCaching.cpp248 void writeToCache(const hardware::hidl_vec<hardware::hidl_handle>& handles, in writeToCache()
257 void readFromCache(const hardware::hidl_vec<hardware::hidl_handle>& handles, in readFromCache()

12