Searched refs:AppStateSmsPremBridge (Results 1 – 2 of 2) sorted by relevance
36 import com.android.settings.applications.AppStateSmsPremBridge;37 import com.android.settings.applications.AppStateSmsPremBridge.SmsState;56 private AppStateSmsPremBridge mSmsBackend;65 mSmsBackend = new AppStateSmsPremBridge(getContext(), mApplicationsState, this); in onCreate()161 updatePrefs(mSession.rebuild(AppStateSmsPremBridge.FILTER_APP_PREMIUM_SMS, in update()
28 public class AppStateSmsPremBridge extends AppStateBaseBridge { class33 public AppStateSmsPremBridge(Context context, ApplicationsState appState, Callback callback) { in AppStateSmsPremBridge() method in AppStateSmsPremBridge