Home | History | Annotate | Download | only in settings

Lines Matching refs:telephony

39 import android.provider.Telephony;
45 import com.android.internal.telephony.Phone;
46 import com.android.internal.telephony.PhoneConstants;
47 import com.android.internal.telephony.TelephonyIntents;
48 import com.android.internal.telephony.TelephonyProperties;
58 "content://telephony/carriers/restore";
60 "content://telephony/carriers/preferapn";
163 Cursor cursor = getContentResolver().query(Telephony.Carriers.CONTENT_URI, new String[] {
165 Telephony.Carriers.DEFAULT_SORT_ORDER);
237 startActivity(new Intent(Intent.ACTION_INSERT, Telephony.Carriers.CONTENT_URI));
243 Uri url = ContentUris.withAppendedId(Telephony.Carriers.CONTENT_URI, pos);
272 null, null, Telephony.Carriers.DEFAULT_SORT_ORDER);