Home | History | Annotate | Download | only in camera

Lines Matching refs:null

52         if (!mRecordLocation) return null;
57 if (l != null) return l;
60 return null;
75 if (mLocationManager == null) {
79 if (mLocationManager != null) {
97 if (mListener != null) mListener.showGpsOnScreenIndicator(false);
108 if (mLocationManager != null) {
118 if (mListener != null) mListener.hideGpsOnScreenIndicator();
141 if (mListener != null && mRecordLocation &&
168 if (mListener != null && mRecordLocation &&
178 return mValid ? mLastLocation : null;