/aosp12/frameworks/av/drm/libdrmframework/ |
H A D | DrmManagerClientImpl.cpp | 36 const String8 DrmManagerClientImpl::EMPTY_STRING(""); member in DrmManagerClientImpl 89 if ((NULL != path) && (EMPTY_STRING != *path)) { in getConstraints() 98 if ((NULL != path) && (EMPTY_STRING != *path)) { in getMetadata() 107 if ((EMPTY_STRING != path) || (EMPTY_STRING != mimeType)) { in canHandle() 139 String8 mimeType = EMPTY_STRING; in getOriginalMimeType() 140 if (EMPTY_STRING != path) { in getOriginalMimeType() 149 if ((EMPTY_STRING != path) || (EMPTY_STRING != mimeType)) { in getDrmObjectType() 159 if (EMPTY_STRING != path) { in checkRightsStatus() 192 if (EMPTY_STRING != path) { in validateAction() 201 if (EMPTY_STRING != path) { in removeRights() [all …]
|
/aosp12/frameworks/av/drm/drmserver/ |
H A D | DrmManager.cpp | 277 if (EMPTY_STRING != plugInId) { in getConstraints() 291 if (EMPTY_STRING != plugInId) { in getMetadata() 329 if (EMPTY_STRING != plugInId) { in processDrmInfo() 360 if (EMPTY_STRING != plugInId) { in acquireDrmInfo() 376 if (EMPTY_STRING != plugInId) { in saveRights() 388 String8 mimeType(EMPTY_STRING); in getOriginalMimeType() 390 if (EMPTY_STRING != plugInId) { in getOriginalMimeType() 404 if (EMPTY_STRING != plugInId) { in getDrmObjectType() 418 if (EMPTY_STRING != plugInId) { in checkRightsStatus() 454 if (EMPTY_STRING != plugInId) { in validateAction() [all …]
|
/aosp12/packages/apps/Gallery/src/com/android/camera/ |
H A D | ReverseGeocoderTask.java | 50 String value = MenuHelper.EMPTY_STRING; in doInBackground() 61 value = MenuHelper.EMPTY_STRING; in doInBackground() 64 value = MenuHelper.EMPTY_STRING; in doInBackground()
|
H A D | MenuHelper.java | 96 public static final String EMPTY_STRING = ""; field in MenuHelper 210 if (!location.equals(MenuHelper.EMPTY_STRING)) { in onComplete() 337 if (value != null && !value.equals(EMPTY_STRING)) { in showExifInformation() 391 ? EMPTY_STRING in onDetailsClicked() 429 value = EMPTY_STRING; in onDetailsClicked() 436 if (value != EMPTY_STRING) { in onDetailsClicked()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/ |
H A D | AppWidgetOptionsHelper.java | 20 import static com.android.systemui.people.PeopleSpaceUtils.EMPTY_STRING; 45 String pkg = options.getString(PACKAGE_NAME, EMPTY_STRING); in getPeopleTileKeyFromBundle() 47 String shortcutId = options.getString(SHORTCUT_ID, EMPTY_STRING); in getPeopleTileKeyFromBundle()
|
H A D | PeopleTileKey.java | 19 import static com.android.systemui.people.PeopleSpaceUtils.EMPTY_STRING; 55 : EMPTY_STRING; in PeopleTileKey()
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
H A D | JsonUtils.java | 37 private static final String EMPTY_STRING = ""; field in JsonUtils 70 return EMPTY_STRING; in listToJsonStr() 91 return EMPTY_STRING; in listToJsonStr()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/management/ |
H A D | AllModelTest.kt | 43 private const val EMPTY_STRING = "Other" 91 model = AllModel(controls, favoritesList, EMPTY_STRING, controlsModelCallback) 112 ZoneNameWrapper(EMPTY_STRING), 131 val new_model = AllModel(selected_controls, emptyList(), EMPTY_STRING,
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/ |
H A D | PeopleProvider.java | 43 private static final String EMPTY_STRING = ""; field in PeopleProvider 67 PeopleProviderUtils.EXTRAS_KEY_SHORTCUT_ID, EMPTY_STRING); in call() 69 PeopleProviderUtils.EXTRAS_KEY_PACKAGE_NAME, EMPTY_STRING); in call()
|
H A D | PeopleBackupFollowUpJob.java | 20 import static com.android.systemui.people.PeopleSpaceUtils.EMPTY_STRING; 218 String contactUriString = sp.getString(String.valueOf(widgetId), EMPTY_STRING); in removeUnavailableShortcutsFromSharedStorage()
|
H A D | PeopleSpaceUtils.java | 83 public static final String EMPTY_STRING = ""; field in PeopleSpaceUtils 86 new PeopleTileKey(EMPTY_STRING, INVALID_USER_ID, EMPTY_STRING); 114 String contactUriString = contactUri == null ? EMPTY_STRING : contactUri.toString(); in setSharedPreferencesStorageForTile()
|
/aosp12/packages/apps/Settings/src/com/android/settings/accessibility/ |
H A D | AccessibilitySlicePreferenceController.java | 46 private static final String EMPTY_STRING = ""; field in AccessibilitySlicePreferenceController 62 return serviceInfo == null ? EMPTY_STRING : AccessibilitySettings.getServiceSummary( in getSummary()
|
H A D | LaunchAccessibilityActivityPreferenceFragment.java | 52 private static final String EMPTY_STRING = ""; field in LaunchAccessibilityActivityPreferenceFragment 157 final String switchBarText = (info == null) ? EMPTY_STRING : getString( in initLaunchPreference()
|
/aosp12/packages/apps/TV/src/com/android/tv/ui/ |
H A D | ChannelBannerView.java | 112 private static final String EMPTY_STRING = ""; field in ChannelBannerView 275 .setDescription(EMPTY_STRING) in ChannelBannerView() 280 .setDescription(EMPTY_STRING) in ChannelBannerView() 434 info.hasClosedCaption() ? sClosedCaptionMark : EMPTY_STRING); in updateStreamInfo() 456 String displayNumber = EMPTY_STRING; in updateChannelInfo() 457 String displayName = EMPTY_STRING; in updateChannelInfo() 461 displayNumber = EMPTY_STRING; in updateChannelInfo() 465 displayName = EMPTY_STRING; in updateChannelInfo()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/ |
H A D | LaunchConversationActivityTest.java | 65 private static final String EMPTY_STRING = ""; field in LaunchConversationActivityTest 136 EMPTY_STRING); in testDoNotClearNotificationIfNoKey() 229 EMPTY_STRING); in testBubbleWithNoNotifOpensBubble()
|
H A D | PeopleSpaceWidgetManagerTest.java | 51 import static com.android.systemui.people.PeopleSpaceUtils.EMPTY_STRING; 671 mContext, KEY, SECOND_WIDGET_ID_WITH_SHORTCUT, EMPTY_STRING); in testUpdateNotificationOnExistingTileAfterRemovingTileForSamePerson() 1092 assertThat(widgetSp.getString(PACKAGE_NAME, EMPTY_STRING)).isEqualTo(EMPTY_STRING); in testOnAppWidgetOptionsChangedNoWidgetAdded() 1093 assertThat(widgetSp.getString(SHORTCUT_ID, EMPTY_STRING)).isEqualTo(EMPTY_STRING); in testOnAppWidgetOptionsChangedNoWidgetAdded() 1112 assertThat(first.getString(PeopleSpaceUtils.SHORTCUT_ID, EMPTY_STRING)) in testOnAppWidgetOptionsChangedWidgetAdded() 1113 .isEqualTo(EMPTY_STRING); in testOnAppWidgetOptionsChangedWidgetAdded() 1115 assertThat(first.getString(PACKAGE_NAME, EMPTY_STRING)).isEqualTo(EMPTY_STRING); in testOnAppWidgetOptionsChangedWidgetAdded() 1182 PeopleSpaceTile actual = mManager.augmentTileFromNotifications(tile, key, EMPTY_STRING, in testAugmentTileFromNotifications() 1202 .augmentTileFromNotifications(tile, key, EMPTY_STRING, in testAugmentTileFromNotificationsDifferentShortcutId()
|
/aosp12/packages/apps/TV/src/com/android/tv/dialog/ |
H A D | RecentlyWatchedDialogFragment.java | 42 private static final String EMPTY_STRING = ""; field in RecentlyWatchedDialogFragment 81 displayNumber = EMPTY_STRING; in onCreateDialog()
|
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ |
H A D | Constants.java | 40 public static final String EMPTY_STRING = ""; field in Constants
|
/aosp12/frameworks/base/core/java/android/text/ |
H A D | BidiFormatter.java | 130 private static final String EMPTY_STRING = ""; field in BidiFormatter 316 return EMPTY_STRING; in markAfter() 345 return EMPTY_STRING; in markBefore()
|
/aosp12/packages/inputmethods/LatinIME/native/jni/src/utils/ |
H A D | char_utils.cpp | 1286 /* static */ const std::vector<int> CharUtils::EMPTY_STRING(1 /* size */, '\0' /* value */); member in latinime::CharUtils
|
H A D | char_utils.h | 30 static const std::vector<int> EMPTY_STRING;
|
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/settings/ |
H A D | DialerSettingsViewModel.java | 55 device != null ? device.getName() : Constants.EMPTY_STRING); in getCurrentHfpConnectedDeviceName()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/ |
H A D | AccessibilitySettingsTest.java | 89 private static final String EMPTY_STRING = ""; field in AccessibilitySettingsTest 187 doReturn(EMPTY_STRING).when(mServiceInfo).loadSummary(any()); in getServiceSummary_enableService_showsEnabled() 198 doReturn(EMPTY_STRING).when(mServiceInfo).loadSummary(any()); in getServiceSummary_disableService_showsDisabled()
|
/aosp12/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/ |
H A D | StringUtils.java | 34 private static final String EMPTY_STRING = ""; field in StringUtils 158 return EMPTY_STRING; in removeFromCommaSplittableTextIfExists() 557 return EMPTY_STRING; in byteArrayToHexString()
|
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
H A D | ContactLocaleUtils.java | 107 private static final String EMPTY_STRING = ""; field in ContactLocaleUtils.ContactLocaleUtilsBase 263 return EMPTY_STRING; in getBucketLabel()
|