Lines Matching refs:Telephony
41 import android.provider.Telephony;
42 import android.telephony.SubscriptionInfo;
43 import android.telephony.SubscriptionManager;
53 import com.android.internal.telephony.Phone;
54 import com.android.internal.telephony.PhoneConstants;
55 import com.android.internal.telephony.TelephonyIntents;
56 import com.android.internal.telephony.TelephonyProperties;
57 import android.telephony.TelephonyManager;
67 "content://telephony/carriers/restore";
69 "content://telephony/carriers/preferapn";
216 Cursor cursor = getContentResolver().query(Telephony.Carriers.CONTENT_URI, new String[] {
218 Telephony.Carriers.DEFAULT_SORT_ORDER);
292 Intent intent = new Intent(Intent.ACTION_INSERT, Telephony.Carriers.CONTENT_URI);
302 Uri url = ContentUris.withAppendedId(Telephony.Carriers.CONTENT_URI, pos);
331 null, null, Telephony.Carriers.DEFAULT_SORT_ORDER);