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.TelephonyIntents;
47 import com.android.internal.telephony.TelephonyProperties;
57 "content://telephony/carriers/restore";
59 "content://telephony/carriers/preferapn";
152 Cursor cursor = getContentResolver().query(Telephony.Carriers.CONTENT_URI, new String[] {
154 Telephony.Carriers.DEFAULT_SORT_ORDER);
223 startActivity(new Intent(Intent.ACTION_INSERT, Telephony.Carriers.CONTENT_URI));
229 Uri url = ContentUris.withAppendedId(Telephony.Carriers.CONTENT_URI, pos);
258 null, null, Telephony.Carriers.DEFAULT_SORT_ORDER);