/frameworks/base/core/java/android/content/pm/ |
VerificationParams.java | 61 * file. This can be a 'file:' or a 'content:' URI. May be {@code null}. 63 * from. May be {@code null}. 65 * May be {@code null}. 69 * which can be used to verify ownership. May be {@code null}. 128 if (mVerificationURI == null) { 129 if (other.mVerificationURI != null) { 136 if (mOriginatingURI == null) { 137 if (other.mOriginatingURI != null) { 144 if (mReferrer == null) { 145 if (other.mReferrer != null) { [all...] |
/frameworks/base/core/java/android/view/ |
ActionProvider.java | 134 if (mVisibilityListener != null && overridesItemVisibility()) { 212 if (mSubUiVisibilityListener != null) { 231 if (mVisibilityListener != null) {
|
/frameworks/base/core/java/com/android/internal/util/ |
ArrayUtils.java | 89 if (array1 == null || array2 == null || array1.length < length || array2.length < length) { 113 if (cache == null || cache.getClass().getComponentType() != kind) { 139 if (array[i] == null) { 140 if (value == null) return i; 142 if (value != null && array[i].equals(value)) return i; 179 * @param array The original array, or null to represent an empty array. 188 if (array != null) { 203 * @param array The original array, or null to represent an empty array. 207 * was not present, then returns the original array. Returns null if the resul [all...] |
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/ |
ConnectivityManagerTestRunner.java | 39 public String mTestSsid = null; 58 if (testSSID != null) { 62 if (wifiOnlyFlag != null) {
|
/frameworks/base/core/tests/coretests/EnabledTestApp/src/com/android/frameworks/coretests/enabled_app/ |
DisabledProvider.java | 36 return null; 40 return null; 44 return null;
|
EnabledProvider.java | 36 return null; 40 return null; 44 return null;
|
/frameworks/base/core/tests/coretests/apks/install_complete_package_info/src/com/android/frameworks/coretests/ |
TestProvider.java | 35 return null; 40 return null; 45 return null;
|
TestReceiver.java | 35 return null; 40 return null; 45 return null;
|
/frameworks/base/core/tests/coretests/src/android/preference/ |
ListPreferenceTest.java | 31 assertTrue(lp.getSummary() == null); 39 lp.setSummary(null); 40 assertTrue(lp.getSummary() == null);
|
/frameworks/base/core/tests/utillib/src/android/test/ |
BandwidthTestCase.java | 46 Method method = null; 47 Class testClass = null; 54 method = testClass.getMethod(fName, (Class[]) null); 86 if (exceptions[0] != null) { 99 TrafficStats.startDataProfiling(null); 105 NetworkStats stats = TrafficStats.stopDataProfiling(null); 106 NetworkStats.Entry entry = stats.getTotal(null); 118 Throwable exception = null; 123 runMethod.invoke(this, (Object[]) null); 124 exception = null; [all...] |
/frameworks/base/drm/java/android/drm/ |
DrmEvent.java | 67 if (null != message) { 71 if (null != attributes) { 87 if (null != message) { 122 * @return One of the attributes or null if no mapping for
|
/frameworks/base/graphics/java/android/renderscript/ |
ScriptIntrinsic3DLUT.java | 89 forEach(0, ain, aout, null); 98 return createKernelID(0, 3, null, null);
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/ |
MffEnvironment.java | 38 * frame-manager and the filter-context. Passing in null for the frame-manager causes this 41 * @param frameManager The FrameManager to use or null to auto-create one. 45 if (frameManager == null) { 86 if (glEnv != null) { 100 if (glEnv != null) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
SystemUI.java | 40 return (T) (mComponents != null ? mComponents.get(interfaceType) : null); 44 if (mComponents != null) {
|
/frameworks/base/services/java/com/android/server/firewall/ |
SenderPermissionFilter.java | 49 String permission = parser.getAttributeValue(null, ATTR_NAME); 50 if (permission == null) { 52 parser, null);
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
VariableSource.java | 25 private Object mValue = null; 26 private OutputPort mOutputPort = null; 54 FrameValue frame = mOutputPort.fetchAvailableFrame(null).asFrameValue();
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ |
SceneManager.java | 109 if (sSceneManager == null) { 110 return null; 112 if (sSceneManager.mDefault2D == null) { 119 if (sSceneManager == null) { 120 return null; 122 if (sSceneManager.mDefaultCube == null) { 142 InputStream is = null; 153 return null; 166 if (b == null) { 167 return null; [all...] |
/frameworks/base/tools/layoutlib/bridge/src/android/text/ |
AndroidBidi_Delegate.java | 50 Bridge.getLog().error(LayoutLog.TAG_BROKEN, "Invalid direction flag", null); 53 Bidi bidi = new Bidi(chars, 0, null, 0, count, dir); 54 if (charInfo != null) {
|
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
RefactorClassAdapter.java | 34 if (oldClassName != null) { 36 if (newName != null) { 42 if (newName != null) {
|
/frameworks/opt/colorpicker/src/com/android/colorpicker/ |
ColorPickerDialog.java | 48 protected int[] mColors = null; 90 if (getArguments() != null) { 96 if (savedInstanceState != null) { 106 View view = LayoutInflater.from(getActivity()).inflate(R.layout.color_picker_dialog, null); 111 if (mColors != null) { 125 if (mListener != null) { 145 if (mProgress != null && mPalette != null) { 153 if (mProgress != null && mPalette != null) { [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
SmsUsageMonitor.java | 193 mShortCodePattern = (shortCodeRegex != null ? Pattern.compile(shortCodeRegex) : null); 194 mPremiumShortCodePattern = (premiumShortCodeRegex != null ? 195 Pattern.compile(premiumShortCodeRegex) : null); 196 mFreeShortCodePattern = (freeShortCodeRegex != null ? 197 Pattern.compile(freeShortCodeRegex) : null); 198 mStandardShortCodePattern = (standardShortCodeRegex != null ? 199 Pattern.compile(standardShortCodeRegex) : null); 203 if (mFreeShortCodePattern != null && mFreeShortCodePattern.matcher(phoneNumber) 207 if (mStandardShortCodePattern != null && mStandardShortCodePattern.matcher(phoneNumber [all...] |
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/ |
RSTestCore.java | 74 unitTests.add(new UnitTest(null, "<Pass>", 1)); 76 unitTests.add(new UnitTest(null, "<Fail>", -1)); 79 unitTests.add(new UnitTest(null, "<Pass>", 1)); 118 if (activeTest != null) { 126 activeTest = null; 130 if (!stopTesting && activeTest == null) { 139 if (mTimer != null) { 142 mTimer = null; 151 if (mListAllocs != null && mScript != null && mRS != null) [all...] |
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
RSTestCore.java | 78 unitTests.add(new UnitTest(null, "<Pass>", 1)); 80 unitTests.add(new UnitTest(null, "<Fail>", -1)); 83 unitTests.add(new UnitTest(null, "<Pass>", 1)); 122 if (activeTest != null) { 130 activeTest = null; 134 if (!stopTesting && activeTest == null) { 143 if (mTimer != null) { 146 mTimer = null; 155 if (mListAllocs != null && mScript != null && mRS != null) [all...] |
/frameworks/support/v7/mediarouter/src/android/support/v7/media/ |
MediaRouteProviderService.java | 94 * @return The media route provider offered by this service, or null if 102 * @return The media route provider offered by this service, or null if 114 if (mProvider == null) { 116 if (provider != null) { 130 if (mProvider != null) { 134 return null; 151 descriptor != null ? descriptor.asBundle() : null, null); 188 if (client != null) { [all...] |
/frameworks/volley/tests/src/com/android/volley/mock/ |
MockCache.java | 30 private Entry mFakeEntry = null; 43 public String keyPut = null; 44 public Entry entryPut = null;
|