Searched refs:DeviceInfoSettings (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Settings/src/com/android/settings/search/
H A DSearchIndexableResources.java22 import com.android.settings.DeviceInfoSettings;
308 sResMap.put(DeviceInfoSettings.class.getName(),
310 Ranking.getRankForClassName(DeviceInfoSettings.class.getName()),
312 DeviceInfoSettings.class.getName(),
H A DRanking.java22 import com.android.settings.DeviceInfoSettings;
185 sRankMap.put(DeviceInfoSettings.class.getName(), RANK_DEVICE_INFO);
/packages/apps/Settings/src/com/android/settings/
H A DDeviceInfoSettings.java53 public class DeviceInfoSettings extends SettingsPreferenceFragment implements Indexable { class in inherits:SettingsPreferenceFragment,Indexable
55 private static final String LOG_TAG = "DeviceInfoSettings";
H A DSettingsActivity.java283 DeviceInfoSettings.class.getName(),

Completed in 337 milliseconds