Home
last modified time | relevance | path

Searched refs:checkStringNotEmpty (Results 1 – 25 of 61) sorted by relevance

123

/frameworks/base/core/java/android/app/people/
DPeopleManager.java100 Preconditions.checkStringNotEmpty(packageName); in isConversation()
101 Preconditions.checkStringNotEmpty(shortcutId); in isConversation()
125 Preconditions.checkStringNotEmpty(conversationId); in addOrUpdateStatus()
144 Preconditions.checkStringNotEmpty(conversationId); in clearStatus()
145 Preconditions.checkStringNotEmpty(statusId); in clearStatus()
161 Preconditions.checkStringNotEmpty(conversationId); in clearStatuses()
/frameworks/base/core/java/android/service/credentials/
DCredentialEntry.java86 mBeginGetCredentialOptionId = Preconditions.checkStringNotEmpty( in CredentialEntry()
89 mType = Preconditions.checkStringNotEmpty(type, "type must not be null, or " in CredentialEntry()
111 mBeginGetCredentialOptionId = Preconditions.checkStringNotEmpty( in CredentialEntry()
114 mType = Preconditions.checkStringNotEmpty(beginGetCredentialOption.getType(), in CredentialEntry()
DBeginGetCredentialOption.java117 mId = Preconditions.checkStringNotEmpty(id, "id must not be empty"); in BeginGetCredentialOption()
118 mType = Preconditions.checkStringNotEmpty(type, "type must not be empty"); in BeginGetCredentialOption()
/frameworks/base/core/java/android/credentials/selection/
DUserSelectionResult.java86 mProviderId = Preconditions.checkStringNotEmpty(providerId); in UserSelectionResult()
87 mEntryKey = Preconditions.checkStringNotEmpty(entryKey); in UserSelectionResult()
88 mEntrySubkey = Preconditions.checkStringNotEmpty(entrySubkey); in UserSelectionResult()
DCreateCredentialProviderInfo.java66 mProviderName = Preconditions.checkStringNotEmpty(providerName); in CreateCredentialProviderInfo()
117 mProviderName = Preconditions.checkStringNotEmpty(providerName); in Builder()
DGetCredentialProviderInfo.java77 mProviderName = Preconditions.checkStringNotEmpty(providerName); in GetCredentialProviderInfo()
157 mProviderName = Preconditions.checkStringNotEmpty(providerName); in Builder()
DDisabledProviderInfo.java60 mProviderName = Preconditions.checkStringNotEmpty(providerName); in DisabledProviderInfo()
/frameworks/base/core/java/android/credentials/
DCreateCredentialRequest.java204 mType = Preconditions.checkStringNotEmpty(type, "type must not be empty"); in CreateCredentialRequest()
275 mType = Preconditions.checkStringNotEmpty(type, in Builder()
334 Preconditions.checkStringNotEmpty( in build()
DListEnabledProvidersException.java60 Preconditions.checkStringNotEmpty(type, "type must not be empty"); in ListEnabledProvidersException()
DSetEnabledProvidersException.java60 Preconditions.checkStringNotEmpty(type, "type must not be empty"); in SetEnabledProvidersException()
DCredentialOption.java175 mType = Preconditions.checkStringNotEmpty(type, "type must not be empty"); in CredentialOption()
272 mType = Preconditions.checkStringNotEmpty(type, "type must not be " in Builder()
DClearCredentialStateException.java67 this.mType = Preconditions.checkStringNotEmpty(type, in ClearCredentialStateException()
DGetCandidateCredentialsException.java85 this.mType = Preconditions.checkStringNotEmpty(type, in GetCandidateCredentialsException()
DCreateCredentialException.java93 this.mType = Preconditions.checkStringNotEmpty(type, in CreateCredentialException()
DGetCredentialException.java93 this.mType = Preconditions.checkStringNotEmpty(type, in GetCredentialException()
/frameworks/base/core/java/android/permission/
DAdminPermissionControlParams.java61 Preconditions.checkStringNotEmpty(granteePackageName, "Package name must not be empty."); in AdminPermissionControlParams()
62 Preconditions.checkStringNotEmpty(permission, "Permission must not be empty."); in AdminPermissionControlParams()
/frameworks/base/core/java/android/printservice/recommendation/
DRecommendationInfo.java63 mPackageName = Preconditions.checkStringNotEmpty(packageName); in RecommendationInfo()
64 mName = Preconditions.checkStringNotEmpty(name); in RecommendationInfo()
/frameworks/base/core/java/android/content/om/
DFabricatedOverlay.java133 Preconditions.checkStringNotEmpty(owningPackage, in Builder()
135 Preconditions.checkStringNotEmpty(name, in Builder()
137 Preconditions.checkStringNotEmpty(targetPackage, in Builder()
357 Preconditions.checkStringNotEmpty(targetPackage, in FabricatedOverlay()
/frameworks/opt/tv/tvsystem/java/com/android/libraries/tv/tvsystem/wifi/
DSoftApConfiguration.java192 Preconditions.checkStringNotEmpty(ssid); in setSsid()
231 Preconditions.checkStringNotEmpty(passphrase); in setWpa2Passphrase()
/frameworks/base/core/java/android/graphics/fonts/
DFontFamilyUpdateRequest.java90 Preconditions.checkStringNotEmpty(name); in Builder()
180 Preconditions.checkStringNotEmpty(postScriptName); in Builder()
/frameworks/base/core/java/com/android/internal/content/om/
DOverlayManagerImpl.java198 Preconditions.checkStringNotEmpty( in checkOverlayNameValid()
212 Preconditions.checkStringNotEmpty(packageName); in checkPackageName()
238 Preconditions.checkStringNotEmpty( in registerFabricatedOverlay()
243 final String targetPackage = Preconditions.checkStringNotEmpty( in registerFabricatedOverlay()
/frameworks/base/core/java/android/content/res/loader/
DResourcesProvider.java93 Preconditions.checkStringNotEmpty( in loadOverlay()
98 Preconditions.checkStringNotEmpty( in loadOverlay()
/frameworks/libs/modules-utils/java/com/android/internal/util/
DPreconditions.java94 public static @NonNull <T extends CharSequence> T checkStringNotEmpty(final T string) { in checkStringNotEmpty() method in Preconditions
111 public static @NonNull <T extends CharSequence> T checkStringNotEmpty(final T string, in checkStringNotEmpty() method in Preconditions
129 public static @NonNull <T extends CharSequence> T checkStringNotEmpty( in checkStringNotEmpty() method in Preconditions
/frameworks/base/core/java/android/net/
DStringNetworkSpecifier.java38 Preconditions.checkStringNotEmpty(specifier); in StringNetworkSpecifier()
/frameworks/base/core/java/android/content/pm/
DSuspendDialogInfo.java436 Preconditions.checkStringNotEmpty(title, "Title cannot be null or empty"); in setTitle()
456 Preconditions.checkStringNotEmpty(message, "Message cannot be null or empty"); in setMessage()
508 Preconditions.checkStringNotEmpty(neutralButtonText, in setNeutralButtonText()

123