Home
last modified time | relevance | path

Searched refs:isEmpty (Results 1 – 25 of 2443) sorted by relevance

12345678910>>...98

/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/
DSipSessionTrackerTest.java106 assertTrue(mTrackerUT.getConfirmedDialogs().isEmpty()); in testEarlyDialogToConfirmed()
111 assertTrue(mTrackerUT.getConfirmedDialogs().isEmpty()); in testEarlyDialogToConfirmed()
120 assertTrue(mTrackerUT.getConfirmedDialogs().isEmpty()); in testEarlyDialogToConfirmed()
127 assertTrue(mTrackerUT.getEarlyDialogs().isEmpty()); in testEarlyDialogToConfirmed()
137 assertTrue(mTrackerUT.getConfirmedDialogs().isEmpty()); in testForkDialog()
146 assertTrue(mTrackerUT.getConfirmedDialogs().isEmpty()); in testForkDialog()
156 assertTrue(mTrackerUT.getConfirmedDialogs().isEmpty()); in testForkDialog()
170 assertTrue(mTrackerUT.getEarlyDialogs().isEmpty()); in testForkDialog()
176 assertTrue(mTrackerUT.getEarlyDialogs().isEmpty()); in testForkDialog()
177 assertTrue(mTrackerUT.getConfirmedDialogs().isEmpty()); in testForkDialog()
[all …]
DTransportSipMessageValidatorTest.java162 assertTrue(pendingCallIds.isEmpty()); in testTransportClosingGracefullyNoPendingSessions()
184 assertTrue(pendingCallIds.isEmpty()); in testTransportClosingGracefullyCloseCallIds()
192 assertTrue(pendingCallIds.isEmpty()); in testTransportClosingGracefullyCloseCallIds()
214 assertTrue(pendingCallIds.isEmpty()); in testTransportClosingGracefullyThenForceClose()
219 SipDelegateManager.MESSAGE_FAILURE_REASON_DELEGATE_CLOSED).isEmpty()); in testTransportClosingGracefullyThenForceClose()
243 assertTrue(pendingCallIds.isEmpty()); in testTransportClosingGracefullyTimeout()
271 assertTrue(pendingCallIds.isEmpty()); in testTransportClosingGracefullyCleanup()
278 assertTrue(pendingCallIds.isEmpty()); in testTransportClosingGracefullyCleanup()
310 assertTrue(pendingCallIds.isEmpty()); in setRegStateChangedNoPendingCallIds()
336 assertTrue(pendingCallIds.isEmpty()); in setRegStateChangedPendingCallIdsMultipleCalls()
[all …]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DPostalSplitter.java71 if (!TextUtils.isEmpty(formattedAddress)) { in split()
100 final boolean hasStreet = !TextUtils.isEmpty(postal.street); in joinJaJp()
101 final boolean hasPobox = !TextUtils.isEmpty(postal.pobox); in joinJaJp()
102 final boolean hasNeighborhood = !TextUtils.isEmpty(postal.neighborhood); in joinJaJp()
103 final boolean hasCity = !TextUtils.isEmpty(postal.city); in joinJaJp()
104 final boolean hasRegion = !TextUtils.isEmpty(postal.region); in joinJaJp()
105 final boolean hasPostcode = !TextUtils.isEmpty(postal.postcode); in joinJaJp()
106 final boolean hasCountry = !TextUtils.isEmpty(postal.country); in joinJaJp()
166 final boolean hasStreet = !TextUtils.isEmpty(postal.street); in joinEnUs()
167 final boolean hasPobox = !TextUtils.isEmpty(postal.pobox); in joinEnUs()
[all …]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DMetadataParser.java59 if (!TextUtils.isEmpty(name)) { in parseOneWordList()
64 if (TextUtils.isEmpty(arguments.get(ID_FIELD_NAME)) in parseOneWordList()
65 || TextUtils.isEmpty(arguments.get(LOCALE_FIELD_NAME)) in parseOneWordList()
66 || TextUtils.isEmpty(arguments.get(DESCRIPTION_FIELD_NAME)) in parseOneWordList()
67 || TextUtils.isEmpty(arguments.get(UPDATE_FIELD_NAME)) in parseOneWordList()
68 || TextUtils.isEmpty(arguments.get(FILESIZE_FIELD_NAME)) in parseOneWordList()
69 || TextUtils.isEmpty(arguments.get(CHECKSUM_FIELD_NAME)) in parseOneWordList()
70 || TextUtils.isEmpty(arguments.get(REMOTE_FILENAME_FIELD_NAME)) in parseOneWordList()
71 || TextUtils.isEmpty(arguments.get(VERSION_FIELD_NAME)) in parseOneWordList()
72 || TextUtils.isEmpty(arguments.get(FORMATVERSION_FIELD_NAME))) { in parseOneWordList()
[all …]
/packages/apps/TV/tests/unit/src/com/android/tv/recommendation/
DRecommenderTest.java96 assertThat(mRecommender.recommendChannels()).isEmpty(); in testRecommendChannels_includeRecommendedOnly_allChannelsHaveNoScore()
97 assertThat(mRecommender.recommendChannels(-5)).isEmpty(); in testRecommendChannels_includeRecommendedOnly_allChannelsHaveNoScore()
98 assertThat(mRecommender.recommendChannels(0)).isEmpty(); in testRecommendChannels_includeRecommendedOnly_allChannelsHaveNoScore()
99 assertThat(mRecommender.recommendChannels(3)).isEmpty(); in testRecommendChannels_includeRecommendedOnly_allChannelsHaveNoScore()
100 assertThat(mRecommender.recommendChannels(4)).isEmpty(); in testRecommendChannels_includeRecommendedOnly_allChannelsHaveNoScore()
101 assertThat(mRecommender.recommendChannels(5)).isEmpty(); in testRecommendChannels_includeRecommendedOnly_allChannelsHaveNoScore()
110 assertThat(mRecommender.recommendChannels(-5)).isEmpty(); in testRecommendChannels_notIncludeRecommendedOnly_allChannelsHaveNoScore()
111 assertThat(mRecommender.recommendChannels(0)).isEmpty(); in testRecommendChannels_notIncludeRecommendedOnly_allChannelsHaveNoScore()
127 assertThat(mRecommender.recommendChannels(-5)).isEmpty(); in testRecommendChannels_includeRecommendedOnly_allChannelsHaveScore()
128 assertThat(mRecommender.recommendChannels(0)).isEmpty(); in testRecommendChannels_includeRecommendedOnly_allChannelsHaveScore()
[all …]
/packages/apps/TV/tests/robotests/src/com/android/tv/dvr/
DDvrScheduleManagerTest.java50 assertThat(DvrScheduleManager.getConflictingSchedules(schedules, 1)).isEmpty(); in testGetConflictingSchedules_emptySchedule()
62 assertThat(DvrScheduleManager.getConflictingSchedules(schedules, 1)).isEmpty(); in testGetConflictingSchedules_noConflict()
67 assertThat(DvrScheduleManager.getConflictingSchedules(schedules, 2)).isEmpty(); in testGetConflictingSchedules_noConflict()
72 assertThat(DvrScheduleManager.getConflictingSchedules(schedules, 2)).isEmpty(); in testGetConflictingSchedules_noConflict()
77 assertThat(DvrScheduleManager.getConflictingSchedules(schedules, 3)).isEmpty(); in testGetConflictingSchedules_noConflict()
82 assertThat(DvrScheduleManager.getConflictingSchedules(schedules, 3)).isEmpty(); in testGetConflictingSchedules_noConflict()
90 assertThat(DvrScheduleManager.getConflictingSchedules(schedules, 0)).isEmpty(); in testGetConflictingSchedules_noTuner()
113 assertThat(DvrScheduleManager.getConflictingSchedules(schedules, 1)).isEmpty(); in testGetConflictingSchedules_conflict()
122 assertThat(DvrScheduleManager.getConflictingSchedules(schedules, 2)).isEmpty(); in testGetConflictingSchedules_conflict()
131 assertThat(DvrScheduleManager.getConflictingSchedules(schedules, 2)).isEmpty(); in testGetConflictingSchedules_conflict()
[all …]
/packages/apps/Dialer/java/com/android/dialer/calllogutils/
DCallLogEntryText.java62 if (row.getIsVoicemailCall() && !TextUtils.isEmpty(row.getVoicemailCallTag())) { in buildPrimaryText()
67 if (!TextUtils.isEmpty(row.getNumberAttributes().getName())) { in buildPrimaryText()
72 if (!TextUtils.isEmpty(row.getFormattedNumber())) { in buildPrimaryText()
200 return !row.getFormattedNumber().isEmpty() in buildSecondaryTextForBottomSheet()
224 if (TextUtils.isEmpty(row.getNumberAttributes().getName())) { in buildSecondaryTextForBottomSheet()
228 if (TextUtils.isEmpty(row.getFormattedNumber())) { in buildSecondaryTextForBottomSheet()
267 if (TextUtils.isEmpty(numberTypeLabel) in getNumberTypeLabel()
272 !TextUtils.isEmpty(row.getNumberAttributes().getGeolocation()) in getNumberTypeLabel()
275 if (!TextUtils.isEmpty(location)) { in getNumberTypeLabel()
288 " • ", Collections2.filter(components, (text) -> !TextUtils.isEmpty(text))); in joinSecondaryTextComponents()
/packages/apps/Contacts/src/com/android/contacts/util/
DNameConverter.java85 if (!TextUtils.isEmpty(value)) { in appendQueryParameter()
109 if (!TextUtils.isEmpty(phoneticName)) { in parsePhoneticName()
140 if (!TextUtils.isEmpty(family) || !TextUtils.isEmpty(middle) in buildPhoneticName()
141 || !TextUtils.isEmpty(given)) { in buildPhoneticName()
143 if (!TextUtils.isEmpty(family)) { in buildPhoneticName()
146 if (!TextUtils.isEmpty(middle)) { in buildPhoneticName()
149 if (!TextUtils.isEmpty(given)) { in buildPhoneticName()
/packages/apps/Dialer/java/com/android/dialer/oem/
DCequintCallerIdManager.java228 TextUtils.isEmpty(displayName) in lookup()
257 if (!TextUtils.isEmpty(string)) { in getString()
271 boolean hasFirstName = !TextUtils.isEmpty(firstName); in generateDisplayName()
272 boolean hasLastName = !TextUtils.isEmpty(lastName); in generateDisplayName()
273 boolean hasCompanyName = !TextUtils.isEmpty(company); in generateDisplayName()
274 boolean hasName = !TextUtils.isEmpty(name); in generateDisplayName()
307 if (TextUtils.isEmpty(city) && !TextUtils.isEmpty(state)) { in getGeolocation()
309 } else if (!TextUtils.isEmpty(city) && !TextUtils.isEmpty(stateAbbr)) { in getGeolocation()
311 } else if (!TextUtils.isEmpty(country)) { in getGeolocation()
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DArrayUtils.java60 public static boolean isEmpty(@Nullable Collection<?> array) { in isEmpty() method in ArrayUtils
61 return array == null || array.isEmpty(); in isEmpty()
67 public static <T> boolean isEmpty(@Nullable T[] array) { in isEmpty() method in ArrayUtils
74 public static boolean isEmpty(@Nullable int[] array) { in isEmpty() method in ArrayUtils
81 public static boolean isEmpty(@Nullable long[] array) { in isEmpty() method in ArrayUtils
88 public static boolean isEmpty(@Nullable byte[] array) { in isEmpty() method in ArrayUtils
95 public static boolean isEmpty(@Nullable boolean[] array) { in isEmpty() method in ArrayUtils
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DTransactionContextTest.java47 assertTrue(newDirty.isEmpty()); in testClearExceptSearchIndexUpdates_returnsNewSets()
48 assertTrue(newChanged.isEmpty()); in testClearExceptSearchIndexUpdates_returnsNewSets()
49 assertTrue(newInserted.isEmpty()); in testClearExceptSearchIndexUpdates_returnsNewSets()
50 assertTrue(newUpdated.isEmpty()); in testClearExceptSearchIndexUpdates_returnsNewSets()
51 assertTrue(newSync.isEmpty()); in testClearExceptSearchIndexUpdates_returnsNewSets()
74 assertTrue(context.getChangedRawContactIds().isEmpty()); in testRawContactInserted_affectsChangedContacts()
87 assertTrue(context.getChangedRawContactIds().isEmpty()); in testMarkRawContactChangedOrDeletedOrInserted_affectsChangedContacts()
/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/conditional/
DConditionContextualCardControllerTest.java127 assertThat(conditionalCards.get(cardType)).isEmpty(); in getConditionalCards_hasEmptyConditionCards_shouldReturnThreeEmptyList()
141 assertThat(conditionalCards.get(CardType.CONDITIONAL_HEADER)).isEmpty(); in getConditionalCards_hasOneConditionCardAndExpanded_shouldGetOneFullWidthCard()
152 assertThat(conditionalCards.get(CardType.CONDITIONAL)).isEmpty(); in getConditionalCards_hasOneConditionCardAndCollapsed_shouldGetConditionalHeader()
154 assertThat(conditionalCards.get(CardType.CONDITIONAL_FOOTER)).isEmpty(); in getConditionalCards_hasOneConditionCardAndCollapsed_shouldGetConditionalHeader()
169 assertThat(conditionalCards.get(CardType.CONDITIONAL_HEADER)).isEmpty(); in getConditionalCards_hasTwoConditionCardsAndExpanded_shouldGetTwoHalfWidthCards()
180 assertThat(conditionalCards.get(CardType.CONDITIONAL)).isEmpty(); in getConditionalCards_hasTwoConditionCardsAndCollapsed_shouldGetConditionalHeader()
182 assertThat(conditionalCards.get(CardType.CONDITIONAL_FOOTER)).isEmpty(); in getConditionalCards_hasTwoConditionCardsAndCollapsed_shouldGetConditionalHeader()
193 assertThat(conditionalCards.get(CardType.CONDITIONAL_HEADER)).isEmpty(); in getConditionalCards_hasThreeCardsAndExpanded_shouldGetThreeCardsWithFooter()
204 assertThat(conditionalCards.get(CardType.CONDITIONAL)).isEmpty(); in getConditionalCards_hasThreeCardsAndCollapsed_shouldGetOneConditionalHeader()
206 assertThat(conditionalCards.get(CardType.CONDITIONAL_FOOTER)).isEmpty(); in getConditionalCards_hasThreeCardsAndCollapsed_shouldGetOneConditionalHeader()
/packages/apps/TV/src/com/android/tv/dvr/recorder/
DSeriesRecordingScheduler.java119 .isEmpty()) {
145 if (!stopped.isEmpty()) {
148 if (!normal.isEmpty()) {
174 && !TextUtils.isEmpty(r.getSeasonNumber())
175 && !TextUtils.isEmpty(r.getEpisodeNumber())) {
179 if (!schedulesForUpdate.isEmpty()) {
185 if (schedules.isEmpty()) {
194 if (!seriesRecordingIds.isEmpty()) {
202 if (!seriesRecordings.isEmpty()) {
300 if (!mPendingSeriesRecordings.isEmpty()) { in resumeUpdate()
[all …]
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DStateManager.java60 if (!mStack.isEmpty()) { in startState()
90 if (!mStack.isEmpty()) { in startStateForResult()
107 if (mStack.isEmpty()) { in createOptionsMenu()
123 if (!mStack.isEmpty()) getTopState().resume(); in resume()
129 if (!mStack.isEmpty()) getTopState().onPause(); in pause()
137 if (!mStack.isEmpty()) { in clearActivityResult()
147 if (!mStack.isEmpty()) { in itemSelected()
160 if (!mStack.isEmpty()) { in onBackPressed()
207 ActivityState top = !mStack.isEmpty() ? mStack.peek().activityState : null; in finishState()
260 while (!mStack.isEmpty()) { in destroy()
[all …]
/packages/apps/TV/src/com/android/tv/dvr/ui/browse/
DDetailsContent.java57 TextUtils.isEmpty(recordedProgram.getLongDescription()) in createFromRecordedProgram()
74 TextUtils.isEmpty(program.getLongDescription()) in createFromProgram()
88 TextUtils.isEmpty(seriesRecording.getLongDescription()) in createFromSeriesRecording()
107 !TextUtils.isEmpty(scheduledRecording.getProgramDescription()) in createFromScheduledRecording()
111 if (TextUtils.isEmpty(description)) { in createFromScheduledRecording()
310 if (TextUtils.isEmpty(title)) { in createStyledTitle()
324 if (!TextUtils.isEmpty(mPosterArtUri) && !TextUtils.isEmpty(mThumbnailUri)) { in createImageUris()
327 } else if (!TextUtils.isEmpty(mPosterArtUri)) { in createImageUris()
331 } else if (!TextUtils.isEmpty(mThumbnailUri)) { in createImageUris()
336 if (TextUtils.isEmpty(mDetailsContent.mLogoImageUri) && channel != null) { in createImageUris()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
DNewStorageActivity.java78 if (TextUtils.isEmpty(fsUuid)) { in onCreate()
89 if (TextUtils.isEmpty(volumeId) && TextUtils.isEmpty(diskId)) { in onCreate()
138 if (TextUtils.isEmpty(mVolumeId) && TextUtils.isEmpty(mDiskId)) { in onCreate()
142 if (!TextUtils.isEmpty(mVolumeId)) { in onCreate()
181 if (TextUtils.isEmpty(mVolumeId)) { in onCreateActions()
216 if (!TextUtils.isEmpty(mVolumeId)) { in onGuidedActionClicked()
233 if (!TextUtils.isEmpty(mDiskId)) { in checkForUnmount()
246 } else if (!TextUtils.isEmpty(mVolumeId)) { in checkForUnmount()
288 if (TextUtils.isEmpty(mFsUuid)) { in onCreate()
/packages/apps/Settings/src/com/android/settings/network/apn/
DApnEditor.java274 if (TextUtils.isEmpty(action)) { in onCreate()
326 } else if (!ArrayUtils.isEmpty(mReadOnlyApnFields)) { in onCreate()
379 if (ArrayUtils.isEmpty(apnTypes)) { in hasAllApns()
406 if (ArrayUtils.isEmpty(apnTypesArray1)) { in apnTypesMatch()
410 if (hasAllApns(apnTypesArray1) || TextUtils.isEmpty(apnTypes2)) { in apnTypesMatch()
551 if ((!TextUtils.isEmpty(mcc)) && (!TextUtils.isEmpty(mcc))) { in fillUI()
685 if (!TextUtils.isEmpty(val)) { in bearerMultiDescription()
760 String data = (TextUtils.isEmpty((String) newValue) in onPreferenceChange()
761 && !ArrayUtils.isEmpty(mDefaultApnTypes)) in onPreferenceChange()
763 if (!TextUtils.isEmpty(data)) { in onPreferenceChange()
[all …]
/packages/apps/Settings/src/com/android/settings/wifi/dpp/
DWifiNetworkConfig.java126 if (!TextUtils.isEmpty(security) && !SECURITY_NO_PASSWORD.equals(security)) { in isValidConfig()
127 if (TextUtils.isEmpty(preSharedKey)) { in isValidConfig()
132 if (!hiddenSsid && TextUtils.isEmpty(ssid)) { in isValidConfig()
144 if (TextUtils.isEmpty(str)) { in escapeSpecialCharacters()
171 .append(TextUtils.isEmpty(mSecurity) ? empty : mSecurity) in getQrCode()
174 .append(TextUtils.isEmpty(mPreSharedKey) ? empty in getQrCode()
212 if (TextUtils.isEmpty(mSecurity)) { in isSupportWifiDpp()
245 if (TextUtils.isEmpty(mSecurity) || SECURITY_NO_PASSWORD.equals(mSecurity)) { in getWifiConfigurations()
304 if (TextUtils.isEmpty(input)) { in addQuotationIfNeeded()
/packages/apps/Contacts/src/com/android/contacts/detail/
DContactDisplayUtils.java66 if (!TextUtils.isEmpty(displayName)) { in getDisplayName()
75 if (!TextUtils.isEmpty(altDisplayName)) { in getDisplayName()
87 if (!TextUtils.isEmpty(phoneticName)) { in getPhoneticName()
102 if (!TextUtils.isEmpty(directoryDisplayName)) { in getAttribution()
104 } else if (!TextUtils.isEmpty(directoryType)) { in getAttribution()
127 if (!TextUtils.isEmpty(organization)) { in getCompany()
146 if (!TextUtils.isEmpty(organization.getCompany())) { in getFormattedCompanyString()
149 if (!TextUtils.isEmpty(organization.getDepartment())) { in getFormattedCompanyString()
152 if (!TextUtils.isEmpty(organization.getTitle())) { in getFormattedCompanyString()
238 if (!TextUtils.isEmpty(textToDisplay)) { in setDataOrHideIfNone()
/packages/apps/TV/src/com/android/tv/dvr/
DDvrDataManagerImpl.java339 if (!toUpdate.isEmpty()) { in start()
342 if (!toDelete.isEmpty()) { in start()
419 } else if (recordedPrograms.isEmpty()) { in onRecordedProgramsLoadedFinished()
444 if (!addedRecordedPrograms.isEmpty()) { in onRecordedProgramsLoadedFinished()
447 if (!changedRecordedPrograms.isEmpty()) { in onRecordedProgramsLoadedFinished()
450 if (!oldRecordedPrograms.isEmpty()) { in onRecordedProgramsLoadedFinished()
465 if (recordedPrograms.isEmpty()) { in onRecordedProgramsLoadedFinished()
753 if (!schedulesToDelete.isEmpty()) { in removeScheduledRecording()
761 if (!schedulesNotToDelete.isEmpty()) { in removeScheduledRecording()
794 if (!toUpdate.isEmpty()) { in removeSeriesRecording()
[all …]
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/buffer/
DBufferManager.java471 if (!headMap.isEmpty()) { in getReadFile()
517 if (map.isEmpty()) { in maybeEvictChunk()
555 if (map.isEmpty()) { in maybeEvictChunk()
573 if (trackFormatList.isEmpty()) { in readTrackInfoFiles()
588 if (audios.isEmpty() && videos.isEmpty()) { in writeMetaFiles()
591 if (!audios.isEmpty()) { in writeMetaFiles()
602 if (!videos.isEmpty()) { in writeMetaFiles()
624 if (audios.isEmpty() && videos.isEmpty()) { in writeMetaFilesOnly()
627 if (!audios.isEmpty()) { in writeMetaFilesOnly()
630 if (!videos.isEmpty()) { in writeMetaFilesOnly()
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer2/buffer/
DBufferManager.java475 if (!headMap.isEmpty()) { in getReadFile()
521 if (map.isEmpty()) { in maybeEvictChunk()
559 if (map.isEmpty()) { in maybeEvictChunk()
577 if (trackFormatList.isEmpty()) { in readTrackInfoFiles()
592 if (audios.isEmpty() && videos.isEmpty()) { in writeMetaFiles()
595 if (!audios.isEmpty()) { in writeMetaFiles()
606 if (!videos.isEmpty()) { in writeMetaFiles()
628 if (audios.isEmpty() && videos.isEmpty()) { in writeMetaFilesOnly()
631 if (!audios.isEmpty()) { in writeMetaFilesOnly()
634 if (!videos.isEmpty()) { in writeMetaFilesOnly()
/packages/services/Telephony/src/com/android/phone/
DCarrierXmlParser.java156 if (!TextUtils.isEmpty(m.group(i))) { in newFromResponseString()
251 if (TextUtils.isEmpty(getInputValue)) { in makeCommand()
276 if (TextUtils.isEmpty(sParserFormat)) { in getResponseSet()
298 if (!TextUtils.isEmpty(defineString)) { in getResponseSet()
304 if (TextUtils.isEmpty(defineString)) { in getResponseSet()
310 if (TextUtils.isEmpty(defineString)) { in getResponseSet()
453 if (!TextUtils.isEmpty(featureName)) { in parseXml()
511 if (!TextUtils.isEmpty(key)) { in readCommandResultEntry()
551 if (!TextUtils.isEmpty(number)) { in readCommandEntry()
556 if (!TextUtils.isEmpty(number)) { in readCommandEntry()
[all …]
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiShellCommandTest.java140 assertFalse(mWifiShellCommand.getErrPrintWriter().toString().isEmpty()); in testSetIpReachDisconnect()
159 assertFalse(mWifiShellCommand.getErrPrintWriter().toString().isEmpty()); in testSetIpReachDisconnect()
169 assertFalse(mWifiShellCommand.getErrPrintWriter().toString().isEmpty()); in testGetIpReachDisconnect()
197 assertFalse(mWifiShellCommand.getErrPrintWriter().toString().isEmpty()); in testSetPollRssiIntervalMsecs()
211 assertFalse(mWifiShellCommand.getErrPrintWriter().toString().isEmpty()); in testSetPollRssiIntervalMsecs()
221 assertFalse(mWifiShellCommand.getErrPrintWriter().toString().isEmpty()); in testGetPollRssiIntervalMsecs()
241 assertFalse(mWifiShellCommand.getErrPrintWriter().toString().isEmpty()); in testForceHiPerfMode()
264 assertFalse(mWifiShellCommand.getErrPrintWriter().toString().isEmpty()); in testAddFakeScans()
293 assertFalse(mWifiShellCommand.getErrPrintWriter().toString().isEmpty()); in testForceLowLatencyMode()
316 assertFalse(mWifiShellCommand.getErrPrintWriter().toString().isEmpty()); in testNetworkSuggestionsSetUserApproved()
[all …]
/packages/services/Mms/src/com/android/mms/service/
DApnSettings.java98 if (!TextUtils.isEmpty(apnName)) { in load()
132 if (TextUtils.isEmpty(mmscUrl)) { in getApnSettingsFromCursor()
142 if (!TextUtils.isEmpty(proxyAddress)) { in getApnSettingsFromCursor()
146 if (!TextUtils.isEmpty(portString)) { in getApnSettingsFromCursor()
167 if (TextUtils.isEmpty(value)) { in getDebugText()
203 return !TextUtils.isEmpty(mProxyAddress); in isProxySet()
208 if (TextUtils.isEmpty(types)) { in isValidApnType()

12345678910>>...98