Home
last modified time | relevance | path

Searched refs:sContentRestriction (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Mms/src/com/android/mms/model/
DContentRestrictionFactory.java20 private static ContentRestriction sContentRestriction; field in ContentRestrictionFactory
26 if (null == sContentRestriction) { in getContentRestriction()
27 sContentRestriction = new CarrierContentRestriction(); in getContentRestriction()
29 return sContentRestriction; in getContentRestriction()