Searched refs:extraName (Results 1 – 5 of 5) sorted by relevance
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/admin/ |
D | NotificationHelperTest.java | 370 for (String extraName : extraNames) { in isBundleEqualTo() 371 switch (extraName) { in isBundleEqualTo() 373 assertWithMessage(extraName + " for id %s", notificationId) in isBundleEqualTo() 374 .that((UserHandle) actual.getParcelable(extraName)) in isBundleEqualTo() 375 .isEqualTo(expected.getParcelable(extraName)); in isBundleEqualTo() 379 assertWithMessage(extraName + " for id %s", notificationId) in isBundleEqualTo() 380 .that(actual.getCharSequence(extraName).toString()) in isBundleEqualTo() 381 .isEqualTo(expected.getCharSequence(extraName).toString()); in isBundleEqualTo() 384 assertWithMessage(extraName + " for id %s", notificationId) in isBundleEqualTo() 385 .that(actual.getString(extraName)) in isBundleEqualTo() [all …]
|
/packages/apps/TV/common/src/com/android/tv/common/compat/ |
D | TvInputInfoCompat.java | 99 String extraName = in getExtras() local 103 if (extraName != null && extraValue != null) { in getExtras() 104 extras.put(extraName, extraValue); in getExtras()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapActivity.java | 194 final String intentName, final String extraName, final String extraValue) { in sendIntentToReceiver() argument 198 if (extraName != null) { in sendIntentToReceiver() 199 intent.putExtra(extraName, extraValue); in sendIntentToReceiver()
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
D | PhoneUtils.java | 197 public abstract int getEffectiveIncomingSubIdFromSystem(Intent intent, String extraName); in getEffectiveIncomingSubIdFromSystem() argument 361 public int getEffectiveIncomingSubIdFromSystem(Intent intent, String extraName) { in getEffectiveIncomingSubIdFromSystem() argument 577 public int getEffectiveIncomingSubIdFromSystem(Intent intent, String extraName) { in getEffectiveIncomingSubIdFromSystem() argument 578 return getEffectiveIncomingSubIdFromSystem(intent.getIntExtra(extraName, in getEffectiveIncomingSubIdFromSystem()
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/parser/ |
D | ExtrasProvisioningDataParser.java | 387 static String getShortExtraNames(String extraName) { in getShortExtraNames() argument 388 return SHORTER_EXTRAS.get(extraName); in getShortExtraNames()
|