/packages/apps/Settings/tests/robotests/src/com/android/settings/dashboard/ |
D | DashboardFeatureProviderImplTest.java | 374 final ArrayList<UserHandle> handles = new ArrayList<>(); in openTileIntent_profileSelectionDialog_shouldShow() local 375 handles.add(new UserHandle(0)); in openTileIntent_profileSelectionDialog_shouldShow() 376 handles.add(new UserHandle(10)); in openTileIntent_profileSelectionDialog_shouldShow() 377 tile.userHandle = handles; in openTileIntent_profileSelectionDialog_shouldShow() 391 final ArrayList<UserHandle> handles = new ArrayList<>(); in openTileIntent_profileSelectionDialog_explicitMetadataShouldShow() local 392 handles.add(new UserHandle(0)); in openTileIntent_profileSelectionDialog_explicitMetadataShouldShow() 393 handles.add(new UserHandle(10)); in openTileIntent_profileSelectionDialog_explicitMetadataShouldShow() 394 tile.userHandle = handles; in openTileIntent_profileSelectionDialog_explicitMetadataShouldShow() 408 final ArrayList<UserHandle> handles = new ArrayList<>(); in openTileIntent_profileSelectionDialog_shouldNotShow() local 409 handles.add(new UserHandle(0)); in openTileIntent_profileSelectionDialog_shouldNotShow() [all …]
|
/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/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 | NexusStaticAssetLoader.java | 35 public boolean handles(NexusStaticAsset nexusStaticAsset) { in handles() method in NexusStaticAssetLoader
|
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/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/modules/DnsResolver/tests/ |
D | golddata.proto | 186 // Describes how the DNS responser handles and responses the DNS lookup packets.
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | PhoneAccountRegistrar.java | 1093 List<PhoneAccountHandle> handles = new ArrayList<>(); in getPhoneAccountHandles() local 1098 handles.add(account.getAccountHandle()); in getPhoneAccountHandles() 1100 return handles; in getPhoneAccountHandles()
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | TelecomServiceImplTest.java | 1030 private void makeAccountsVisibleToAllUsers(PhoneAccountHandle... handles) { in makeAccountsVisibleToAllUsers() argument 1031 for (PhoneAccountHandle ph : handles) { in makeAccountsVisibleToAllUsers()
|
/packages/modules/DnsResolver/ |
D | README-DoT.md | 25 `DnsTlsQueryMap` handles ID renumbering and query-response pairing.
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
D | sax.md | 233 3. `Writer` handles number output consistently.
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
D | nb_wordlist.combined.gz | 1dictionary=main:nb,locale=nb,description=Norsk bokmål,date=1393228136 ... |
D | da_wordlist.combined.gz | 1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ... |