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

  /frameworks/base/services/java/com/android/server/
NsdService.java 133 Settings.Secure.getUriFor(Settings.Secure.NSD_ON),
435 Settings.Secure.putInt(mContentResolver, Settings.Secure.NSD_ON, enable ? 1 : 0);
455 boolean ret = Settings.Secure.getInt(mContentResolver, Settings.Secure.NSD_ON, 1) == 1;
    [all...]
  /frameworks/base/core/java/android/provider/
Settings.java     [all...]

Completed in 29 milliseconds