Home
last modified time | relevance | path

Searched refs:legacyIntent (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierSignalAgentTest.java317 private void verifyLegacyApnTypes(Intent legacyIntent, Intent originalIntent) { in verifyLegacyApnTypes() argument
324 legacyIntent.getStringExtra(TelephonyIntents.EXTRA_APN_TYPE)); in verifyLegacyApnTypes()
326 legacyIntent.getIntExtra(TelephonyIntents.EXTRA_APN_TYPE_INT, Integer.MIN_VALUE)); in verifyLegacyApnTypes()
/frameworks/base/core/tests/coretests/src/android/view/textclassifier/
DTextClassificationTest.java153 final Intent legacyIntent = new Intent("ACTION_LEGACY"); in testParcelLegacy() local
171 .setIntent(legacyIntent) in testParcelLegacy()
/frameworks/base/core/java/android/view/textclassifier/
DTextClassification.java139 @Nullable Intent legacyIntent, in TextClassification() argument
148 mLegacyIntent = legacyIntent; in TextClassification()