Home
last modified time | relevance | path

Searched refs:null (Results 1 – 25 of 5140) sorted by relevance

12345678910>>...206

/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
DEventRecurrenceTest.java40 /* 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 …]
DRecurrenceProcessorTest.java152 if (last != null && last.length() > 0) { in verifyRecurrence()
173 null /* rdate */, null /* exrule */, null /* exdate */, in testMonthly0()
185 null /* rdate */, null /* exrule */, null /* exdate */, in testMonthly1()
199 null /* rdate */, null /* exrule */, null /* exdate */, in testMonthly2()
215 null /* rdate */, null /* exrule */, null /* exdate */, in testMonthly3()
236 null /* rdate */, null /* exrule */, null /* exdate */, in testMonthly4()
258 null /* rdate */, null /* exrule */, null /* exdate */, in testMonthly5()
275 null /* rdate */, null /* exrule */, null /* exdate */, in testMonthly6()
291 null /* rdate */, null /* exrule */, null /* exdate */, in testMonthly7()
306 null /* exrule */, null /* exdate */, in testMonthly8()
[all …]
DRecurrenceSetTest.java44 "FREQ=DAILY;UNTIL=20080222T000000Z", null, in testRecurrenceSet0()
45 null, "20080222T120000Z", 1203595200000L, "America/New_York", "P43200S", 0, false); in testRecurrenceSet0()
47 new String[] {"FREQ=DAILY;UNTIL=20080222T000000Z"}, null, in testRecurrenceSet0()
48 null, new Long[] {1203681600000L}); in testRecurrenceSet0()
57 "FREQ=YEARLY;WKST=SU", null, null, null, 1250812800000L, "UTC", "P1D", 1, false); in testRecurrenceSet1()
59 new String[] {"FREQ=YEARLY;WKST=SU"}, null, null, null); in testRecurrenceSet1()
68 "FREQ=YEARLY;WKST=SU", null, null, null, 1250812800000L, "UTC", "P2D", 1, false); in testRecurrenceSet2()
70 new String[] {"FREQ=YEARLY;WKST=SU"}, null, null, null); in testRecurrenceSet2()
81 "FREQ=YEARLY;WKST=SU\nFREQ=MONTHLY;COUNT=3", null, in testRecurrenceSet3()
82 null, null, 1250812800000L, "UTC", "P2H", 1 /*allDay*/, false); in testRecurrenceSet3()
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierRestrictionRulesTest.java57 allowedCarriers.add(new CarrierIdentifier(MCC1, MNC1, null, null, null, null)); in testBuilderAllowedAndExcludedCarriers()
58 allowedCarriers.add(new CarrierIdentifier(MCC2, MNC2, null, null, null, null)); in testBuilderAllowedAndExcludedCarriers()
61 excludedCarriers.add(new CarrierIdentifier(MCC2, MNC2, null, null, GID1, null)); in testBuilderAllowedAndExcludedCarriers()
91 allowedCarriers.add(new CarrierIdentifier(MCC1_WILDCHAR, MNC1_WILDCHAR, null, null, in testBuilderWildCharacter()
92 null, null)); in testBuilderWildCharacter()
95 excludedCarriers.add(new CarrierIdentifier(MCC2_WILDCHAR, MNC2_WILDCHAR, null, null, in testBuilderWildCharacter()
96 GID1, null)); in testBuilderWildCharacter()
113 allowedCarriers.add(new CarrierIdentifier(MCC1, MNC1, null, null, null, null)); in testBuilderDefaultAllowed()
114 allowedCarriers.add(new CarrierIdentifier(MCC2, MNC2, null, null, null, null)); in testBuilderDefaultAllowed()
117 excludedCarriers.add(new CarrierIdentifier(MCC2, MNC2, null, null, GID1, null)); in testBuilderDefaultAllowed()
[all …]
DCarrierResolverTest.java109 mCarrierResolver.removeCallbacksAndMessages(null); in tearDown()
110 mCarrierResolver = null; in tearDown()
235 CarrierIdentifier identifier = new CarrierIdentifier(null, null, null, null, null, null); in testGetCarrierIdFromIdentifier()
239 identifier = new CarrierIdentifier(MCCMNC.substring(0, 3), MCCMNC.substring(3), null, null, in testGetCarrierIdFromIdentifier()
240 null, null); in testGetCarrierIdFromIdentifier()
244 … identifier = new CarrierIdentifier(MCCMNC.substring(0, 3), MCCMNC.substring(3), SPN_FI, null, in testGetCarrierIdFromIdentifier()
245 null, null); in testGetCarrierIdFromIdentifier()
303 null, // gid1 in query()
304 null, // gid2 in query()
305 null, // plmn in query()
[all …]
/frameworks/base/core/java/com/android/internal/util/function/pooled/
DOmniFunction.java73 return invoke(o, o2, null, null, null, null, null, null, null, null, null); in apply()
78 return invoke(o, null, null, null, null, null, null, null, null, null, null); in apply()
87 invoke(o, o2, null, null, null, null, null, null, null, null, null); in accept()
92 invoke(o, null, null, null, null, null, null, null, null, null, null); in accept()
97 invoke(null, null, null, null, null, null, null, null, null, null, null); in run()
102 return invoke(null, null, null, null, null, null, null, null, null, null, null); in get()
107 return (Boolean) invoke(o, o2, o3, o4, o5, null, null, null, null, null, null); in test()
112 return (Boolean) invoke(o, o2, o3, o4, null, null, null, null, null, null, null); in test()
117 return (Boolean) invoke(o, o2, o3, null, null, null, null, null, null, null, null); in test()
122 return (Boolean) invoke(o, o2, null, null, null, null, null, null, null, null, null); in test()
[all …]
DPooledLambda.java192 function, 1, 0, ReturnType.VOID, arg1, null, null, null, null, null, null, null, in obtainRunnable()
193 null, null, null, null); in obtainRunnable()
209 function, 1, 0, ReturnType.BOOLEAN, arg1, null, null, null, null, null, null, null, in obtainSupplier()
210 null, null, null, null); in obtainSupplier()
226 function, 1, 0, ReturnType.OBJECT, arg1, null, null, null, null, null, null, null, in obtainSupplier()
227 null, null, null, null); in obtainSupplier()
257 function, 1, 0, ReturnType.VOID, arg1, null, null, null, null, null, null, null, in obtainMessage()
258 null, null, null, null); in obtainMessage()
277 function, 2, 0, ReturnType.VOID, arg1, arg2, null, null, null, null, null, null, in obtainRunnable()
278 null, null, null, null); in obtainRunnable()
[all …]
/frameworks/base/core/tests/coretests/src/android/content/res/
DResourcesManagerTest.java93 null, APP_ONE_RES_DIR, null, null, null, null, null, null, in testMultipleCallsWithIdenticalParametersCacheReference()
94 CompatibilityInfo.DEFAULT_COMPATIBILITY_INFO, null, null); in testMultipleCallsWithIdenticalParametersCacheReference()
98 null, APP_ONE_RES_DIR, null, null, null, null, null, null, in testMultipleCallsWithIdenticalParametersCacheReference()
99 CompatibilityInfo.DEFAULT_COMPATIBILITY_INFO, null, null); in testMultipleCallsWithIdenticalParametersCacheReference()
107 null, APP_ONE_RES_DIR, null, null, null, null, null, null, in testMultipleCallsWithDifferentParametersReturnDifferentReferences()
108 CompatibilityInfo.DEFAULT_COMPATIBILITY_INFO, null, null); in testMultipleCallsWithDifferentParametersReturnDifferentReferences()
114 null, APP_ONE_RES_DIR, null, null, null, null, null, overrideConfig, in testMultipleCallsWithDifferentParametersReturnDifferentReferences()
115 CompatibilityInfo.DEFAULT_COMPATIBILITY_INFO, null, null); in testMultipleCallsWithDifferentParametersReturnDifferentReferences()
123 null, APP_ONE_RES_DIR, null, null, null, null, null, null, in testAddingASplitCreatesANewImpl()
124 CompatibilityInfo.DEFAULT_COMPATIBILITY_INFO, null, null); in testAddingASplitCreatesANewImpl()
[all …]
/frameworks/base/core/tests/coretests/src/android/util/
DLogNullabilityTest.java33 Log.v(null, ""); in nullTag()
34 Log.d(null, ""); in nullTag()
35 Log.i(null, ""); in nullTag()
36 Log.w(null, ""); in nullTag()
37 Log.e(null, ""); in nullTag()
38 Log.wtf(null, ""); in nullTag()
39 Log.wtfStack(null, ""); in nullTag()
40 Log.println(Log.INFO, null, ""); in nullTag()
47 Log.v(null, "", new Throwable()); in nullTagWithThrowable()
48 Log.d(null, "", new Throwable()); in nullTagWithThrowable()
[all …]
DXmlTest.java84 out.startTag(null, "tag"); in doLargeValues()
85 out.attribute(null, "string", string); in doLargeValues()
86 out.attributeBytesBase64(null, "bytes", bytes); in doLargeValues()
87 out.endTag(null, "tag"); in doLargeValues()
94 assertEquals(string, in.getAttributeValue(null, "string")); in doLargeValues()
95 assertArrayEquals(bytes, in.getAttributeBytesBase64(null, "bytes")); in doLargeValues()
154 outer.putString("nullString", null); in buildPersistableBundle()
155 outer.putObject("nullObject", null); in buildPersistableBundle()
156 outer.putIntArray("nullArray", null); in buildPersistableBundle()
171 out.startTag(null, "bundle"); in doPersistableBundleWrite()
[all …]
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
DPropertyNodesVerifierElem.java63 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/java/android/app/
DActivityTransitionState.java114 if (mExitTransitionCoordinators == null) { in addExitTransitionCoordinator()
122 if (oldRef.get() == null) { in addExitTransitionCoordinator()
132 if (bundle != null) { in readState()
133 if (mEnterTransitionCoordinator == null || mEnterTransitionCoordinator.isReturning()) { in readState()
136 if (mEnterTransitionCoordinator == null) { in readState()
148 if (mPendingExitNames == null && mEnterTransitionCoordinator != null) { in getPendingExitNames()
156 if (pendingExitNames != null) { in saveState()
159 if (mExitingFrom != null) { in saveState()
167 if (window == null) { in setEnterActivityOptions()
173 && options != null && mEnterActivityOptions == null in setEnterActivityOptions()
[all …]
DFragment.java447 if (loader != null && mState != null) { in SavedState()
465 return new SavedState(in, null);
514 return instantiate(context, fname, null); in instantiate()
534 if (clazz == null) { in instantiate()
544 if (args != null) { in instantiate()
571 if (mSavedViewState != null) { in restoreViewState()
573 mSavedViewState = null; in restoreViewState()
585 if (parent != null) { in setIndex()
622 if (mTag != null) { in toString()
682 if (mFragmentManager == null) { in isStateSaved()
[all …]
DEnterTransitionCoordinator.java84 if (decorView != null) { in EnterTransitionCoordinator()
139 if (viewsTransition != null && mTransitioningViews != null) { in viewsReady()
149 if (mSharedElementsBundle != null) { in viewsReady()
161 if (decor == null || (decor.isAttachedToWindow() && in triggerViewsReady()
166 mViewsReadyListener = null; in triggerViewsReady()
177 if (decorView != null) { in mapNamedElements()
180 if (accepted != null) { in mapNamedElements()
184 if (localName != null && !localName.equals(acceptedName)) { in mapNamedElements()
186 if (view != null) { in mapNamedElements()
198 if (allowOverlappingTransitions() && getEnterViewsTransition() != null) { in sendSharedElementDestination()
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/data/
DEuiccRulesAuthTableTest.java35 CarrierIdentifier opA = new CarrierIdentifier(new byte[] {0x21, 0x63, 0x54}, null, "4"); in testFindIndex()
36 CarrierIdentifier opB = new CarrierIdentifier(new byte[] {0x21, 0x69, 0x54}, "4", null); in testFindIndex()
52 null), in testFindIndex()
55 new byte[] {0x21, 0x63, 0x54}, null, "4") in testFindIndex()
63 new byte[] {0x21, 0x63, 0x54}, null, "5"), in testFindIndex()
66 new byte[] {0x21, 0x6E, 0x54}, null, null) in testFindIndex()
75 new byte[] {0x21, 0x69, 0x54}, "5", null), in testFindIndex()
78 new byte[] {0x21, 0x6E, 0x54}, "4", null), in testFindIndex()
81 new byte[] {0x21, 0x6E, 0x54}, null, "4") in testFindIndex()
98 CarrierIdentifier opA = new CarrierIdentifier(new byte[] {0x21, 0x63, 0x54}, null, "4"); in testFindIndex_AllowAllWithUserConsent()
[all …]
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DInsetsStateControllerTest.java64 final WindowState navBar = createWindow(null, TYPE_APPLICATION, "navBar"); in testStripForDispatch_navBar()
65 final WindowState statusBar = createWindow(null, TYPE_APPLICATION, "statusBar"); in testStripForDispatch_navBar()
66 final WindowState ime = createWindow(null, TYPE_APPLICATION, "ime"); in testStripForDispatch_navBar()
71 getController().getSourceProvider(ITYPE_STATUS_BAR).setWindow(statusBar, null, null); in testStripForDispatch_navBar()
72 getController().getSourceProvider(ITYPE_NAVIGATION_BAR).setWindow(navBar, null, null); in testStripForDispatch_navBar()
73 getController().getSourceProvider(ITYPE_IME).setWindow(ime, null, null); in testStripForDispatch_navBar()
80 final WindowState statusBar = createWindow(null, TYPE_APPLICATION, "statusBar"); in testStripForDispatch_pip()
81 final WindowState navBar = createWindow(null, TYPE_APPLICATION, "navBar"); in testStripForDispatch_pip()
82 final WindowState app = createWindow(null, TYPE_APPLICATION, "app"); in testStripForDispatch_pip()
84 getController().getSourceProvider(ITYPE_STATUS_BAR).setWindow(statusBar, null, null); in testStripForDispatch_pip()
[all …]
/frameworks/base/core/java/android/hardware/usb/
DDeviceFilter.java102 String manufacturerName = null; in read()
103 String productName = null; in read()
104 String serialNumber = null; in read()
120 if (value != null && value.length() > 2 && value.charAt(0) == '0' && in read()
151 serializer.startTag(null, "usb-device"); in write()
153 serializer.attribute(null, "vendor-id", Integer.toString(mVendorId)); in write()
156 serializer.attribute(null, "product-id", Integer.toString(mProductId)); in write()
159 serializer.attribute(null, "class", Integer.toString(mClass)); in write()
162 serializer.attribute(null, "subclass", Integer.toString(mSubclass)); in write()
165 serializer.attribute(null, "protocol", Integer.toString(mProtocol)); in write()
[all …]
/frameworks/base/core/tests/coretests/src/android/app/
DApplicationLoadersTest.java43 zip, null /*packageName*/, null /*codePaths*/, null /*name*/, 0 /*version*/, in createLib()
44 SharedLibraryInfo.TYPE_BUILTIN, null /*declaringPackage*/, in createLib()
45 null /*dependentPackages*/, null /*dependencies*/, false /*isNative*/); in createLib()
51 assertEquals(null, loaders.getCachedNonBootclasspathSystemLib( in testGetNonExistantLib()
52 "/system/framework/nonexistantlib.jar", null, null, null)); in testGetNonExistantLib()
62 assertNotEquals(null, loaders.getCachedNonBootclasspathSystemLib( in testCacheExistantLib()
63 LIB_A, null, null, null)); in testCacheExistantLib()
72 assertNotEquals(null, parent); in testNonNullParent()
76 assertEquals(null, loaders.getCachedNonBootclasspathSystemLib( in testNonNullParent()
77 LIB_A, parent, null, null)); in testNonNullParent()
[all …]
/frameworks/base/rs/java/android/renderscript/
DScriptIntrinsicBlend.java55 forEach(id, ain, aout, null, opt); in blend()
65 forEachClear(ain, aout, null); in forEachClear()
85 return createKernelID(0, 3, null, null); in getKernelIDClear()
96 forEachSrc(ain, aout, null); in forEachSrc()
107 blend(1, ain, aout, null); in forEachSrc()
116 return createKernelID(1, 3, null, null); in getKernelIDSrc()
150 return createKernelID(2, 3, null, null); in getKernelIDDst()
160 forEachSrcOver(ain, aout, null); in forEachSrcOver()
180 return createKernelID(3, 3, null, null); in getKernelIDSrcOver()
190 forEachDstOver(ain, aout, null); in forEachDstOver()
[all …]
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyData.java161 PersistableBundle mInitBundle = null;
181 FileOutputStream stream = null; in store()
182 File chooseForWrite = null; in store()
190 out.startDocument(null, true); in store()
192 out.startTag(null, "policies"); in store()
193 if (policyData.mRestrictionsProvider != null) { in store()
194 out.attribute(null, ATTR_PERMISSION_PROVIDER, in store()
199 out.attributeBoolean(null, ATTR_SETUP_COMPLETE, true); in store()
202 out.attributeBoolean(null, ATTR_DEVICE_PAIRED, true); in store()
205 out.attributeBoolean(null, ATTR_DEVICE_PROVISIONING_CONFIG_APPLIED, true); in store()
[all …]
/frameworks/base/apct-tests/perftests/core/src/android/util/
DXmlPerfTest.java209 out.startDocument(null, true); in write()
210 out.startTag(null, "packages"); in write()
212 out.startTag(null, "package"); in write()
213 out.attribute(null, "name", "com.android.providers.media"); in write()
214 out.attribute(null, "codePath", "/system/priv-app/MediaProviderLegacy"); in write()
215 out.attribute(null, "nativeLibraryPath", "/system/priv-app/MediaProviderLegacy/lib"); in write()
216 out.attributeLong(null, "publicFlags", 944258629L); in write()
217 out.attributeLong(null, "privateFlags", -1946152952L); in write()
218 out.attributeLong(null, "ft", 1603899064000L); in write()
219 out.attributeLong(null, "it", 1603899064000L); in write()
[all …]
/frameworks/base/obex/javax/obex/
DHeaderSet.java231 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/base/core/java/android/os/
DMessageQueue.java110 return mMessages == null || now < mMessages.when; in isIdle()
125 if (handler == null) { in addIdleHandler()
197 if (fd == null) { in addOnFileDescriptorEventListener()
200 if (listener == null) { in addOnFileDescriptorEventListener()
222 if (fd == null) { in removeOnFileDescriptorEventListener()
227 updateOnFileDescriptorEventListenerLocked(fd, 0, null); in removeOnFileDescriptorEventListener()
236 FileDescriptorRecord record = null; in updateOnFileDescriptorEventListenerLocked()
237 if (mFileDescriptorRecords != null) { in updateOnFileDescriptorEventListenerLocked()
241 if (record != null && record.mEvents == events) { in updateOnFileDescriptorEventListenerLocked()
249 if (record == null) { in updateOnFileDescriptorEventListenerLocked()
[all …]
/frameworks/rs/support/java/src/androidx/renderscript/
DScriptIntrinsicBlend.java66 forEach(id, ain, aout, null);
85 return createKernelID(0, 3, null, null);
105 return createKernelID(1, 3, null, null);
126 return createKernelID(2, 3, null, null);
145 return createKernelID(3, 3, null, null);
164 return createKernelID(4, 3, null, null);
183 return createKernelID(5, 3, null, null);
202 return createKernelID(6, 3, null, null);
221 return createKernelID(7, 3, null, null);
240 return createKernelID(8, 3, null, null);
[all …]
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgePackageManager.java67 return null; in getPackageInfo()
73 return null; in getPackageInfoAsUser()
79 return null; in getPackageInfo()
84 return null; in getSharedLibraries()
90 return null; in getSharedLibrariesAsUser()
105 return null; in getLaunchIntentForPackage()
110 return null; in getLeanbackLaunchIntentForPackage()
115 return null; in getCarLaunchIntentForPackage()
145 return null; in getPermissionInfo()
151 return null; in queryPermissionsByGroup()
[all …]

12345678910>>...206