Lines Matching refs:null
53 private Boolean mIsProviderPresent = null;
54 private Uri mRlzUri = null;
141 if (mActivity.getPackageManager().resolveActivity(intent, 0) == null) {
143 if (packagename != null) {
162 intent.setComponent(null);
164 if (tab != null) {
165 if (tab.getAppId() == null) {
203 if (handlers == null || handlers.size() == 0) {
208 if (filter == null) {
227 (tab != null) && tab.isPrivateBrowsingEnabled(),
251 Cursor cur = null;
254 .query(getRlzUri(), null, null, null, null);
255 if (cur != null && cur.moveToFirst() && !cur.isNull(0)) {
261 if (cur != null) {
285 if (mIsProviderPresent == null) {
287 mIsProviderPresent = pm.resolveContentProvider(RLZ_PROVIDER, 0) != null;
295 if (mRlzUri == null) {
309 (uri.getQueryParameter("q") != null) &&
310 (uri.getQueryParameter("rlz") == null)) {
312 if (host == null) {