Searched refs:forPair (Results 1 – 3 of 3) sorted by relevance
621 Bundle bundle = Bundle.forPair(DctConstants.APN_TYPE_KEY, mApnType); in setDependencyMet()644 msg.setData(Bundle.forPair(DctConstants.PROVISIONING_URL_KEY, url)); in enableMobileProvisioning()658 msg.setData(Bundle.forPair(DctConstants.APN_TYPE_KEY, mApnType)); in isProvisioningNetwork()
100 private static final Bundle NULL_SETTING = Bundle.forPair("value", null);104 private static final Bundle TOO_LARGE_TO_CACHE_MARKER = Bundle.forPair("_dummy", null);1126 Bundle bundle = (value == null) ? NULL_SETTING : Bundle.forPair("value", value); in putIfAbsent()1156 put(name, Bundle.forPair(Settings.NameValueTable.VALUE, value)); in populate()
147 public static Bundle forPair(String key, String value) { in forPair() method in Bundle