Searched refs:getExtra (Results 1 – 13 of 13) sorted by relevance
106 Assert.assertArrayEquals(refEntry.getExtra(), checkEntry.getExtra()); in testCrcRange()
244 + (entry.getExtra() == null ? 0 : entry.getExtra().length); in buildOffsetForEntry()
298 assertThat(intentCaptor.getValue().getExtra(EXTRA_RESTRICTION)).isEqualTo("Fake"); in sendShowAdminSupportDetailsIntent_extraRestrictionProvided()307 assertThat(intentCaptor.getValue().getExtra(EXTRA_RESTRICTION)).isNull(); in sendShowAdminSupportDetailsIntent_noExtraRestriction()
213 activityIntentCaptor.value.getExtra(StylusUsiPowerUI.KEY_SETTINGS_FRAGMENT_ARGS) in broadcastReceiver_clicked_hasInputDeviceId_startsUsiDetailsActivity()
323 public final Bundle getExtra() { in getExtra() method in TvTrackInfo
117 RectF disallowHitRegion = (RectF) mSession.dragData.getExtra(EXTRA_DISALLOW_HIT_REGION); in start()
2622 Account[] accounts = (Account[]) intent.getExtra(AccountManager.KEY_ACCOUNTS); in testGetAccountByTypeAndFeaturesWithNoFeaturesAndOneNotVisibleAccount()2648 Account[] accounts = (Account[]) intent.getExtra(AccountManager.KEY_ACCOUNTS); in testGetAccountByTypeAndFeaturesWithNoFeaturesAndTwoAccounts()2752 Account[] accounts = (Account[]) intent.getExtra(AccountManager.KEY_ACCOUNTS); in testGetAccountByTypeAndFeaturesWithFeaturesAndOneQualifiedNotVisibleAccount()2785 Account[] accounts = (Account[]) intent.getExtra(AccountManager.KEY_ACCOUNTS); in testGetAccountByTypeAndFeaturesWithFeaturesAndTwoQualifiedAccount()
307 public String getExtra() { in getExtra() method in WebView.HitTestResult
8758 public Object getExtra(String name) { in getExtra() method8759 return getExtra(name, null); in getExtra()9300 public Object getExtra(String name, Object defaultValue) { in getExtra() method
1702 buffer.append(shortName).append('=').append(intent.getExtra(name)); in addExtra()
3513 NetworkInfo info = (NetworkInfo)intent.getExtra(
16718 method public final android.os.Bundle getExtra();36516 method public java.lang.String getExtra();51024 method public byte[] getExtra();
26011 method public android.os.Bundle getExtra();54809 method @Nullable public String getExtra();