Home
last modified time | relevance | path

Searched refs:ReceiverCallNotAllowedException (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/content/
DReceiverCallNotAllowedException.java28 public class ReceiverCallNotAllowedException extends AndroidRuntimeException { class
29 public ReceiverCallNotAllowedException(String msg) { in ReceiverCallNotAllowedException() method in ReceiverCallNotAllowedException
/frameworks/base/core/tests/coretests/src/android/app/activity/
DLocalReceiver.java24 import android.content.ReceiverCallNotAllowedException;
41 } catch (ReceiverCallNotAllowedException e) { in onReceive()
57 } catch (ReceiverCallNotAllowedException e) { in onReceive()
/frameworks/base/core/java/com/android/internal/widget/
DSwipeDismissLayout.java29 import android.content.ReceiverCallNotAllowedException;
148 } catch (ReceiverCallNotAllowedException e) { in onAttachedToWindow()
/frameworks/base/core/java/android/app/
DContextImpl.java34 import android.content.ReceiverCallNotAllowedException;
117 throw new ReceiverCallNotAllowedException( in registerReceiver()
130 throw new ReceiverCallNotAllowedException( in registerReceiverAsUser()
137 throw new ReceiverCallNotAllowedException( in bindService()
/frameworks/base/config/
Dpreloaded-classes755 android.content.ReceiverCallNotAllowedException
Dhiddenapi-public-dex.txt8866 Landroid/content/ReceiverCallNotAllowedException;
8867 Landroid/content/ReceiverCallNotAllowedException;-><init>(Ljava/lang/String;)V
Dboot-image-profile.txt54545 Landroid/content/ReceiverCallNotAllowedException;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt8027 public class ReceiverCallNotAllowedException extends android.util.AndroidRuntimeException {
8028 ctor public ReceiverCallNotAllowedException(java.lang.String);
/frameworks/base/api/
Dcurrent.txt10352 public class ReceiverCallNotAllowedException extends android.util.AndroidRuntimeException {
10353 ctor public ReceiverCallNotAllowedException(java.lang.String);