Home | History | Annotate | Download | only in dataconnection

Lines Matching defs:Bundle

47 import android.os.Bundle;
371 private void onDataReconnect(Bundle bundle) {
372 String reason = bundle.getString(INTENT_RECONNECT_ALARM_EXTRA_REASON);
373 String apnType = bundle.getString(INTENT_RECONNECT_ALARM_EXTRA_TYPE);
376 int currSubId = bundle.getInt(PhoneConstants.SUBSCRIPTION_KEY,
938 msg.setData(Bundle.forPair(DctConstants.PROVISIONING_URL_KEY, mProvisionUrl));
2196 // generally configManager and bundle should not be null, but if they are it should be okay
2201 PersistableBundle bundle = configManager.getConfig();
2202 if (bundle != null) {
2203 singleDcRats = bundle.getIntArray(
3868 Bundle bundle = msg.getData();
3869 if (bundle != null) {
3870 String apnType = (String)bundle.get(DctConstants.APN_TYPE_KEY);
3920 Bundle bundle = msg.getData();
3921 if (bundle != null) {
3923 mProvisioningUrl = (String)bundle.get(DctConstants.PROVISIONING_URL_KEY);
3967 Bundle bundle = msg.getData();
3968 if (bundle != null) {
3969 apnType = (String)bundle.get(DctConstants.APN_TYPE_KEY);