/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CellIdentityTest.java | 83 Collections.emptyList()); in testConstructCellIdentityGsm() 91 Collections.emptyList()); in testConstructCellIdentityGsm() 100 Collections.emptyList()); in testConstructCellIdentityGsm() 112 Collections.emptyList(), null); in testEquals() 115 Collections.emptyList(), null); in testEquals() 120 ALPHA_SHORT, Collections.emptyList(), null); in testEquals() 122 ALPHA_SHORT, Collections.emptyList(), null); in testEquals() 127 ALPHA_LONG, ALPHA_SHORT, Collections.emptyList(), null); in testEquals() 129 ALPHA_SHORT, Collections.emptyList(), null); in testEquals() 137 MNC_STR, ALPHA_LONG, ALPHA_SHORT, Collections.emptyList(), null); in testParcel() [all …]
|
D | CellIdentityGsmTest.java | 51 ALPHA_LONG, ALPHA_SHORT, Collections.emptyList()); in testDefaultConstructor() 76 ALPHA_LONG, ALPHA_SHORT, Collections.emptyList()); in testConstructorWithThreeDigitMnc() 94 ALPHA_LONG, ALPHA_SHORT, Collections.emptyList()); in testConstructorWithTwoDigitMnc() 111 Collections.emptyList()); in testConstructorWithEmptyMccMnc() 121 Collections.emptyList()); in testConstructorWithEmptyMccMnc() 131 Collections.emptyList()); in testConstructorWithEmptyMccMnc() 141 Collections.emptyList()); in testConstructorWithEmptyMccMnc() 155 Collections.emptyList()); in testEquals() 158 Collections.emptyList()); in testEquals() 163 Collections.emptyList()); in testEquals() [all …]
|
D | CellIdentityWcdmaTest.java | 51 ALPHA_LONG, ALPHA_SHORT, Collections.emptyList(), null); in testDefaultConstructor() 72 ALPHA_LONG, ALPHA_SHORT, Collections.emptyList(), null); in testConstructorWithThreeDigitMnc() 90 ALPHA_LONG, ALPHA_SHORT, Collections.emptyList(), null); in testConstructorWithTwoDigitMnc() 104 Collections.emptyList(), null); in testConstructorWithEmptyMccMnc() 113 Collections.emptyList(), null); in testConstructorWithEmptyMccMnc() 122 Collections.emptyList(), null); in testConstructorWithEmptyMccMnc() 131 Collections.emptyList(), null); in testConstructorWithEmptyMccMnc() 144 Collections.emptyList(), null); in testEquals() 147 Collections.emptyList(), null); in testEquals() 152 Collections.emptyList(), null); in testEquals() [all …]
|
D | CellIdentityLteTest.java | 57 ALPHA_LONG, ALPHA_SHORT, Collections.emptyList(), null); in testDefaultConstructor() 82 mncWithThreeDigit, ALPHA_LONG, ALPHA_SHORT, Collections.emptyList(), null); in testConstructorWithThreeDigitMnc() 96 mncWithTwoDigit, ALPHA_LONG, ALPHA_SHORT, Collections.emptyList(), null); in testConstructorWithTwoDigitMnc() 109 ALPHA_SHORT, Collections.emptyList(), null); in testConstructorWithEmptyMccMnc() 119 Collections.emptyList(), null); in testConstructorWithEmptyMccMnc() 129 Collections.emptyList(), null); in testConstructorWithEmptyMccMnc() 139 Collections.emptyList(), null); in testConstructorWithEmptyMccMnc() 171 Collections.emptyList(), null); in testEquals() 174 Collections.emptyList(), null); in testEquals() 180 Collections.emptyList(), null); in testEquals() [all …]
|
D | CellIdentityTdscdmaTest.java | 76 Collections.emptyList(), null); in testConstructor() 95 null, null, LAC, CID, CPID, UARFCN, "", "", Collections.emptyList(), null); in testConstructorWithEmptyMccMnc() 101 Collections.emptyList(), null); in testConstructorWithEmptyMccMnc() 107 Collections.emptyList(), null); in testConstructorWithEmptyMccMnc() 113 Collections.emptyList(), null); in testConstructorWithEmptyMccMnc() 123 Collections.emptyList(), null); in testParcel() 138 Collections.emptyList(), null); in testParcelWithUnknowMccMnc() 163 Collections.emptyList(), null); in testParcelWithInvalidMccMnc()
|
D | CellIdentityNrTest.java | 54 Collections.emptyList()); in testGetMethod() 76 ALPHAL, ALPHAS, Collections.emptyList()); in testEquals_sameParameters() 79 ALPHAL, ALPHAS, Collections.emptyList()); in testEquals_sameParameters() 90 ALPHAL, ALPHAS, Collections.emptyList()); in testEquals_differentParameters() 93 ALPHAL, ALPHAS, Collections.emptyList()); in testEquals_differentParameters() 104 ALPHAL, ALPHAS, Collections.emptyList()); in testParcel()
|
/frameworks/base/packages/CredentialManager/horologist/src/com/google/android/horologist/compose/navscaffold/ |
D | WearNavScaffold.kt | 168 arguments: List<NamedNavArgument> = emptyList(), 169 deepLinks: List<NavDeepLink> = emptyList(), 192 arguments: List<NamedNavArgument> = emptyList(), 193 deepLinks: List<NavDeepLink> = emptyList(), 218 arguments: List<NamedNavArgument> = emptyList(), 219 deepLinks: List<NavDeepLink> = emptyList(), 241 arguments: List<NamedNavArgument> = emptyList(), 242 deepLinks: List<NavDeepLink> = emptyList(), 268 arguments: List<NamedNavArgument> = emptyList(), 269 deepLinks: List<NavDeepLink> = emptyList(), [all …]
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/ |
D | NoOpInfoMediaManager.java | 112 return Collections.emptyList(); in getSelectableRoutes() 118 return Collections.emptyList(); in getDeselectableRoutes() 124 return Collections.emptyList(); in getSelectedRoutes() 146 return Collections.emptyList(); in getRemoteSessions() 164 return Collections.emptyList(); in getAvailableRoutesFromRouter() 170 return Collections.emptyList(); in getTransferableRoutes()
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgePackageManager.java | 93 return Collections.emptyList(); in getSharedLibraries() 99 return Collections.emptyList(); in getSharedLibrariesAsUser() 160 return Collections.emptyList(); in queryPermissionsByGroup() 181 return Collections.emptyList(); in getAllPermissionGroups() 252 return Collections.emptyList(); in getInstalledPackages() 257 return Collections.emptyList(); in getPackagesHoldingPermissions() 262 return Collections.emptyList(); in getInstalledPackagesAsUser() 350 return Collections.emptyList(); in getInstalledApplications() 355 return Collections.emptyList(); in getInstalledApplicationsAsUser() 451 return Collections.emptyList(); in queryIntentActivities() [all …]
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/ |
D | ExpansionStateLoggerTest.java | 68 Collections.emptyList()); in testVisible() 91 Collections.emptyList()); in testVisibleAndNotExpanded() 104 Collections.emptyList()); in testVisibleAndExpanded() 119 Collections.emptyList()); in testExpandedAndVisible_expandedBeforeVisible() 133 Collections.emptyList()); in testExpandedAndVisible_visibleBeforeExpanded() 148 Collections.emptyList()); in testExpandedAndVisible_logOnceOnly() 166 Collections.emptyList()); in testOnEntryUpdated() 174 Collections.emptyList()); in testOnEntryUpdated()
|
/frameworks/base/packages/SettingsLib/Spa/tests/src/com/android/settingslib/spa/framework/common/ |
D | SettingsPageProviderRepositoryTest.kt | 29 val sppRepoEmpty = SettingsPageProviderRepository(emptyList()) in rootPages_empty() 40 allPageProviders = emptyList(), in rootPages_single() 54 allPageProviders = emptyList(), in rootPages_twoPages() 64 val sppRepoEmpty = SettingsPageProviderRepository(emptyList()) in getProviderOrNull_empty()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | InflatedSmartReplyState.kt | 32 get() = smartReplies?.choices ?: emptyList() 34 get() = smartActions?.actions ?: emptyList() 36 get() = suppressedActions?.suppressedActionIndices ?: emptyList()
|
/frameworks/base/core/tests/coretests/src/android/view/contentcapture/ |
D | ContentCaptureManagerTest.java | 77 /* requiredGroups= */ Collections.emptyList(), in testConstructor_contentProtection_disabled_bufferNotCreated() 78 /* optionalGroups= */ Collections.emptyList(), in testConstructor_contentProtection_disabled_bufferNotCreated() 94 /* requiredGroups= */ Collections.emptyList(), in testConstructor_contentProtection_invalidBufferSize_bufferNotCreated() 95 /* optionalGroups= */ Collections.emptyList(), in testConstructor_contentProtection_invalidBufferSize_bufferNotCreated() 111 /* requiredGroups= */ Collections.emptyList(), in testConstructor_contentProtection_enabled_bufferCreated() 112 /* optionalGroups= */ Collections.emptyList(), in testConstructor_contentProtection_enabled_bufferCreated()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/data/repository/ |
D | TrustRepositoryTest.kt | 155 listener.value.onTrustChanged(true, false, currentUserId, 0, emptyList()) in isCurrentUserTrusted_whenTrustChanges_emitsLatestValue() 158 listener.value.onTrustChanged(false, false, currentUserId, 0, emptyList()) in isCurrentUserTrusted_whenTrustChanges_emitsLatestValue() 181 listener.value.onTrustChanged(true, true, users[0].id, 0, emptyList()) in isCurrentUserTrusted_whenTrustChangesForDifferentUser_noop() 183 listener.value.onTrustChanged(false, false, users[1].id, 0, emptyList()) in isCurrentUserTrusted_whenTrustChangesForDifferentUser_noop() 194 listener.value.onTrustChanged(true, true, users[0].id, 0, emptyList()) in isCurrentUserTrusted_whenTrustChangesForCurrentUser_emitsNewValue() 197 listener.value.onTrustChanged(false, true, users[0].id, 0, emptyList()) in isCurrentUserTrusted_whenTrustChangesForCurrentUser_emitsNewValue() 207 listener.value.onTrustChanged(true, true, users[0].id, 0, emptyList()) in isCurrentUserTrusted_whenUserChangesWithoutRecentTrustChange_defaultsToFalse() 219 listener.value.onTrustChanged(true, true, users[0].id, 0, emptyList()) in isCurrentUserTrusted_trustChangesFirstBeforeUserInfoChanges_emitsCorrectValue()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewbinder/ |
D | StatusBarIconViewBindingFailureTracker.kt | 32 var aodFailures: Collection<String> = emptyList() 33 var statusBarFailures: Collection<String> = emptyList() 34 var shelfFailures: Collection<String> = emptyList()
|
/frameworks/base/tools/hoststubgen/hoststubgen/src/com/android/hoststubgen/asm/ |
D | ClassNodes.kt | 120 for (f in cn.fields ?: emptyList()) { in <lambda>() 131 for (m in cn.methods ?: emptyList()) { in <lambda>() 152 for (an in visibleTypeAnnotations ?: emptyList()) { in <lambda>() 155 for (an in invisibleTypeAnnotations ?: emptyList()) { in <lambda>() 158 for (an in visibleAnnotations ?: emptyList()) { in <lambda>() 169 for (an in invisibleAnnotations ?: emptyList()) { in <lambda>()
|
/frameworks/base/core/tests/coretests/src/com/android/internal/widget/ |
D | BackgroundFallbackTest.java | 30 import static java.util.Collections.emptyList; 205 new ColorDrawable(Color.BLACK), VISIBLE, emptyList()); in setUpViewHierarchy() 213 SCREEN_HEIGHT, new ColorDrawable(Color.BLACK), VISIBLE, emptyList()); in setUpViewHierarchy() 220 new ColorDrawable(Color.BLACK), VISIBLE, emptyList()); in setUpViewHierarchy() 227 SCREEN_HEIGHT, new ColorDrawable(Color.BLACK), VISIBLE, emptyList()); in setUpViewHierarchy() 235 SCREEN_HEIGHT - insetTop - insetBottom, null, VISIBLE, emptyList()); in setUpViewHierarchy()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/privacy/ |
D | PrivacyItemControllerTest.kt | 128 verify(callback).onPrivacyItemsChanged(emptyList()) in testStopListeningByRemovingLastCallback() 200 doReturn(emptyList<PrivacyItem>()).`when`(privacyItemMonitor).getActivePrivacyItems() in testMultipleCallbacksAreUpdated() 218 doReturn(emptyList<PrivacyItem>()).`when`(privacyItemMonitor).getActivePrivacyItems() in testRemoveCallback() 281 verify(callback, never()).onPrivacyItemsChanged(emptyList()) in testPassageOfTimeDoesNotRemoveIndicators() 296 doReturn(emptyList<PrivacyItem>()).`when`(privacyItemMonitor).getActivePrivacyItems() in testNotHeldAfterTimeIsOff() 304 verify(callback).onPrivacyItemsChanged(emptyList()) in testNotHeldAfterTimeIsOff() 320 doReturn(emptyList<PrivacyItem>()).`when`(privacyItemMonitor).getActivePrivacyItems() in testElementNotRemovedBeforeHoldTime() 328 verify(callback, never()).onPrivacyItemsChanged(emptyList()) in testElementNotRemovedBeforeHoldTime() 343 doReturn(emptyList<PrivacyItem>()).`when`(privacyItemMonitor).getActivePrivacyItems() in testElementAutoRemovedAfterHoldTime() 354 verify(callback).onPrivacyItemsChanged(emptyList()) in testElementAutoRemovedAfterHoldTime()
|
/frameworks/base/core/java/android/credentials/selection/ |
D | IntentHelper.java | 68 return providerList == null ? Collections.emptyList() : providerList.stream().map( in extractGetCredentialProviderInfoList() 81 return providerList == null ? Collections.emptyList() : providerList.stream().map( in extractCreateCredentialProviderInfoList() 94 return providerList == null ? Collections.emptyList() : providerList.stream().map( in extractDisabledProviderInfoList()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ |
D | MediaTestUtils.kt | 33 actions = emptyList(), 34 actionsToShowInCompact = emptyList(),
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/log/echo/ |
D | LogcatEchoSettingFormat.kt | 36 return emptyList() in parseOverrides() 43 return emptyList() in parseOverrides() 51 emptyList() in parseOverrides()
|
/frameworks/base/core/java/android/view/ |
D | ViewRootRectTracker.java | 40 private List<Rect> mRootRects = Collections.emptyList(); 42 private List<Rect> mRects = Collections.emptyList(); 153 return rects == null ? Collections.emptyList() : rects; in getTrackedRectsForView() 163 List<Rect> mRects = Collections.emptyList();
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/controller/ |
D | WalletContextualSuggestionsController.kt | 80 trySendWithFailureLogging(emptyList<WalletCard>(), TAG) in <lambda>() 112 emptyList() in <lambda>() 115 MutableStateFlow<List<WalletCard>>(emptyList()).asStateFlow() in <lambda>() 131 .stateIn(applicationCoroutineScope, SharingStarted.WhileSubscribed(), emptyList()) in <lambda>()
|
/frameworks/base/core/tests/coretests/src/android/content/integrity/ |
D | InstallerAllowedByManifestFormulaTest.java | 117 .setAppCertificates(Collections.emptyList()) in getAppInstallMetadataBuilder() 118 .setAppCertificateLineage(Collections.emptyList()) in getAppInstallMetadataBuilder() 119 .setInstallerCertificates(Collections.emptyList()) in getAppInstallMetadataBuilder()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/ui/ |
D | SelectionItemTest.kt | 32 StructureInfo(ComponentName("", ""), "s", emptyList()) in testMatchBadComponentName_false() 79 SelectedItem.StructureItem(StructureInfo(componentName, structureName, emptyList())) in testMatchSameComponentSameStructure_true() 99 SelectedItem.StructureItem(StructureInfo(componentName, structureName, emptyList())) in testMatchSameComponentDifferentStructure_false()
|