Home
last modified time | relevance | path

Searched refs:checkNotNull (Results 1 – 25 of 73) sorted by relevance

123

/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
DCharMatcher.java20 import static com.google.android.mail.common.base.Preconditions.checkNotNull;
259 checkNotNull(sequence);
266 checkNotNull(sequence);
287 checkNotNull(sequence);
294 return checkNotNull(other);
297 checkNotNull(other);
315 checkNotNull(sequence);
324 checkNotNull(sequence);
331 checkNotNull(sequence);
343 checkNotNull(replacement);
[all …]
DCharEscapers.java18 import static com.google.android.mail.common.base.Preconditions.checkNotNull;
43 checkNotNull(string);
49 checkNotNull(out);
56 checkNotNull(csq);
63 checkNotNull(csq);
881 checkNotNull(primary); in fallThrough()
882 checkNotNull(secondary); in fallThrough()
DSplitter.java20 import static com.google.android.mail.common.base.Preconditions.checkNotNull;
132 checkNotNull(separatorMatcher); in on()
203 checkNotNull(separatorPattern);
321 checkNotNull(trimmer);
332 checkNotNull(sequence);
DStrings.java20 import static com.google.android.mail.common.base.Preconditions.checkNotNull;
92 checkNotNull(string); // eager for GWT. in padStart()
124 checkNotNull(string); // eager for GWT. in padEnd()
148 checkNotNull(string); // eager for GWT. in repeat()
DUnicodeEscaper.java19 import static com.google.android.mail.common.base.Preconditions.checkNotNull;
145 checkNotNull(string); in escape()
263 checkNotNull(out); in escape()
276 checkNotNull(csq); in escape()
DCharEscaper.java19 import static com.google.android.mail.common.base.Preconditions.checkNotNull;
51 checkNotNull(string); in escape()
82 checkNotNull(out); in escape()
DPercentEscaper.java19 import static com.google.android.mail.common.base.Preconditions.checkNotNull;
119 checkNotNull(safeChars); // eager for GWT. in PercentEscaper()
191 checkNotNull(s); in escape()
DPreconditions.java175 public static <T> T checkNotNull(T reference) { in checkNotNull() method in Preconditions
192 public static <T> T checkNotNull(T reference, Object errorMessage) { in checkNotNull() method in Preconditions
216 public static <T> T checkNotNull(T reference, String errorMessageTemplate, in checkNotNull() method in Preconditions
/packages/apps/Settings/src/com/android/settings/location/
DInjectedSetting.java69 this.packageName = Preconditions.checkNotNull(packageName, "packageName"); in InjectedSetting()
70 this.className = Preconditions.checkNotNull(className, "className"); in InjectedSetting()
71 this.title = Preconditions.checkNotNull(title, "title"); in InjectedSetting()
74 this.settingsActivity = Preconditions.checkNotNull(settingsActivity); in InjectedSetting()
/packages/apps/Tag/src/com/android/apps/tag/record/
DTextRecord.java49 mLanguageCode = Preconditions.checkNotNull(languageCode); in TextRecord()
50 mText = Preconditions.checkNotNull(text); in TextRecord()
134 Preconditions.checkNotNull(text); in newTextRecord()
135 Preconditions.checkNotNull(locale); in newTextRecord()
DMimeRecord.java43 mType = Preconditions.checkNotNull(mimeType); in MimeRecord()
44 Preconditions.checkNotNull(content); in MimeRecord()
/packages/apps/Tag/canon/src/com/android/apps/tagcanon/
DTagCanon.java53 Preconditions.checkNotNull(text); in newTextRecord()
54 Preconditions.checkNotNull(locale); in newTextRecord()
74 Preconditions.checkNotNull(type); in newMimeRecord()
75 Preconditions.checkNotNull(data); in newMimeRecord()
/packages/apps/InCallUI/src/com/android/incallui/
DInCallPresenter.java215 Preconditions.checkNotNull(context); in setUp()
562 Preconditions.checkNotNull(listener); in addIncomingCallListener()
573 Preconditions.checkNotNull(listener); in addListener()
584 Preconditions.checkNotNull(listener); in addDetailsListener()
595 Preconditions.checkNotNull(listener); in addCanAddCallListener()
606 Preconditions.checkNotNull(listener); in addOrientationListener()
617 Preconditions.checkNotNull(listener); in addInCallEventListener()
DInCallVideoCallCallbackNotifier.java68 Preconditions.checkNotNull(listener); in addSessionModificationListener()
89 Preconditions.checkNotNull(listener); in addVideoEventListener()
110 Preconditions.checkNotNull(listener); in addSurfaceChangeListener()
DVideoPauseController.java52 Preconditions.checkNotNull(call); in CallContext()
57 mCall = Preconditions.checkNotNull(call); in update()
118 mInCallPresenter = Preconditions.checkNotNull(inCallPresenter); in setUp()
DCallList.java232 Preconditions.checkNotNull(listener); in addListener()
475 Preconditions.checkNotNull(call); in updateCallInMap()
536 Preconditions.checkNotNull(call); in updateCallTextMap()
DCallUtils.java77 Preconditions.checkNotNull(call); in makeVideoPauseProfile()
83 Preconditions.checkNotNull(call); in makeVideoUnPauseProfile()
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
DHTML.java70 Preconditions.checkNotNull(name, "Element name can not be null"); in Element()
71 Preconditions.checkNotNull(flow, "Element flow can not be null"); in Element()
181 Preconditions.checkNotNull(name, "Attribute name can not be null"); in Attribute()
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DDownloadCache.java82 mRoot = Utils.checkNotNull(root); in DownloadCache()
83 mApplication = Utils.checkNotNull(application); in DownloadCache()
256 this.cacheFile = Utils.checkNotNull(cacheFile); in Entry()
266 mUrl = Utils.checkNotNull(url); in DownloadTask()
/packages/apps/Camera2/src/com/android/camera/processing/memory/
DLruPool.java146 Preconditions.checkNotNull(key); in acquire()
172 Preconditions.checkNotNull(key); in add()
173 Preconditions.checkNotNull(value); in add()
/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java836 Preconditions.checkNotNull(service); in setConnectionService()
1060 Preconditions.checkNotNull(mConnectionService); in answer()
1081 Preconditions.checkNotNull(mConnectionService); in reject()
1098 Preconditions.checkNotNull(mConnectionService); in hold()
1110 Preconditions.checkNotNull(mConnectionService); in unhold()
1424 Preconditions.checkNotNull(callerInfo); in setCallerInfo()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DRawContactMatchingCandidates.java26 import static com.android.internal.util.Preconditions.checkNotNull;
38 checkNotNull(mBestMatches); in RawContactMatchingCandidates()
/packages/apps/Camera2/src/com/android/camera/one/v2/commands/
DCameraCommandExecutor.java19 import static com.google.common.base.Preconditions.checkNotNull;
109 checkNotNull(mExecutor); in execute()
/packages/apps/Gallery2/src/com/android/gallery3d/util/
DJobLimiter.java132 mPool = Utils.checkNotNull(pool); in JobLimiter()
137 JobWrapper<T> future = new JobWrapper<T>(Utils.checkNotNull(job), listener); in submit()
/packages/services/Telephony/src/com/android/phone/
DHfaLogic.java84 mCallback = Preconditions.checkNotNull(callback); in HfaLogic()
85 mContext = Preconditions.checkNotNull(context); in HfaLogic()

123