OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SendIntentException
(Results
1 - 25
of
110
) sorted by null
1
2
3
4
5
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/fakes/
RoboIntentSender.java
24
throws
SendIntentException
{
28
throw new
SendIntentException
(e);
/development/samples/ShortcutDemo/launcher/src/com/example/android/pm/shortcutlauncherdemo/
ShortcutTemplateListFragment.java
21
import android.content.IntentSender.
SendIntentException
;
43
} catch (
SendIntentException
e) {
/frameworks/base/core/java/android/content/
IntentSender.java
65
public static class
SendIntentException
extends AndroidException {
66
public
SendIntentException
() {
69
public
SendIntentException
(String name) {
73
public
SendIntentException
(Exception cause) {
150
* @throws
SendIntentException
Throws CanceledIntentException if the IntentSender
154
OnFinished onFinished, Handler handler) throws
SendIntentException
{
181
* @throws
SendIntentException
Throws CanceledIntentException if the IntentSender
186
throws
SendIntentException
{
198
throw new
SendIntentException
();
201
throw new
SendIntentException
();
[
all
...]
/developers/samples/android/common/src/java/com/example/android/common/play/
GoogleServicesConnectionFailedHelper.java
59
} catch (IntentSender.
SendIntentException
e) {
/cts/tests/tests/telephony/src/android/telephony/euicc/cts/
EuiccTestResolutionActivity.java
88
} catch (IntentSender.
SendIntentException
e) {
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowContextImplTest.java
90
public void startIntentSender_activityIntent() throws IntentSender.
SendIntentException
{
101
public void startIntentSender_broadcastIntent() throws IntentSender.
SendIntentException
{
112
public void startIntentSender_serviceIntent() throws IntentSender.
SendIntentException
{
/cts/apps/CtsVerifier/src/com/android/cts/verifier/companion/
CompanionDeviceTestActivity.java
72
} catch (IntentSender.
SendIntentException
e) {
/frameworks/support/compat/src/main/java/androidx/core/content/pm/
ShortcutManagerCompat.java
113
} catch (IntentSender.
SendIntentException
e) {
/frameworks/support/fragment/src/main/java/androidx/fragment/app/
FragmentHostCallback.java
138
int extraFlags, Bundle options) throws IntentSender.
SendIntentException
{
FragmentActivity.java
760
throws IntentSender.
SendIntentException
{
775
Bundle options) throws IntentSender.
SendIntentException
{
[
all
...]
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowPackageInstaller.java
9
import android.content.IntentSender.
SendIntentException
;
144
} catch (
SendIntentException
e) {
ShadowShortcutManager.java
5
import android.content.IntentSender.
SendIntentException
;
165
} catch (
SendIntentException
e) {
/cts/tests/app/src/android/app/cts/
FragmentReceiveResultTest.java
148
} catch (IntentSender.
SendIntentException
e) {
/frameworks/base/core/java/com/android/internal/app/
HarmfulAppWarningActivity.java
106
} catch (IntentSender.
SendIntentException
e) {
HeavyWeightSwitcherActivity.java
150
} catch (IntentSender.
SendIntentException
ex) {
/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/
FragmentReceiveResultSupport.java
86
} catch (IntentSender.
SendIntentException
e) {