Lines Matching refs:null
69 public static final RawGatewayInfo EMPTY_INFO = new RawGatewayInfo(null, null, null);
77 if (sSingleton == null) {
88 * Intent parameter. If no such data exists, returns a Null-Object RawGatewayInfo.
128 if (info != null) {
142 if (null == intent) {
174 * @return The gateway URI or null if not found.
178 return TextUtils.isEmpty(uri) ? null : Uri.parse(uri);
186 * for user display. null if uri was null or its scheme was not 'tel:'.
189 if (uri != null) {
196 return null;
216 return TextUtils.isEmpty(packageName) || gatewayUri == null;