/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/ |
D | CharMatcher.java | 20 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 …]
|
D | CharEscapers.java | 18 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()
|
D | Splitter.java | 20 import static com.google.android.mail.common.base.Preconditions.checkNotNull; 132 checkNotNull(separatorMatcher); in on() 203 checkNotNull(separatorPattern); 321 checkNotNull(trimmer); 332 checkNotNull(sequence);
|
D | Strings.java | 20 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()
|
D | UnicodeEscaper.java | 19 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()
|
D | CharEscaper.java | 19 import static com.google.android.mail.common.base.Preconditions.checkNotNull; 51 checkNotNull(string); in escape() 82 checkNotNull(out); in escape()
|
D | PercentEscaper.java | 19 import static com.google.android.mail.common.base.Preconditions.checkNotNull; 119 checkNotNull(safeChars); // eager for GWT. in PercentEscaper() 191 checkNotNull(s); in escape()
|
D | Preconditions.java | 175 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/ |
D | InjectedSetting.java | 69 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/ |
D | TextRecord.java | 49 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()
|
D | MimeRecord.java | 43 mType = Preconditions.checkNotNull(mimeType); in MimeRecord() 44 Preconditions.checkNotNull(content); in MimeRecord()
|
/packages/apps/Tag/canon/src/com/android/apps/tagcanon/ |
D | TagCanon.java | 53 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/ |
D | InCallPresenter.java | 215 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()
|
D | InCallVideoCallCallbackNotifier.java | 68 Preconditions.checkNotNull(listener); in addSessionModificationListener() 89 Preconditions.checkNotNull(listener); in addVideoEventListener() 110 Preconditions.checkNotNull(listener); in addSurfaceChangeListener()
|
D | VideoPauseController.java | 52 Preconditions.checkNotNull(call); in CallContext() 57 mCall = Preconditions.checkNotNull(call); in update() 118 mInCallPresenter = Preconditions.checkNotNull(inCallPresenter); in setUp()
|
D | CallList.java | 232 Preconditions.checkNotNull(listener); in addListener() 475 Preconditions.checkNotNull(call); in updateCallInMap() 536 Preconditions.checkNotNull(call); in updateCallTextMap()
|
D | CallUtils.java | 77 Preconditions.checkNotNull(call); in makeVideoPauseProfile() 83 Preconditions.checkNotNull(call); in makeVideoUnPauseProfile()
|
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/ |
D | HTML.java | 70 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/ |
D | DownloadCache.java | 82 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/ |
D | LruPool.java | 146 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/ |
D | Call.java | 836 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/ |
D | RawContactMatchingCandidates.java | 26 import static com.android.internal.util.Preconditions.checkNotNull; 38 checkNotNull(mBestMatches); in RawContactMatchingCandidates()
|
/packages/apps/Camera2/src/com/android/camera/one/v2/commands/ |
D | CameraCommandExecutor.java | 19 import static com.google.common.base.Preconditions.checkNotNull; 109 checkNotNull(mExecutor); in execute()
|
/packages/apps/Gallery2/src/com/android/gallery3d/util/ |
D | JobLimiter.java | 132 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/ |
D | HfaLogic.java | 84 mCallback = Preconditions.checkNotNull(callback); in HfaLogic() 85 mContext = Preconditions.checkNotNull(context); in HfaLogic()
|