Searched refs:isEmpty (Results 201 - 225 of 447) sorted by relevance

1234567891011>>

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DGcSnapshot.java492 return currentClip != null && currentClip.getBounds().isEmpty() == false;
513 return currentClip != null && currentClip.getBounds().isEmpty() == false;
521 return mClip.getBounds().isEmpty() == false;
/frameworks/native/services/surfaceflinger/
H A DLayerBase.cpp242 if (!s.active.crop.isEmpty()) {
259 if (!s.active.crop.isEmpty()) {
408 if (!s.active.crop.isEmpty()) {
H A DDisplayDevice.cpp174 if (!displayName.isEmpty()) {
391 if (viewport.isEmpty()) {
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFilter.java566 String name = generator.name().isEmpty() ? field.getName() : generator.name();
600 String name = generator.name().isEmpty() ? field.getName() : generator.name();
607 String varName = generator.variableName().isEmpty() ? name
/frameworks/base/cmds/content/src/com/android/commands/content/
H A DContent.java261 if (TextUtils.isEmpty(argument)) {
290 if (TextUtils.isEmpty(value) || value.startsWith(ARGUMENT_PREFIX)) {
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityInteractionClient.java205 if (infos != null && !infos.isEmpty()) {
738 while (!fringe.isEmpty()) {
/frameworks/base/core/java/android/widget/
H A DNumberPicker.java1730 if (TextUtils.isEmpty(str)) {
1756 if (!TextUtils.isEmpty(text) && !text.equals(mInputText.getText().toString())) {
1944 if (TextUtils.isEmpty(filtered)) {
2163 if (TextUtils.isEmpty(searched)) {
2382 if (!TextUtils.isEmpty(text)
2389 if (!TextUtils.isEmpty(text) &&
2395 if (!TextUtils.isEmpty(contentDesc) &&
2403 if (!TextUtils.isEmpty(text)
/frameworks/base/core/java/com/android/internal/widget/
H A DLockSettingsService.java150 return TextUtils.isEmpty(value) ?
159 return TextUtils.isEmpty(value) ? defaultValue : Long.parseLong(value);
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java223 if (bundle.isEmpty()) return null;
225 if (cl.isEmpty())
/frameworks/base/test-runner/src/android/test/
H A DMoreAsserts.java387 if (!map.isEmpty()) {
421 if (map.isEmpty()) {
/frameworks/native/libs/binder/
H A DMemoryDealer.cpp56 bool isEmpty() const { return mFirst == 0; } function in class:android::LinkedList
283 while(!mList.isEmpty()) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIntRangeManager.java549 public boolean isEmpty() { method in class:IntRangeManager
550 return mRanges.isEmpty();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmConnection.java454 if (TextUtils.isEmpty(dc.name)) {
455 if (!TextUtils.isEmpty(cnapName)) {
H A DUsimPhoneBookManager.java99 if (!mPhoneBookRecords.isEmpty()) {
307 if (fileIds == null || fileIds.isEmpty()) return;
/frameworks/support/v4/java/android/support/v4/app/
H A DShareCompat.java317 if (mStreams != null && !mStreams.isEmpty()) {
329 if (mStreams != null && !mStreams.isEmpty()) {
/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp160 bool isEmpty() const;
1028 CHECK(section->isEmpty());
1214 if (mPrograms.isEmpty()) {
1294 bool ATSParser::PSISection::isEmpty() const { function in class:android::ATSParser::PSISection
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp309 if (!msg.isEmpty()) {
315 if (!msg.isEmpty()) {
321 if (!msg.isEmpty()) {
326 if (!msg.isEmpty()) {
/frameworks/av/media/libstagefright/timedtext/
H A DTimedTextSRTSource.cpp105 if (mTextVector.isEmpty()) {
/frameworks/av/services/camera/libcameraservice/camera2/
H A DParameters.h103 bool isEmpty() const { function in struct:android::camera2::Parameters::Area
/frameworks/base/core/java/android/accounts/
H A DChooseAccountTypeActivity.java87 if (mAuthenticatorInfosToDisplay.isEmpty()) {
H A DGrantCredentialsPermissionActivity.java98 if (!TextUtils.isEmpty(authTokenLabel)) {
/frameworks/base/core/java/android/gesture/
H A DGestureStore.java179 if (gestures.isEmpty()) {
/frameworks/base/core/java/android/net/
H A DDnsPinger.java226 if (!mActivePings.isEmpty()) {
H A DEthernetDataTracker.java121 if(!mIface.isEmpty())
H A DProxyProperties.java102 if (TextUtils.isEmpty(url) || mParsedExclusionList == null ||

Completed in 735 milliseconds

1234567891011>>