/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/ |
D | EventRecurrenceTest.java | 40 /* String until */ null, in test0() 43 /* int[] bysecond */ null, in test0() 44 /* int[] byminute */ null, in test0() 45 /* int[] byhour */ null, in test0() 46 /* int[] byday */ null, in test0() 47 /* int[] bydayNum */ null, in test0() 48 /* int[] bymonthday */ null, in test0() 49 /* int[] byyearday */ null, in test0() 50 /* int[] byweekno */ null, in test0() 51 /* int[] bymonth */ null, in test0() [all …]
|
D | RecurrenceProcessorTest.java | 155 if (last != null && last.length() > 0) { in verifyRecurrence() 176 null /* rdate */, null /* exrule */, null /* exdate */, in testMonthly0() 188 null /* rdate */, null /* exrule */, null /* exdate */, in testMonthly1() 202 null /* rdate */, null /* exrule */, null /* exdate */, in testMonthly2() 218 null /* rdate */, null /* exrule */, null /* exdate */, in testMonthly3() 239 null /* rdate */, null /* exrule */, null /* exdate */, in testMonthly4() 261 null /* rdate */, null /* exrule */, null /* exdate */, in testMonthly5() 278 null /* rdate */, null /* exrule */, null /* exdate */, in testMonthly6() 294 null /* rdate */, null /* exrule */, null /* exdate */, in testMonthly7() 309 null /* exrule */, null /* exdate */, in testMonthly8() [all …]
|
/frameworks/data-binding/compilerCommon/src/main/grammar-gen/android/databinding/parser/ |
D | BindingExpressionLexer.java | 49 null, "','", "'default'", "'='", "'('", "')'", "'.'", "'['", "']'", "'+'", 54 "'this'", null, null, null, null, null, null, "'null'" 57 null, null, null, null, null, null, null, null, null, null, null, null, 58 null, null, null, null, null, null, null, null, null, null, null, null, 59 null, null, null, null, null, null, null, null, null, null, null, null, 60 null, null, null, null, null, null, null, null, "THIS", "IntegerLiteral", 76 if (tokenNames[i] == null) { 80 if (tokenNames[i] == null) {
|
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/ |
D | PropertyNodesVerifierElem.java | 63 return addExpectedNodeWithOrder(propName, propValue, null, null, null, null, null); in addExpectedNodeWithOrder() 68 return addExpectedNodeWithOrder(propName, propValue, null, in addExpectedNodeWithOrder() 69 null, contentValues, null, null); in addExpectedNodeWithOrder() 74 return addExpectedNodeWithOrder(propName, null, propValueList, in addExpectedNodeWithOrder() 75 null, contentValues, null, null); in addExpectedNodeWithOrder() 80 return addExpectedNodeWithOrder(propName, propValue, propValueList, null, in addExpectedNodeWithOrder() 81 null, null, null); in addExpectedNodeWithOrder() 88 null, null, null, null); in addExpectedNodeWithOrder() 93 return addExpectedNodeWithOrder(propName, propValue, null, in addExpectedNodeWithOrder() 94 null, null, paramMap_TYPE, null); in addExpectedNodeWithOrder() [all …]
|
/frameworks/base/core/tests/coretests/src/android/content/res/ |
D | ResourcesManagerTest.java | 72 null, APP_ONE_RES_DIR, null, null, null, Display.DEFAULT_DISPLAY, null, in testMultipleCallsWithIdenticalParametersCacheReference() 73 CompatibilityInfo.DEFAULT_COMPATIBILITY_INFO, null); in testMultipleCallsWithIdenticalParametersCacheReference() 77 null, APP_ONE_RES_DIR, null, null, null, Display.DEFAULT_DISPLAY, null, in testMultipleCallsWithIdenticalParametersCacheReference() 78 CompatibilityInfo.DEFAULT_COMPATIBILITY_INFO, null); in testMultipleCallsWithIdenticalParametersCacheReference() 86 null, APP_ONE_RES_DIR, null, null, null, Display.DEFAULT_DISPLAY, null, in testMultipleCallsWithDifferentParametersReturnDifferentReferences() 87 CompatibilityInfo.DEFAULT_COMPATIBILITY_INFO, null); in testMultipleCallsWithDifferentParametersReturnDifferentReferences() 93 null, APP_ONE_RES_DIR, null, null, null, Display.DEFAULT_DISPLAY, overrideConfig, in testMultipleCallsWithDifferentParametersReturnDifferentReferences() 94 CompatibilityInfo.DEFAULT_COMPATIBILITY_INFO, null); in testMultipleCallsWithDifferentParametersReturnDifferentReferences() 102 null, APP_ONE_RES_DIR, null, null, null, Display.DEFAULT_DISPLAY, null, in testAddingASplitCreatesANewImpl() 103 CompatibilityInfo.DEFAULT_COMPATIBILITY_INFO, null); in testAddingASplitCreatesANewImpl() [all …]
|
/frameworks/base/core/java/android/app/ |
D | AlarmManager.java | 201 mService.remove(null, this); in cancel() 207 if (sWrappers != null) { in cancel() 224 if (sWrappers != null) { in run() 336 setImpl(type, triggerAtMillis, legacyExactLength(), 0, 0, operation, null, null, in set() 337 null, null, null); in set() 365 setImpl(type, triggerAtMillis, legacyExactLength(), 0, 0, null, listener, tag, in set() 366 targetHandler, null, null); in set() 428 null, null, null, null, null); in setRepeating() 479 null, null, null, null, null); in setWindow() 493 setImpl(type, windowStartMillis, windowLengthMillis, 0, 0, null, listener, tag, in setWindow() [all …]
|
D | ActivityTransitionState.java | 112 if (mExitTransitionCoordinators == null) { in addExitTransitionCoordinator() 121 if (oldRef.get() == null) { in addExitTransitionCoordinator() 131 if (bundle != null) { in readState() 132 if (mEnterTransitionCoordinator == null || mEnterTransitionCoordinator.isReturning()) { in readState() 135 if (mEnterTransitionCoordinator == null) { in readState() 143 if (mEnteringNames != null) { in saveState() 146 if (mExitingFrom != null) { in saveState() 154 if (window == null) { in setEnterActivityOptions() 160 && options != null && mEnterActivityOptions == null in setEnterActivityOptions() 161 && mEnterTransitionCoordinator == null in setEnterActivityOptions() [all …]
|
D | PendingIntent.java | 215 if (handler == null && ActivityThread.isSystem()) { in FinishedDispatcher() 218 if (sDefaultSystemHandler == null) { in FinishedDispatcher() 232 if (mHandler == null) { in performReceive() 302 return getActivity(context, requestCode, intent, flags, null); in getActivity() 336 String resolvedType = intent != null ? intent.resolveTypeIfNeeded( in getActivity() 337 context.getContentResolver()) : null; in getActivity() 344 null, null, requestCode, new Intent[] { intent }, in getActivity() 345 resolvedType != null ? new String[] { resolvedType } : null, in getActivity() 347 return target != null ? new PendingIntent(target) : null; in getActivity() 350 return null; in getActivity() [all …]
|
D | EnterTransitionCoordinator.java | 76 if (decorView != null) { in EnterTransitionCoordinator() 125 if (getViewsTransition() != null && mTransitioningViews != null) { in viewsReady() 133 if (mSharedElementsBundle != null) { in viewsReady() 145 if (decor == null || (decor.isAttachedToWindow() && in triggerViewsReady() 152 mViewsReadyListener = null; in triggerViewsReady() 167 if (decorView != null) { in mapNamedElements() 170 if (accepted != null) { in mapNamedElements() 174 if (localName != null && !localName.equals(acceptedName)) { in mapNamedElements() 176 if (view != null) { in mapNamedElements() 188 if (allowOverlappingTransitions() && getEnterViewsTransition() != null) { in sendSharedElementDestination() [all …]
|
/frameworks/base/core/tests/coretests/src/android/database/ |
D | DatabaseGeneralTest.java | 63 mDatabase = SQLiteDatabase.openOrCreateDatabase(mDatabaseFile.getPath(), null); in setUp() 105 assertEquals(1, mDatabase.update("test", values, "_id=1", null)); in testUpdate() 106 Cursor c = mDatabase.query("test", null, "_id=1", null, null, null, null); in testUpdate() 124 c = mDatabase.query("phones", null, in testPhoneNumbersEqual() 125 "PHONE_NUMBERS_EQUAL(num, '504-555-7683')", null, null, null, null); in testPhoneNumbersEqual() 126 assertTrue(c == null || c.getCount() == 0); in testPhoneNumbersEqual() 129 c = mDatabase.query("phones", null, in testPhoneNumbersEqual() 130 "PHONE_NUMBERS_EQUAL(num, '911')", null, null, null, null); in testPhoneNumbersEqual() 138 c = mDatabase.query("phones", null, in testPhoneNumbersEqual() 139 "PHONE_NUMBERS_EQUAL(num, '5555')", null, null, null, null); in testPhoneNumbersEqual() [all …]
|
/frameworks/base/rs/java/android/renderscript/ |
D | ScriptIntrinsicBlend.java | 50 forEach(id, ain, aout, null, opt); in blend() 60 forEachClear(ain, aout, null); in forEachClear() 80 return createKernelID(0, 3, null, null); in getKernelIDClear() 91 forEachSrc(ain, aout, null); in forEachSrc() 102 blend(1, ain, aout, null); in forEachSrc() 111 return createKernelID(1, 3, null, null); in getKernelIDSrc() 145 return createKernelID(2, 3, null, null); in getKernelIDDst() 155 forEachSrcOver(ain, aout, null); in forEachSrcOver() 175 return createKernelID(3, 3, null, null); in getKernelIDSrcOver() 185 forEachDstOver(ain, aout, null); in forEachDstOver() [all …]
|
D | Element.java | 68 if (mElements == null) { in updateVisibleSubElements() 202 if (mElements == null) { in isComplex() 206 if (mElements[ct].mElements != null) { in isComplex() 221 if (mVisibleElementMap == null) { in getSubElementCount() 234 if (mVisibleElementMap == null) { in getSubElement() 250 if (mVisibleElementMap == null) { in getSubElementName() 267 if (mVisibleElementMap == null) { in getSubElementArraySize() 283 if (mVisibleElementMap == null) { in getSubElementOffsetBytes() 314 if (rs.mElement_BOOLEAN == null) { in BOOLEAN() 316 if (rs.mElement_BOOLEAN == null) { in BOOLEAN() [all …]
|
/frameworks/base/obex/javax/obex/ |
D | HeaderSet.java | 231 private SecureRandom mRandom = null; 267 mName = null; in setEmptyNameHeader() 298 if (headerValue == null) { in setHeader() 299 mCount = null; in setHeader() 311 if ((headerValue != null) && (!(headerValue instanceof String))) { in setHeader() 318 if ((headerValue != null) && (!(headerValue instanceof String))) { in setHeader() 325 if (headerValue == null) { in setHeader() 326 mLength = null; in setHeader() 338 if ((headerValue != null) && (!(headerValue instanceof Calendar))) { in setHeader() 344 if ((headerValue != null) && (!(headerValue instanceof Calendar))) { in setHeader() [all …]
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/ |
D | PasspointManagementObjectManager.java | 192 if (sps != null) { in loadAllSPs() 194 if (mSPs.put(sp.getFQDN(), sp) != null) { in loadAllSPs() 243 OMAConstructed dummyRoot = new OMAConstructed(null, TAG_PerProviderSubscription, null); in addSP() 263 if (mSPs.put(fqdn, sp) != null) { in addSP() 300 OMANode instance = null; in findTargetTree() 306 if (instance != null) { in findTargetTree() 314 return null; in findTargetTree() 338 if (targetTree == null) { in modifySP() 356 if (oldUdi != null) { in modifySP() 364 if (current == null) { in modifySP() [all …]
|
/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/ |
D | MOManager.java | 190 if (moTree == null) { in loadAllSPs() 195 if (sps != null) { in loadAllSPs() 197 if (mSPs.put(sp.getFQDN(), sp) != null) { in loadAllSPs() 245 OMAConstructed dummyRoot = new OMAConstructed(null, TAG_PerProviderSubscription, null); in addSP() 267 if (mSPs.put(fqdn, sp) != null) { in addSP() 324 OMANode instance = null; in findTargetTree() 330 if (instance != null) { in findTargetTree() 338 return null; in findTargetTree() 362 if (targetTree == null) { in modifySP() 380 if (oldUdi != null) { in modifySP() [all …]
|
/frameworks/base/core/java/com/android/internal/util/ |
D | XmlUtils.java | 64 if (null != value) { in convertValueToList() 79 if (null == value) in convertValueToBoolean() 93 if (null == charSeq) in convertValueToInt() 137 if (null == value) { in convertValueToUnsignedInt() 190 serializer.startDocument(null, true); in writeMapXml() 192 writeMapXml(val, null, serializer); in writeMapXml() 213 serializer.startDocument(null, true); in writeListXml() 215 writeListXml(val, null, serializer); in writeListXml() 235 writeMapXml(val, name, out, null); in writeMapXml() 258 if (val == null) { in writeMapXml() [all …]
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | Owners.java | 167 mDeviceOwnerUserId, (mDeviceOwner != null ? mDeviceOwner.packageName : null), in pushToPackageManagerLocked() 173 return mDeviceOwner != null ? mDeviceOwner.packageName : null; in getDeviceOwnerPackageName() 186 if (mDeviceOwner == null) { in getDeviceOwnerUserIdAndComponent() 187 return null; in getDeviceOwnerUserIdAndComponent() 196 return mDeviceOwner != null ? mDeviceOwner.name : null; in getDeviceOwnerName() 202 return mDeviceOwner != null ? mDeviceOwner.admin : null; in getDeviceOwnerComponent() 208 return mDeviceOwner != null ? mDeviceOwner.remoteBugreportUri : null; in getDeviceOwnerRemoteBugreportUri() 214 return mDeviceOwner != null ? mDeviceOwner.remoteBugreportHash : null; in getDeviceOwnerRemoteBugreportHash() 236 /* remoteBugreportUri =*/ null, /* remoteBugreportHash =*/ null); in setDeviceOwnerWithRestrictionsMigrated() 246 mDeviceOwner = null; in clearDeviceOwner() [all …]
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityStarter.java | 187 mStartActivity = null; in reset() 188 mIntent = null; in reset() 190 mOptions = null; in reset() 198 mLaunchBounds = null; in reset() 200 mNotTop = null; in reset() 203 mSourceRecord = null; in reset() 205 mInTask = null; in reset() 207 mReuseTask = null; in reset() 209 mNewTaskInfo = null; in reset() 210 mNewTaskIntent = null; in reset() [all …]
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgePackageManager.java | 64 return null; in getPackageInfo() 70 return null; in getPackageInfoAsUser() 85 return null; in getLaunchIntentForPackage() 90 return null; in getLeanbackLaunchIntentForPackage() 120 return null; in getPermissionInfo() 126 return null; in queryPermissionsByGroup() 137 return null; in getPermissionGroupInfo() 142 return null; in getAllPermissionGroups() 148 return null; in getApplicationInfo() 154 return null; in getApplicationInfoAsUser() [all …]
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | ScriptIntrinsicBlend.java | 61 forEach(id, ain, aout, null); 80 return createKernelID(0, 3, null, null); 100 return createKernelID(1, 3, null, null); 121 return createKernelID(2, 3, null, null); 140 return createKernelID(3, 3, null, null); 159 return createKernelID(4, 3, null, null); 178 return createKernelID(5, 3, null, null); 197 return createKernelID(6, 3, null, null); 216 return createKernelID(7, 3, null, null); 235 return createKernelID(8, 3, null, null); [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | PhoneSubInfoController.java | 52 if (ServiceManager.getService("iphonesubinfo") == null) { in PhoneSubInfoController() 66 return null; in getDeviceIdForPhone() 72 if (phone != null) { in getDeviceIdForPhone() 76 return null; in getDeviceIdForPhone() 82 if (phone != null) { in getNaiForSubscriber() 84 return null; in getNaiForSubscriber() 89 return null; in getNaiForSubscriber() 95 if (phone != null) { in getImeiForSubscriber() 97 return null; in getImeiForSubscriber() 102 return null; in getImeiForSubscriber() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
D | CatService.java | 86 private static CatService[] sInstance = null; 89 private CatCmdMessage mCurrntCmd = null; 90 private CatCmdMessage mMenuCmd = null; 92 private RilMessageDecoder mMsgDecoder = null; 132 if (ci == null || ca == null || ir == null || context == null || fh == null in CatService() 133 || ic == null) { in CatService() 145 if (null == mMsgDecoder) { in CatService() 152 mCmdIf.setOnCatSessionEnd(this, MSG_ID_SESSION_END, null); in CatService() 153 mCmdIf.setOnCatProactiveCmd(this, MSG_ID_PROACTIVE_COMMAND, null); in CatService() 154 mCmdIf.setOnCatEvent(this, MSG_ID_EVENT_NOTIFY, null); in CatService() [all …]
|
/frameworks/base/core/java/android/widget/ |
D | QuickContactBadge.java | 52 private Bundle mExtras = null; 55 protected String[] mExcludeMimes = null; 79 this(context, null); in QuickContactBadge() 116 if (overlay != null && overlay.isStateful() in drawableStateChanged() 126 if (mOverlay != null) { in drawableHotspotChanged() 154 if (mOverlay == null || mOverlay.getIntrinsicWidth() == 0 || in onDraw() 175 return mContactUri != null || mContactEmail != null || mContactPhone != null; in isAssigned() 182 if (mDefaultAvatar == null) { in setImageToDefault() 199 mContactEmail = null; in assignContactUri() 200 mContactPhone = null; in assignContactUri() [all …]
|
/frameworks/base/tools/layoutlib/bridge/src/android/view/ |
D | ShadowPainter.java | 86 g2.drawImage(image, shadowSize, shadowSize, null); in createDropShadow() 168 g2.drawImage(source, null, 0, 0); in createDropShadow() 194 g.drawImage(source, 0, 0, null); in createRectangularDropShadow() 223 g.drawImage(source, 0, 0, null); in createSmallRectangularDropShadow() 296 assert ShadowBottomLeft != null; in drawRectangleShadow() local 297 assert ShadowBottomRight.getWidth(null) == SHADOW_SIZE; in drawRectangleShadow() 298 assert ShadowBottomRight.getHeight(null) == SHADOW_SIZE; in drawRectangleShadow() 300 int blWidth = ShadowBottomLeft.getWidth(null); in drawRectangleShadow() 301 int trHeight = ShadowTopRight.getHeight(null); in drawRectangleShadow() 309 gc.drawImage(ShadowBottomLeft, x - ShadowBottomLeft.getWidth(null), y + height, null); in drawRectangleShadow() [all …]
|
/frameworks/base/core/java/android/os/ |
D | MessageQueue.java | 101 return mMessages == null || now < mMessages.when; in isIdle() 116 if (handler == null) { in addIdleHandler() 188 if (fd == null) { in addOnFileDescriptorEventListener() 191 if (listener == null) { in addOnFileDescriptorEventListener() 213 if (fd == null) { in removeOnFileDescriptorEventListener() 218 updateOnFileDescriptorEventListenerLocked(fd, 0, null); in removeOnFileDescriptorEventListener() 227 FileDescriptorRecord record = null; in updateOnFileDescriptorEventListenerLocked() 228 if (mFileDescriptorRecords != null) { in updateOnFileDescriptorEventListenerLocked() 232 if (record != null && record.mEvents == events) { in updateOnFileDescriptorEventListenerLocked() 240 if (record == null) { in updateOnFileDescriptorEventListenerLocked() [all …]
|