/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/commandline/ |
H A D | ParseableCommand.kt | 138 } else if (helpSubCmds.isNotEmpty()) { 209 if (flags.isNotEmpty()) { 220 if (required.isNotEmpty()) { 224 if (optional.isNotEmpty()) { 230 if (reqSub.isNotEmpty()) { 234 if (optSub.isNotEmpty()) {
|
H A D | CommandParser.kt | 176 if (unhandledParams.isNotEmpty()) { 181 if (unhandledSubCmds.isNotEmpty()) { 217 cmd.parser.subCommands.isNotEmpty()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/ |
H A D | NotifCollectionInconsistencyTracker.kt | 57 if (justFound.isNotEmpty()) { 62 if (goneMissing.isNotEmpty()) { 93 if (newlyConsistent.isNotEmpty()) { 101 if (newlyInconsistent.isNotEmpty()) {
|
/aosp14/frameworks/base/core/tests/coretests/src/android/app/ |
H A D | BackgroundStartPrivilegesTest.java | 78 assertThat(ALLOW_BAL.toString()).isNotEmpty(); in backgroundStartPrivilege_toString_returnsSomething() 79 assertThat(ALLOW_FGS.toString()).isNotEmpty(); in backgroundStartPrivilege_toString_returnsSomething() 80 assertThat(NONE.toString()).isNotEmpty(); in backgroundStartPrivilege_toString_returnsSomething() 81 assertThat(BSP_ALLOW_A.toString()).isNotEmpty(); in backgroundStartPrivilege_toString_returnsSomething()
|
/aosp14/frameworks/base/tests/AttestationVerificationTest/src/com/android/server/security/ |
H A D | AndroidKeystoreAttestationVerificationAttributesTest.java | 224 assertThat(mPhysicalDeviceAttributes.getVerifiedBootHash()).isNotEmpty(); in parseCertificate_verifiedBootHash() 225 assertThat(mPhysicalDeviceAttributes2.getVerifiedBootHash()).isNotEmpty(); in parseCertificate_verifiedBootHash() 230 assertThat(mPhysicalDeviceAttributes.getVerifiedBootKey()).isNotEmpty(); in parseCertificate_verifiedBootKey() 231 assertThat(mPhysicalDeviceAttributes2.getVerifiedBootKey()).isNotEmpty(); in parseCertificate_verifiedBootKey() 251 assertThat(mPhysicalDeviceAttributes.getApplicationPackageNameVersion()).isNotEmpty(); in parseCertificate_applicationPackageNameVersion() 256 assertThat(mPhysicalDeviceAttributes.getApplicationCertificateDigests()).isNotEmpty(); in parseCertificate_applicationCertificateDigests()
|
/aosp14/frameworks/base/tests/BinaryTransparencyHostTest/test-app/src/android/transparency/test/app/ |
H A D | BinaryTransparencyTest.java | 98 assertThat(preloadInfoList).isNotEmpty(); // because we just installed from the host side in testCollectAllUpdatedPreloadInfo() 111 assertThat(updatedPreload.digest).isNotEmpty(); in testCollectAllUpdatedPreloadInfo() 122 assertThat(appInfoList).isNotEmpty(); // because we just installed from the host side in testCollectAllSilentInstalledMbaInfo() 135 assertThat(appInfo.digest).isNotEmpty(); in testCollectAllSilentInstalledMbaInfo()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
H A D | NotifLiveDataStoreImpl.kt | 64 hasActiveNotifsPrivate.setValueAndProvideDispatcher(unmodifiableCopy.isNotEmpty()) 117 if (syncObservers.isNotEmpty()) { 122 if (asyncObservers.isNotEmpty()) {
|
/aosp14/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/people/ui/compose/ |
H A D | PeopleScreen.kt | 88 if (priorityTiles.isNotEmpty() || recentTiles.isNotEmpty()) { 136 val hasPriorityConversations = priorityTiles.isNotEmpty() 141 if (recentTiles.isNotEmpty()) {
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/ |
H A D | ListenerSetTest.kt | 59 assertThat(runnableSet.isNotEmpty()).isFalse() 62 assertThat(runnableSet).isNotEmpty() 64 assertThat(runnableSet.isNotEmpty()).isTrue() 69 assertThat(runnableSet.isNotEmpty()).isFalse()
|
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/host/src/com/android/server/pm/test/ |
H A D | SdCardEjectionTests.kt | 172 ?.takeIf { it.isNotEmpty() } 177 assertThat(it.diskId).isNotEmpty() 178 assertThat(it.fsUuid).isNotEmpty()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/unfold/progress/ |
H A D | TestUnfoldProgressListener.kt | 108 assertThat(progressHistory).isNotEmpty() 113 assertThat(progressHistory).isNotEmpty()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/model/ |
H A D | NetworkNameModel.kt | 110 if (str.isNotEmpty()) { 116 return if (str.isNotEmpty()) NetworkNameModel.IntentDerived(str.toString()) else null
|
/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/ime/ |
H A D | CloseImeOnDismissPopupDialogTest.kt | 86 if (imeSnapshotLayers.isNotEmpty()) { 93 if (imeVisibleRegion.region.isNotEmpty) {
|
/aosp14/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/getflow/ |
H A D | GetModel.kt | 38 return state.providerDisplayInfo.sortedUserNameToCredentialEntryList.isNotEmpty() || 39 state.providerDisplayInfo.authenticationEntryList.isNotEmpty() || 45 if (providerDisplayInfo.authenticationEntryList.isNotEmpty()) {
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | BubbleDataRepository.kt | 73 if (entities.isNotEmpty()) persistToDisk() 83 if (entities.isNotEmpty()) persistToDisk() 126 if (validEntities.isNotEmpty()) {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/quickaffordance/ |
H A D | HomeControlsKeyguardQuickAffordanceConfig.kt | 80 component.getControlsController().getOrNull()?.getFavorites()?.isNotEmpty() == true 157 hasFavorites = favorites?.isNotEmpty() == true, 159 hasServiceInfos = serviceInfos.isNotEmpty(),
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/ |
H A D | PrivacyItemController.kt | 121 val listen = callbacks.isNotEmpty() 137 if (callbacks.isNotEmpty() && !listening) { 193 if (mustKeep.isNotEmpty()) {
|
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/util/ |
H A D | FakeSharedPreferences.kt | 147 if (clear || removals.isNotEmpty() || data.isNotEmpty()) {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/smartspace/ |
H A D | DreamSmartspaceController.kt | 182 return smartspaceViews.isNotEmpty() || listeners.isNotEmpty() || 183 unfilteredListeners.isNotEmpty()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/shared/model/ |
H A D | SceneContainerConfig.kt | 36 check(sceneKeys.isNotEmpty()) { "A container must have at least one scene key." }
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/ |
H A D | PipMediaController.kt | 327 if (mActionListeners.isNotEmpty()) { 338 if (mMetadataListeners.isNotEmpty()) { 348 if (mTokenListeners.isNotEmpty()) {
|
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
H A D | ActivityManagerKt.kt | 30 return tasks.isNotEmpty() && packageName == tasks[0].topActivity?.packageName
|
/aosp14/frameworks/base/tools/codegen/src/com/android/codegen/ |
H A D | Generators.kt | 440 if (booleanFields.isNotEmpty() || nullableFields.isNotEmpty()) { 496 if (booleanFields.isNotEmpty() || nullableFields.isNotEmpty()) { 525 val passContainer = containerInitExpr.isNotEmpty() 814 if (lines.isNotEmpty()) {
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/unfold/util/ |
H A D | FoldableTestUtils.kt | 29 foldedDeviceStates.isNotEmpty())
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/domain/interactor/ |
H A D | CredentialInteractorImplTest.kt | 136 assertThat(statusList).isNotEmpty() 166 assertThat(result.urgentMessage).isNotEmpty() 188 assertThat(result.urgentMessage).isNotEmpty()
|