Lines Matching refs:null
85 String[] provisionMimes = null;
92 provisionMimes = null;
126 if (message != null) {
131 ndefUri = null;
132 ndefMimeType = null;
145 if (ndefUri != null) {
148 } else if (ndefMimeType != null) {
152 return null;
156 intent.setData(null);
157 intent.setType(null);
163 intent.setData(null);
164 intent.setType(null);
205 NdefMessage message = null;
207 if (ndef != null) {
261 if (overrideIntent == null) {
267 if (message != null) {
269 if (intent != null &&
270 isFilterMatch(intent, overrideFilters, overrideTechLists != null)) {
295 if (isFilterMatch(intent, overrideFilters, overrideTechLists != null)) {
308 if (filters != null) {
315 return true; // always match if both filters and techlists are null
321 if (techLists == null) {
336 if (message == null) {
342 if (intent == null) return false;
345 if (mProvisioningMimes == null ||
375 if (appLaunchIntent != null && dispatch.tryStartActivity(appLaunchIntent)) {
381 if (marketIntent != null && dispatch.tryStartActivity(marketIntent)) {
388 dispatch.intent.setPackage(null);
401 if (pkg != null) {
447 dispatch.intent.setComponent(null);
478 if (filterTechs == null || filterTechs.length == 0) return false;
493 return null;
513 // enabled. If it's not, null is returned.
514 if (pm.getActivityInfo(compname,0) != null) {