Searched refs:getExtra (Results 1 – 12 of 12) sorted by relevance
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()
243 activityIntentCaptor.value.getExtra(StylusUsiPowerUI.KEY_SETTINGS_FRAGMENT_ARGS)
323 public final Bundle getExtra() { in getExtra() method in TvTrackInfo
106 RectF disallowHitRegion = (RectF) mSession.dragData.getExtra(EXTRA_DISALLOW_HIT_REGION); in start()
2638 Account[] accounts = (Account[]) intent.getExtra(AccountManager.KEY_ACCOUNTS); in testGetAccountByTypeAndFeaturesWithNoFeaturesAndOneNotVisibleAccount()2664 Account[] accounts = (Account[]) intent.getExtra(AccountManager.KEY_ACCOUNTS); in testGetAccountByTypeAndFeaturesWithNoFeaturesAndTwoAccounts()2768 Account[] accounts = (Account[]) intent.getExtra(AccountManager.KEY_ACCOUNTS); in testGetAccountByTypeAndFeaturesWithFeaturesAndOneQualifiedNotVisibleAccount()2801 Account[] accounts = (Account[]) intent.getExtra(AccountManager.KEY_ACCOUNTS); in testGetAccountByTypeAndFeaturesWithFeaturesAndTwoQualifiedAccount()
308 public String getExtra() { in getExtra() method in WebView.HitTestResult
8966 public Object getExtra(String name) { in getExtra() method8967 return getExtra(name, null); in getExtra()9508 public Object getExtra(String name, Object defaultValue) { in getExtra() method
1653 buffer.append(shortName).append('=').append(intent.getExtra(name)); in addExtra()
4277 NetworkInfo info = (NetworkInfo)intent.getExtra(
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
27563 method public android.os.Bundle getExtra();57654 method @Nullable public String getExtra();