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;41 } catch (ReceiverCallNotAllowedException e) { in onReceive()57 } catch (ReceiverCallNotAllowedException e) { in onReceive()
29 import android.content.ReceiverCallNotAllowedException;148 } catch (ReceiverCallNotAllowedException e) { in onAttachedToWindow()
37 import android.content.ReceiverCallNotAllowedException;124 throw new ReceiverCallNotAllowedException( in registerReceiver()144 throw new ReceiverCallNotAllowedException( in registerReceiverAsUser()151 throw new ReceiverCallNotAllowedException( in bindService()158 throw new ReceiverCallNotAllowedException( in bindService()165 throw new ReceiverCallNotAllowedException( in bindIsolatedService()
849 android.content.ReceiverCallNotAllowedException
32948 Landroid/content/ReceiverCallNotAllowedException;
8027 public class ReceiverCallNotAllowedException extends android.util.AndroidRuntimeException {8028 ctor public ReceiverCallNotAllowedException(java.lang.String);
10718 public class ReceiverCallNotAllowedException extends android.util.AndroidRuntimeException {10719 ctor public ReceiverCallNotAllowedException(String);