Searched refs:ReceiverCallNotAllowedException (Results 1 – 9 of 9) sorted by relevance
28 public class ReceiverCallNotAllowedException extends AndroidRuntimeException { class29 public ReceiverCallNotAllowedException(String msg) { in ReceiverCallNotAllowedException() method in ReceiverCallNotAllowedException
24 import android.content.ReceiverCallNotAllowedException;42 } catch (ReceiverCallNotAllowedException e) { in onReceive()58 } catch (ReceiverCallNotAllowedException e) { in onReceive()
47 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()
1433 android.content.ReceiverCallNotAllowedException
24216 Landroid/content/ReceiverCallNotAllowedException;
1437 android.content.ReceiverCallNotAllowedException
34323 Landroid/content/ReceiverCallNotAllowedException;
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
11345 public class ReceiverCallNotAllowedException extends android.util.AndroidRuntimeException {11346 ctor public ReceiverCallNotAllowedException(String);