Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/content/
H A DReceiverCallNotAllowedException.java28 public class ReceiverCallNotAllowedException extends AndroidRuntimeException { class
29 public ReceiverCallNotAllowedException(String msg) { in ReceiverCallNotAllowedException() method in ReceiverCallNotAllowedException
/aosp14/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DLocalReceiver.java24 import android.content.ReceiverCallNotAllowedException;
42 } catch (ReceiverCallNotAllowedException e) { in onReceive()
58 } catch (ReceiverCallNotAllowedException e) { in onReceive()
/aosp14/frameworks/base/core/java/android/app/
H A DContextImpl.java47 import android.content.ReceiverCallNotAllowedException;
146 throw new ReceiverCallNotAllowedException( in registerReceiver()
166 throw new ReceiverCallNotAllowedException( in registerReceiverAsUser()
173 throw new ReceiverCallNotAllowedException( in bindService()
180 throw new ReceiverCallNotAllowedException( in bindService()
187 throw new ReceiverCallNotAllowedException( in bindIsolatedService()
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes1433 android.content.ReceiverCallNotAllowedException
H A Dboot-image-profile.txt24216 Landroid/content/ReceiverCallNotAllowedException;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes1437 android.content.ReceiverCallNotAllowedException
H A Dboot-image-profile.txt34323 Landroid/content/ReceiverCallNotAllowedException;
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt11345 public class ReceiverCallNotAllowedException extends android.util.AndroidRuntimeException {
11346 ctor public ReceiverCallNotAllowedException(String);