/packages/apps/Camera2/src/com/android/camera/app/ |
PlaceholderManager.java | 86 if (l != null && l == listener) { 105 private TaskListener mNext = null; 109 while (mNext == null && mIndex < mListenerRefs.size()) { 111 if (mNext == null) { 115 return mNext != null; 123 mNext = null; 134 if (title == null || placeholder == null) { 135 throw new IllegalArgumentException("Null argument passed to insertPlaceholder"); 150 Storage.addImage(mContext.getContentResolver(), title, timestamp, null, 0, null [all...] |
/packages/apps/Camera2/tests/src/com/android/camera/stress/ |
CameraStressTestRunner.java | 51 if ( video_iterations != null ) { 54 if ( image_iterations != null) { 57 if ( video_duration != null) {
|
/packages/apps/Contacts/src/com/android/contacts/ |
GroupMetaDataLoader.java | 52 super(context, ensureIsGroupUri(groupUri), COLUMNS, Groups.ACCOUNT_TYPE + " NOT NULL AND " 53 + Groups.ACCOUNT_NAME + " NOT NULL", null, null); 62 if (groupUri == null) { 63 throw new IllegalArgumentException("Uri must not be null");
|
/packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/mocks/ |
MockContactPhotoManager.java | 33 defaultProvider.applyDefaultImage(view, -1, darkTheme, null); 39 defaultProvider.applyDefaultImage(view, requestedExtent, darkTheme, null); 44 view.setImageDrawable(null);
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/test/ |
InjectedServices.java | 58 if (mSystemServices == null) { 66 if (mSystemServices != null) { 69 return null;
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/ |
DataStatus.java | 36 private String mStatus = null; 39 private String mResPackage = null; 108 if (mResPackage == null) mResPackage = context.getPackageName(); 111 final boolean validLabel = mResPackage != null && mLabelRes != -1; 115 DateUtils.FORMAT_ABBREV_RELATIVE) : null; 117 null) : null; 130 return null; 138 if (mResPackage == null) mResPackage = context.getPackageName(); 140 final boolean validIcon = mResPackage != null && mIconRes != -1 [all...] |
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/database/ |
NoNullCursorAsyncQueryHandlerTest.java | 48 return null; 76 handler.startQuery(1, null, URI, PROJECTION, null, null, null); 81 assertFalse(cursorHolder.obj == null); 103 handler.startQuery(1, cookie, URI, PROJECTION, null, null, null); 130 handler.startQuery(1, cookie, URI, PROJECTION, null, null, null) [all...] |
/packages/apps/DeskClock/src/com/android/deskclock/worldclock/ |
CityObj.java | 47 mCityName = prefs.getString(CITY_NAME + index, null); 48 mTimeZone = prefs.getString(CITY_TIME_ZONE + index, null); 49 mCityId = prefs.getString(CITY_ID + index, null);
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/ |
Account.java | 206 Account.POLICY_KEY + " IS NOT NULL AND " + Account.POLICY_KEY + "!=0"; 246 null, null, null); 251 if (c != null) { 441 if (mHostAuthSend == null) { 452 if (mHostAuthRecv == null) { 476 if (account == null) return false; 541 UUID_SELECTION, new String[] {uuid}, null, 0, -1L); 553 CONTENT_URI, ID_PROJECTION, null, null, null) [all...] |
/packages/apps/Exchange/src/com/android/exchange/ |
EasResponse.java | 63 mEntity = (response == null) ? null : mResponse.getEntity(); 64 if (mEntity != null) { 127 * @return The new host address, or null if it's not there. 131 if (locHeader != null) { 134 return null; 143 if (mInputStream != null || mClosed) { 145 } else if (mEntity == null) { 148 InputStream is = null; 153 if (ceHeader != null) { [all...] |
/packages/apps/Gallery/src/com/android/camera/ |
BitmapManager.java | 63 private static BitmapManager sManager = null; 73 if (status == null) { 91 status.mOptions = null; 100 if (status == null) { 116 if (status.mOptions != null) { 145 return null; 154 kind, null); 157 kind, null); 168 if (sManager == null) { 180 return null; [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
PreloadReceiver.java | 36 if (provider != null) { 46 return null; 48 }.executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR, (Void) null);
|
/packages/apps/LegacyCamera/tests/src/com/android/camera/ |
CameraStressTestRunner.java | 53 if ( video_iterations != null ) { 56 if ( image_iterations != null) { 59 if ( video_duration != null) {
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/ |
RemoveReceiver.java | 31 String pkg = uri != null ? uri.getSchemeSpecificPart() : null; 32 if (pkg != null) {
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
AbstractSuggestionExtras.java | 37 if (mMore != null) { 47 if (extra == null && mMore != null) {
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/ |
ClusteredSuggestionsView.java | 38 super.setAdapter(adapter == null ? null : adapter.getListAdapter()); 62 if (mSuggestionsAdapter != null) {
|
/packages/apps/Settings/src/com/android/settings/accounts/ |
AddAccountSettings.java | 86 if (intent != null) { 96 if (mPendingIntent != null) { 98 mPendingIntent = null; 123 if (savedInstanceState != null) { 146 if (authorities != null) { 149 if (accountTypes != null) { 169 if (mPendingIntent != null) { 171 mPendingIntent = null; 192 null, /* authTokenType */ 193 null, /* requiredFeatures * [all...] |
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
A2dpProfile.java | 68 if (device == null) { 107 if (mService == null) return new ArrayList<BluetoothDevice>(0); 115 if (mService == null) return false; 117 if (sinks != null) { 126 if (mService == null) return false; 135 if (mService == null) { 142 if (mService == null) return false; 147 if (mService == null) return BluetoothProfile.PRIORITY_OFF; 152 if (mService == null) return; 162 if (mService == null) return false [all...] |
/packages/apps/Settings/src/com/android/settings/wifi/ |
Summary.java | 26 String[] formats = context.getResources().getStringArray((ssid == null) 31 return null; 37 return get(context, null, state);
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/output/ |
DemuxOutputStream.java | 57 if( null != output )
73 if( null != output )
90 if( null != output )
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/ |
Mailbox.java | 40 this(null, localPart, domain);
45 * @param route The zero or more domains that make up the route. Can be null.
106 return "<" + (!includeRoute || route == null ? "" : route.toRouteString() + ":")
108 + (domain == null ? "" : "@")
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/util/ |
DataStatus.java | 34 private String mStatus = null; 37 private String mResPackage = null; 102 if (mResPackage == null) mResPackage = context.getPackageName(); 105 final boolean validLabel = mResPackage != null && mLabelRes != -1; 109 DateUtils.FORMAT_ABBREV_RELATIVE) : null; 111 null) : null; 124 return null; 132 if (mResPackage == null) mResPackage = context.getPackageName(); 134 final boolean validIcon = mResPackage != null && mIconRes != -1 [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
WordListMetadata.java | 87 if (null == id 88 || null == type 89 || null == description 90 || null == lastUpdate 91 || null == fileSize 92 || null == checksum 93 || null == localFilename 94 || null == remoteFilename 95 || null == version 96 || null == formatVersio [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/ |
DictDecoder.java | 58 * which words from the buffer should be added. If it is null, a new dictionary is created. 60 * @param dict an optional dictionary to add words to, or null. 157 FileInputStream inStream = null; 158 ByteBuffer buffer = null; 164 if (inStream != null) { 168 if (buffer != null) { 171 return null; 186 FileInputStream inStream = null; 193 if (inStream != null) { 213 RandomAccessFile raFile = null; [all...] |
FusionDictionary.java | 105 * value is the frequency of this terminal. A terminal may have non-null shortcuts and/or 106 * bigrams, but a non-terminal may not. Moreover, children, if present, are null. 136 mChildren = null; 155 if (null == mChildren) { 183 if (null == mShortcutTargets) return null; 191 if (null == mBigrams) return null; 206 if (mBigrams == null) { 210 if (bigram != null) { 447 add(getCodePoints(word2), 0, null, false \/* isNotAWord *\/, local [all...] |