Searched refs:prefAPN (Results 1 – 1 of 1) sorted by relevance
1056 ContentValues prefAPN = new ContentValues(); in telephonySetAPN() local1057 prefAPN.put("apn_id", key); in telephonySetAPN()1058 resolver.update(Uri.parse(PREFERRED_APN_URI), prefAPN, null, null); in telephonySetAPN() local