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

/packages/apps/Settings/src/com/android/settings/
H A DApnSettings.java77 private static final Uri PREFERAPN_URI = Uri.parse(PREFERRED_APN_URI); field in class:ApnSettings
251 resolver.update(PREFERAPN_URI, values, null, null);
257 Cursor cursor = getContentResolver().query(PREFERAPN_URI, new String[] {"_id"},

Completed in 239 milliseconds