Searched defs:isEmpty (Results 1 - 25 of 48) sorted by relevance

12

/packages/apps/Contacts/src/com/android/contacts/preference/
H A DContactsPreferenceActivity.java60 public static boolean isEmpty(Context context) { method in class:ContactsPreferenceActivity
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/decoder/
H A DUnboundedFifoByteBuffer.java111 public boolean isEmpty() { method in class:UnboundedFifoByteBuffer
158 if (isEmpty()) {
172 if (isEmpty()) {
/packages/apps/Gallery/src/com/android/camera/gallery/
H A DIImageList.java59 public boolean isEmpty(); method in interface:IImageList
H A DSingleImageList.java49 public boolean isEmpty() { method in class:SingleImageList
H A DBaseImageList.java103 public boolean isEmpty() { method in class:BaseImageList
H A DImageListUber.java87 public boolean isEmpty() { method in class:ImageListUber
89 if (!subList.isEmpty()) return false;
/packages/apps/Exchange/src/com/android/exchange/
H A DEasResponse.java126 public boolean isEmpty() { method in class:EasResponse
/packages/apps/Gallery/tests/src/com/android/camera/gallery/
H A DMockImageList.java40 public boolean isEmpty() { method in class:MockImageList
41 return mList.isEmpty();
/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/actions/
H A DDoodle.java76 public boolean isEmpty() { method in class:Doodle
77 return normalizedPath.isEmpty();
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
H A DSuggestionsAdapter.java63 boolean isEmpty(); method in interface:SuggestionsAdapter
H A DSuggestionsListAdapter.java40 public boolean isEmpty() { method in class:SuggestionsListAdapter
H A DDelayingSuggestionsAdapter.java187 public boolean isEmpty() { method in class:DelayingSuggestionsAdapter
188 return mDelayedAdapter.isEmpty();
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppBatch.java186 public boolean isEmpty() { method in class:BluetoothOppBatch
/packages/apps/Browser/src/com/android/browser/
H A DIntentHandler.java134 if (urlData.isEmpty()) {
154 if (!TextUtils.isEmpty(urlData.mUrl) &&
197 if (!urlData.isEmpty()
241 if (pairs != null && !pairs.isEmpty()) {
272 if (TextUtils.isEmpty(source)) {
324 if (TextUtils.isEmpty(url)) return false;
392 boolean isEmpty() { method in class:IntentHandler.UrlData
H A DDateSortedExpandableListAdapter.java375 public boolean isEmpty() { method in class:DateSortedExpandableListAdapter
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DEditor.java56 public boolean isEmpty(); method in interface:Editor
H A DEventFieldEditorView.java121 if (TextUtils.isEmpty(data)) {
133 public boolean isEmpty() { method in class:EventFieldEditorView
134 return TextUtils.isEmpty(mDateView.getText());
167 if (!isYearOptional && !TextUtils.isEmpty(oldValue)) {
199 if (TextUtils.isEmpty(oldValue)) {
H A DPhotoEditorView.java183 public boolean isEmpty() { method in class:PhotoEditorView
H A DKindSectionView.java217 if (!TextUtils.isEmpty(value)) return false;
266 if (((Editor) view).isEmpty()) {
284 public boolean isEmpty() { method in class:KindSectionView
287 if (!((Editor) view).isEmpty()) {
H A DTextFieldsEditorView.java257 public boolean isEmpty() { method in class:TextFieldsEditorView
260 if (!TextUtils.isEmpty(editText.getText())) {
/packages/apps/Contacts/src/com/android/contacts/list/
H A DJoinContactListAdapter.java77 if (!TextUtils.isEmpty(filter)) {
102 public boolean isEmpty() { method in class:JoinContactListAdapter
/packages/apps/Email/src/com/android/email/mail/store/imap/
H A DImapList.java62 public final boolean isEmpty() { method in class:ImapList
H A DImapString.java87 public final boolean isEmpty() { method in class:ImapString
128 if (isEmpty()) {
/packages/apps/Calendar/src/com/android/calendar/
H A DCalendarViewAdapter.java219 public boolean isEmpty() { method in class:CalendarViewAdapter
/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DAlertActivity.java336 public boolean isEmpty() { method in class:AlertActivity

Completed in 352 milliseconds

12