Searched refs:extraKey (Results 1 – 3 of 3) sorted by relevance
142 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()
195 String extraKey = "extra_key"; in testExtrasInsertFindDelete() local197 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()
404 for (String extraKey : original.getExtras().keySet()) { in createCompatIntent()405 switch (extraKey) { in createCompatIntent()