Searched refs:notNull (Results 1 - 25 of 55) sorted by relevance

123

/packages/apps/Messaging/src/com/android/messaging/util/
H A DAvatarUriUtil.java98 Assert.notNull(participants);
120 Assert.notNull(avatarUris);
136 Assert.notNull(uri);
149 Assert.notNull(participant);
198 Assert.notNull(participantData);
233 Assert.notNull(profilePhotoUri);
234 Assert.notNull(fallbackUri);
245 Assert.notNull(name);
268 Assert.notNull(uri);
274 Assert.notNull(ur
[all...]
H A DImeUtil.java61 Assert.notNull(context);
62 Assert.notNull(v);
72 Assert.notNull(context);
73 Assert.notNull(v);
H A DAssert.java189 public static void notNull(final Object obj) { method in class:Assert
H A DUiUtils.java118 Assert.notNull(context);
141 Assert.notNull(context);
143 Assert.notNull(action);
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
H A DVCardRequestDescriptor.java27 Assert.notNull(vCardUri);
H A DDecodedImageResource.java111 Assert.notNull(mBitmap);
139 Assert.notNull(mBitmap);
H A DPoolableImageCache.java144 Assert.notNull(inputStream);
185 Assert.notNull(bytes);
186 Assert.notNull(optionsTmp);
H A DMediaResourceManager.java171 Assert.notNull(decodeRequest);
208 Assert.notNull(resource);
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
H A DUpdateConversationOptionsAction.java40 Assert.notNull(conversationId);
52 Assert.notNull(conversationId);
64 Assert.notNull(conversationId);
81 Assert.notNull(conversationId);
H A DProcessDownloadedMmsAction.java102 Assert.notNull(messageId);
103 Assert.notNull(contentUri);
104 Assert.notNull(notificationUri);
105 Assert.notNull(conversationId);
106 Assert.notNull(participantId);
142 Assert.notNull(messageId);
143 Assert.notNull(notificationUri);
144 Assert.notNull(conversationId);
145 Assert.notNull(participantId);
167 Assert.notNull(messageI
[all...]
H A DUpdateMessagePartSizeAction.java38 Assert.notNull(partId);
H A DDeleteConversationAction.java140 Assert.notNull(conversationId);
H A DUpdateDestinationBlockedAction.java81 Assert.notNull(listener);
/packages/apps/Messaging/src/com/android/messaging/ui/
H A DVCardDetailActivity.java42 Assert.notNull(vCardUri);
H A DCustomHeaderViewPager.java64 Assert.notNull(mViewPager);
H A DSnackBar.java92 Assert.notNull(anchorView);
136 Assert.notNull(snackBarManager);
137 Assert.notNull(parentView);
H A DFixedViewPagerAdapter.java38 Assert.notNull(viewHolders);
/packages/apps/Messaging/src/com/android/messaging/ui/attachmentchooser/
H A DAttachmentChooserActivity.java43 Assert.notNull(conversationId);
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DSimSelectorItemView.java61 Assert.notNull(simEntry);
71 Assert.notNull(mData);
/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DBitmapPool.java189 Assert.notNull(resources);
190 Assert.notNull(optionsTmp);
229 Assert.notNull(inputStream);
268 Assert.notNull(bytes);
269 Assert.notNull(optionsTmp);
328 Assert.notNull(b);
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
H A DCameraPreview.java48 Assert.notNull(host);
49 Assert.notNull(host.getView());
H A DImagePersistTask.java58 Assert.notNull(bytes);
59 Assert.notNull(context);
60 Assert.notNull(callback);
168 Assert.notNull(mException);
/packages/apps/Messaging/src/com/android/messaging/ui/conversationsettings/
H A DPeopleAndOptionsActivity.java46 Assert.notNull(conversationId);
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
H A DPeopleOptionsItemData.java112 Assert.notNull(otherParticipant);
/packages/apps/Messaging/src/com/android/messaging/ui/appsettings/
H A DGroupMmsSettingDialog.java59 Assert.notNull(mDialog);

Completed in 361 milliseconds

123