Searched refs:NETWORK_SCORING_PROVISIONED (Results 1 – 2 of 2) sorted by relevance
67 if (Settings.Global.getInt(cr, Settings.Global.NETWORK_SCORING_PROVISIONED, 0) == 0) { in systemReady()75 Settings.Global.putInt(cr, Settings.Global.NETWORK_SCORING_PROVISIONED, 1); in systemReady()
6570 public static final String NETWORK_SCORING_PROVISIONED = "network_scoring_provisioned"; field in Settings.Global