Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenrecord/
DScreenRecordPermissionDialogDelegateTest.kt142 extraKey = MediaProjectionAppSelectorActivity.EXTRA_HOST_APP_UID, in startClicked_singleAppSelected_passesHostUidToAppSelector()
225 private fun assertExtraPassedToAppSelector(extraKey: String, value: Int) { in assertExtraPassedToAppSelector()
230 assertThat(intent.extras!!.getInt(extraKey)).isEqualTo(value) in assertExtraPassedToAppSelector()
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountsDbTest.java195 String extraKey = "extra_key"; in testExtrasInsertFindDelete() local
197 long extraId = mAccountsDb.insertExtra(accId, extraKey, extraValue); in testExtrasInsertFindDelete()
199 long actualExtraId = mAccountsDb.findExtrasIdByAccountId(accId, extraKey); in testExtrasInsertFindDelete()
203 assertEquals(extraValue, extras.get(extraKey)); in testExtrasInsertFindDelete()
207 String newValue = mAccountsDb.findUserExtrasForAccount(account).get(extraKey); in testExtrasInsertFindDelete()
212 actualExtraId = mAccountsDb.findExtrasIdByAccountId(accId, extraKey); in testExtrasInsertFindDelete()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierSignalAgent.java404 for (String extraKey : original.getExtras().keySet()) { in createCompatIntent()
405 switch (extraKey) { in createCompatIntent()