HomeSort by relevance Sort by last modified time
    Searched refs:SystemPropertiesProxy (Results 1 - 4 of 4) sorted by null

  /packages/apps/TV/src/com/android/tv/tuner/util/
SystemPropertiesProxy.java 27 public class SystemPropertiesProxy {
28 private static final String TAG = "SystemPropertiesProxy";
30 private SystemPropertiesProxy() { }
  /packages/apps/TV/src/com/android/tv/tuner/
TunerInputController.java 48 import com.android.tv.tuner.util.SystemPropertiesProxy;
165 SystemPropertiesProxy.getString(SECURITY_PATCH_LEVEL_KEY, null);
  /packages/apps/TV/src/com/android/tv/tuner/tvinput/
TunerSession.java 49 import com.android.tv.tuner.util.SystemPropertiesProxy;
97 boolean showDebug = SystemPropertiesProxy.getBoolean(USBTUNER_SHOW_DEBUG, false);
TunerSessionWorker.java 71 import com.android.tv.tuner.util.SystemPropertiesProxy;
241 SystemPropertiesProxy.getInt(MAX_BUFFER_SIZE_KEY, MAX_BUFFER_SIZE_DEF);
    [all...]

Completed in 1325 milliseconds