/frameworks/base/services/java/com/android/server/ |
SystemServer.java | 108 if (shutdownAction != null && shutdownAction.length() > 0) { 115 reason = null; 127 Installer installer = null; 128 AccountManagerService accountManager = null; 129 ContentService contentService = null; 130 LightsService lights = null; 131 PowerManagerService power = null; 132 DisplayManagerService display = null; 133 BatteryService battery = null; 134 VibratorService vibrator = null; [all...] |
/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/ |
UsbAccessoryBulkTransport.java | 49 mConnection = null; 50 mBulkInEndpoint = null; 51 mBulkOutEndpoint = null; 56 if (mConnection == null) { 64 if (mConnection == null) {
|
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/ |
UsbAccessoryStreamTransport.java | 50 mFd = null; 51 mInputStream = null; 52 mOutputStream = null; 57 if (mInputStream == null) { 65 if (mOutputStream == null) {
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
ValueTarget.java | 30 private ValueListener mListener = null; 31 private Handler mHandler = null; 44 if (Looper.myLooper() == null) { 62 if (mListener != null) { 63 if (mHandler != null) {
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
ViewLayersActivity3.java | 44 list.setLayerType(View.LAYER_TYPE_HARDWARE, null); 45 ((View) list.getParent()).setLayerType(View.LAYER_TYPE_HARDWARE, null); 60 null, null, null); local
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ |
Transform.java | 38 mParent = null; 50 if (mField == null) { 72 if (mField != null) { 77 if (rs == null) { 78 return null;
|
TransformParam.java | 44 if (mField != null && mTransform != null) { 70 if (mTransform != null) { 73 if (mCamera != null) { 76 if (mLight != null) {
|
/frameworks/base/tools/layoutlib/bridge/src/android/view/ |
SurfaceView.java | 37 this(context, null); 89 return null; 94 return null; 103 return null; 108 return null;
|
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/ |
WifiP2pUpnpServiceInfo.java | 73 if (uuid == null || device == null) { 74 throw new IllegalArgumentException("uuid or device cannnot be null"); 80 info.add(createSupplicantQuery(uuid, null)); 83 if (services != null) { 105 if (data != null) {
|
/frameworks/opt/mms/src/java/com/google/android/mms/util/ |
DownloadDrmHelper.java | 44 if (context != null) { 47 if (drmClient != null && mimetype != null && mimetype.length() > 0) { 75 if (filename != null) { 100 if (drmClient.canHandle(path, null)) { 105 "Can't get original mime type since path is null or empty string.");
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
IconLoader.java | 38 private ImageDescriptor mId = null; 39 private Bitmap mCurrentIcon = null; 41 private IccFileHandler mSimFH = null; 42 private Message mEndMsg = null; 43 private byte[] mIconData = null; 45 private int[] mRecordNumbers = null; 47 private Bitmap[] mIcons = null; 48 private HashMap<Integer, Bitmap> mIconsCache = null; 50 private static IconLoader sLoader = null; 77 if (sLoader != null) { [all...] |
TextMessage.java | 25 public String text = null; 26 public Bitmap icon = null; 31 public Duration duration = null; 39 icon = in.readParcelable(null); 44 duration = in.readParcelable(null);
|
/frameworks/support/v13/java/android/support/v13/app/ |
FragmentStatePagerAdapter.java | 73 private FragmentTransaction mCurTransaction = null; 77 private Fragment mCurrentPrimaryItem = null; 100 if (f != null) { 105 if (mCurTransaction == null) { 113 if (fss != null) { 118 mFragments.add(null); 132 if (mCurTransaction == null) { 138 mSavedState.add(null); 141 mFragments.set(position, null); 150 if (mCurrentPrimaryItem != null) { [all...] |
/frameworks/support/v4/java/android/support/v4/app/ |
FragmentStatePagerAdapter.java | 69 private FragmentTransaction mCurTransaction = null; 73 private Fragment mCurrentPrimaryItem = null; 96 if (f != null) { 101 if (mCurTransaction == null) { 109 if (fss != null) { 114 mFragments.add(null); 128 if (mCurTransaction == null) { 134 mSavedState.add(null); 137 mFragments.set(position, null); 146 if (mCurrentPrimaryItem != null) { [all...] |
/frameworks/support/v7/mediarouter/src/android/support/v7/media/ |
MediaRouteDiscoveryRequest.java | 41 if (selector == null) { 42 throw new IllegalArgumentException("selector must not be null"); 64 if (mSelector == null) { 66 if (mSelector == null) { 126 * @param bundle The bundle, or null if none. 127 * @return The new instance, or null if the bundle was null. 130 return bundle != null ? new MediaRouteDiscoveryRequest(bundle) : null;
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
BaseObj.java | 55 if (getNObj() != null) { 65 if ((rs != null) && (rs != mRS)) { 72 return null; 76 if ((mID == 0) && (getNObj() == null)) { 90 mRS = null;
|
ScriptIntrinsicBlur.java | 95 forEach(0, null, aout, null); 104 return createKernelID(0, 2, null, null); 113 return createFieldID(1, null);
|
ScriptIntrinsicConvolve3x3.java | 106 forEach(0, null, aout, null); 115 return createKernelID(0, 2, null, null); 124 return createFieldID(1, null);
|
ScriptIntrinsicConvolve5x5.java | 102 forEach(0, null, aout, null); 111 return createKernelID(0, 2, null, null); 120 return createFieldID(1, null);
|
/frameworks/testing/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/ |
Launcher.java | 77 if (command != null) { 96 return null; 107 if (shortHelp == null) { 110 if (detailedOptions == null) { 120 return null;
|
/libcore/crypto/src/main/java/org/conscrypt/ |
ProtocolVersion.java | 62 return null; 92 if (protocols == null || protocols.length == 0) { 93 return null; 99 if (current == null) { 102 if ((latest == null)
|
/libcore/luni/src/main/java/java/lang/ |
Runtime.java | 74 if (javaLibraryPath == null) { 117 * this method is equivalent to calling {@code exec(progArray, null, null)}. 128 return exec(progArray, null, null); 135 * {@code exec(progArray, envp, null)}. 149 return exec(progArray, envp, null); 164 * the directory in which to execute the program. If {@code null}, 179 * equivalent to calling {@code exec(prog, null, null)} [all...] |
/libcore/luni/src/main/java/java/net/ |
Proxy.java | 32 * to {@code null}. 42 * {@code null} when {@code type} is either {@code Proxy.Type.HTTP} or 54 * {@code null}. 59 * SocketAddress must NOT be null. 61 if (type == Type.DIRECT || sa == null) { 69 * Constructs a Proxy instance, which is Proxy.DIRECT type with null 74 address = null; 89 * @return the stored proxy address or {@code null} if the proxy type is 99 * address.toString()} if {@code address} is not {@code null}. 106 if (type != null) { [all...] |
/libcore/luni/src/main/java/java/security/ |
CodeSigner.java | 44 * null}. 46 * if {@code signerCertPath} is {@code null}. 49 if (signerCertPath == null) { 50 throw new NullPointerException("signerCertPath == null"); 78 return timestamp == null ? that.timestamp == null : timestamp 97 * {@code null}. 116 ^ (timestamp == null ? 0 : timestamp.hashCode()); 135 if( timestamp != null ) {
|
/libcore/luni/src/main/java/java/text/ |
RuleBasedCollator.java | 280 * if {@code rules == null}. 286 if (rules == null) { 287 throw new NullPointerException("rules == null"); 316 if (source == null) { 317 throw new NullPointerException("source == null"); 330 if (source == null) { 331 throw new NullPointerException("source == null"); 388 if (source == null) { 389 throw new NullPointerException("source == null"); 390 } else if (target == null) { [all...] |