/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
IccFileHandler.java | 155 0, 0, GET_RESPONSE_EF_SIZE_BYTES, null, null, mAid, response); 175 null, null, mAid, response); 192 0, 0, GET_RESPONSE_EF_SIZE_BYTES, null, null, mAid, response); 209 0, 0, GET_RESPONSE_EF_SIZE_BYTES, null, null, mAid, response); 227 0, 0, GET_RESPONSE_EF_SIZE_BYTES, null, null, mAid, response) [all...] |
/packages/apps/Calendar/src/com/android/calendar/event/ |
EventLocationAdapter.java | 70 // The default image resource for the icon. This will be null if there should 166 return null; 173 if (view == null) { 177 if (result == null) { 183 if (nameView != null) { 184 if (result.mName == null) { 194 if (addressView != null) { 200 if (imageView != null) { 201 if (result.mDefaultIcon == null) { 211 if (result.mContactPhotoUri != null) { [all...] |
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
GroupsTest.java | 115 Projections.PROJ_SUMMARY, null, null, null); 164 mResolver.update(updateUri, values, null, null); 176 assertEquals(1, mResolver.update(uri, values, null, null)); 185 assertEquals(1, getCount(uri, null, null)); 186 mResolver.delete(uri, null, null) [all...] |
/frameworks/base/services/java/com/android/server/am/ |
ActivityManagerService.java | 382 if (r != null) { 386 return null; 392 ActivityRecord mFocusedActivity = null; 402 public Bundle result = null; 452 ProcessRecord mHeavyWeightProcess = null; 661 return null; 690 String mBackupAppName = null; 691 BackupRecord mBackupTarget = null; 5156 startProcessLocked(procs.get(ip), "on-hold", null); local [all...] |
/frameworks/base/core/java/android/widget/ |
TextView.java | 343 if (mDrawableStart != null && mDrawableLeft == null) { 349 if (mDrawableEnd != null && mDrawableRight == null) { 389 if (mDrawableLeft != null) { 392 if (mDrawableRight != null) { 395 if (mDrawableTop != null) { 398 if (mDrawableBottom != null) { 404 if (mDrawableError != dr && mDrawableError != null) { 405 mDrawableError.setCallback(null); [all...] |
/dalvik/tests/064-field-access/src/ |
Main.java | 26 SubOther.main(null); 29 GetNonexistent.main(null); 47 * or be null if no exception was expected. 54 Object result = null; 89 if (expectedException != null) { 96 if (expectedException == null) { 181 localInst.getValue(localPubByteField, samePkgInst, 'B', null); 186 this.getValue(localProtByteField, samePkgInst, 'B', null); 204 null); 211 * Null object. Different exceptions based on which packag [all...] |
/developers/build/prebuilts/gradle/BluetoothLeGatt/BluetoothLeGattSample/src/main/java/com/example/android/bluetoothlegatt/ |
BluetoothLeService.java | 145 if (data != null && data.length > 0) { 185 if (mBluetoothManager == null) { 187 if (mBluetoothManager == null) { 194 if (mBluetoothAdapter == null) { 213 if (mBluetoothAdapter == null || address == null) { 219 if (mBluetoothDeviceAddress != null && address.equals(mBluetoothDeviceAddress) 220 && mBluetoothGatt != null) { 231 if (device == null) { 251 if (mBluetoothAdapter == null || mBluetoothGatt == null) [all...] |
/developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGattSample/src/main/java/com/example/android/bluetoothlegatt/ |
BluetoothLeService.java | 145 if (data != null && data.length > 0) { 185 if (mBluetoothManager == null) { 187 if (mBluetoothManager == null) { 194 if (mBluetoothAdapter == null) { 213 if (mBluetoothAdapter == null || address == null) { 219 if (mBluetoothDeviceAddress != null && address.equals(mBluetoothDeviceAddress) 220 && mBluetoothGatt != null) { 231 if (device == null) { 251 if (mBluetoothAdapter == null || mBluetoothGatt == null) [all...] |
/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/ |
BluetoothLeService.java | 145 if (data != null && data.length > 0) { 185 if (mBluetoothManager == null) { 187 if (mBluetoothManager == null) { 194 if (mBluetoothAdapter == null) { 213 if (mBluetoothAdapter == null || address == null) { 219 if (mBluetoothDeviceAddress != null && address.equals(mBluetoothDeviceAddress) 220 && mBluetoothGatt != null) { 231 if (device == null) { 251 if (mBluetoothAdapter == null || mBluetoothGatt == null) [all...] |
/development/samples/training/ContactsList/src/com/example/android/contactslist/util/ |
ImageLoader.java | 73 if (data == null) { 78 Bitmap bitmap = null; 80 if (mImageCache != null) { 84 if (bitmap != null) { 139 if (bitmapWorkerTask != null) { 157 if (bitmapWorkerTask != null) { 159 if (bitmapData == null || !bitmapData.equals(data)) { 175 * null if there is no such task. 178 if (imageView != null) { 185 return null; [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
RecognitionException.cs | 126 : this("A recognition error occurred.", null, null) 131 : this("A recognition error occurred.", input, null) 136 : this(message, null, null) 141 : this(message, input, null) 146 : this(message, null, innerException) 154 if (input != null) 165 if (tns != null) 172 if (charStream != null) [all...] |
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
LegacyCommonTokenStream.java | 98 while ( t!=null && t.getType()!=CharStream.EOF ) { 101 if ( channelOverrideMap!=null ) { 104 if ( channelI!=null ) { 108 if ( discardSet!=null && 167 if ( channelOverrideMap==null ) { 174 if ( discardSet==null ) { 192 return getTokens(start, stop, (BitSet)null); 196 * the token type BitSet. Return null if no tokens were found. This 210 return null; 217 if ( types==null || types.member(t.getType()) ) [all...] |
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/ |
CertificateFactorySpiTest.java | 75 List list = null; 87 assertNull("Not null Cerificate", cc); 89 certFactorySpi.engineGenerateCertificate(null); 95 assertNull("Not null Collection", col); 97 certFactorySpi.engineGenerateCertificates(null); 103 assertNull("Not null CRL", ccCRL); 105 certFactorySpi.engineGenerateCRL(null); 112 assertNull("Not null CRL", colCRL); 114 certFactorySpi.engineGenerateCRLs(null); 154 certFactorySpi.engineGenerateCertificates(null); [all...] |
/external/apache-http/src/org/apache/http/message/ |
BasicLineFormatter.java | 83 * @param buffer a buffer already available, or <code>null</code> 89 if (buffer != null) { 103 * <code>null</code> for the 111 if (formatter == null) 113 return formatter.appendProtocolVersion(null, version).toString(); 120 if (version == null) { 122 ("Protocol version may not be null"); 128 if (result == null) { 148 * @param version the protocol version to format, or <code>null</code> 163 * <code>null</code> for th [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/util/ |
IntMap.java | 86 if (table[i] != null) 93 return null; 99 for (Entry e = table[i]; e != null; e = e.next){ 110 for (Entry e = table[index]; e != null; e = e.next){ 120 for (Entry e = table[index]; e != null; e = e.next){ 125 return null; 131 for (Entry e = table[index]; e != null; e = e.next){ 148 if (e != null){ 149 src[j] = null; 156 }while (e != null); [all...] |
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/ |
ClassPath.java | 47 private static ClassPath theClassPath = null; 79 if (theClassPath != null) { 126 if (theClassPath != null) { 144 if (bootClassPath != null) { 150 if (extraBootClassPathEntries != null) { 156 if (dexFile != null) { 170 File file = null; 171 DexFile dexFile = null; 206 if (dexFile == null) { 239 * @return the newly loaded ClassDef object for the given class, or null if the class cannot be foun 328 assert arrayClassName != null; local 864 assert classType != null; local 865 assert classType.equals("Ljava\/lang\/Object;") || superclass != null; local 866 assert classInfo != null; local 944 assert superclass.instanceFields != null; local [all...] |
/frameworks/base/core/java/android/accounts/ |
AccountManager.java | 269 if (result != null) { 295 if (context == null) throw new IllegalArgumentException("context is null"); 311 * @return The account's password, null if none or if the account doesn't exist 314 if (account == null) throw new IllegalArgumentException("account is null"); 336 * @return The user data, null if the account or key doesn't exist 339 if (account == null) throw new IllegalArgumentException("account is null"); 340 if (key == null) throw new IllegalArgumentException("key is null") [all...] |
/frameworks/base/core/java/android/os/ |
CommonClock.java | 123 if (null == mRemote) 142 retVal = null; 159 if (null != mRemote) { 164 mRemote = null; 166 mUtils = null; 234 * master, or null if there is no current master. 263 * <p>Call this method with a null listener to stop receiving server death notifications. 291 * <p>Call this method with a null listener to stop receiving server death notifications. 302 if ((null == mRemote) || (null == mUtils) [all...] |
/frameworks/base/core/java/com/android/internal/database/ |
SortCursor.java | 62 if (mCursors[i] == null) continue; 72 mCursor = null; 75 if (mCursors[j] == null || mCursors[j].isAfterLast()) 78 if (mCursor == null || current.compareToIgnoreCase(smallest) < 0) { 96 if (mCursors[i] != null) { 122 if (mCursor == null) { 123 Log.w(TAG, "onMove: cache results in a null cursor."); 131 mCursor = null; 136 if (mCursors[i] == null) continue; 143 if (mCursors[i] == null) continue [all...] |
/frameworks/base/core/java/com/android/internal/view/menu/ |
IconMenuItemView.java | 63 if (sPrependShortcutLabel == null) { 126 if ((mItemInvoker != null) && (mItemInvoker.invokeItem(mItemData))) { 144 } else if (title != null) { 154 if (mItemData == null) { 164 if (mShortcutCaption == null) { 177 if (icon != null) { 183 setCompoundDrawables(null, icon, null, null); 195 setCompoundDrawables(null, null, null, null) [all...] |
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
DirectoryLoader.java | 60 cursor = null; 61 client = null; 120 Cursor cursor = null; 124 cursor = resolver.query(stateUri, null, null, null, null); 160 ContentProviderClient client = null; 165 mUri, null, null, null, getQuerySortOrder(result.sortOrder), mSignal) [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
DemoStatusIcons.java | 62 if (volume != null) { 66 updateSlot("volume", null, iconId); 69 if (bt != null) { 73 updateSlot("bluetooth", null, iconId); 76 if (location != null) { 79 updateSlot(LocationController.LOCATION_STATUS_ICON_PLACEHOLDER, null, iconId); 82 if (alarm != null) { 85 updateSlot("alarm_clock", null, iconId); 88 if (sync != null) { 91 updateSlot("sync_active", null, iconId) [all...] |
/frameworks/base/services/java/com/android/server/ |
CommonTimeManagementService.java | 154 if (ServiceManager.checkService(CommonTimeConfig.SERVICE_NAME) == null) { 200 (null == mCTConfig) ? "reconnecting" 203 (null == mCurIface ? "unbound" : mCurIface))); 229 if (null != mCTConfig) { 231 mCTConfig = null; 268 if (null != mCTConfig) { 277 String bindIface = null; 304 if (null != ifaceList) { 319 if (null == config) 334 bindIface = null; [all...] |
/frameworks/base/services/tests/servicestests/src/com/android/server/location/ |
ComprehensiveCountryDetectorTest.java | 43 return mLocationBasedCountryDetector != null && mLocationBasedDetectorStarted; 47 return mLocationBasedCountryDetector == null && mLocationBasedDetectorStopped; 51 return mLocationRefreshTimer != null; 55 return mLocationRefreshTimer == null; 64 return null; 76 return null; 86 return null; 91 return null; 243 countryDetector.notifyLocationBasedListener(null); 245 assertTrue(sameCountry(listener.getCountry(), null)); [all...] |
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/ |
BlockingCameraManager.java | 102 if (manager == null) { 103 throw new IllegalArgumentException("manager must not be null"); 111 * <p>Note that the Handler provided must not be null. Furthermore, if there is a handler, 132 * Handler which to run the listener on. Must not be null. 137 * If the handler is null, or if the handler's looper is current. 148 if (handler == null) { 149 throw new IllegalArgumentException("handler must not be null"); 181 private CameraDevice mDevice = null; 200 assertEquals(null, mDevice); 209 Log.v(TAG, "onOpened: camera " + ((camera != null) ? camera.getId() : "null")) [all...] |